Retro68/binutils/ld/testsuite/ld-selective/keepdot0.ld

7 lines
96 B
Plaintext
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
. = 0x0;
.myinit : { KEEP (*(.myinit)) }
.mytext : { *(.mytext*) *(.text*) }
}