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

7 lines
96 B
Plaintext

SECTIONS
{
. = 0x0;
.myinit : { KEEP (*(.myinit)) }
.mytext : { *(.mytext*) *(.text*) }
}