Files
2013-04-06 16:48:33 +02:00

6 lines
85 B
Plaintext

SECTIONS
{
.myinit : { KEEP (*(.myinit)) }
.mytext : { *(.mytext*) *(.text*) }
}