1*56bb7041SchristosSECTIONS
2*56bb7041Schristos{
3*56bb7041Schristos  . = 0x0;
4*56bb7041Schristos  .myinit : { KEEP (*(.myinit)) }
5*56bb7041Schristos  .mytext : { *(.mytext*) *(.text*) }
6*56bb7041Schristos}
7