Retro68/binutils/ld/testsuite/ld-selective/keepdot.ld
2012-03-26 21:18:29 +02:00

6 lines
85 B
Plaintext

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