Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-selective / keepdot0.ld
blob9f053d3cc2d6eb1d6551fecc65a4774fc04be759
1 SECTIONS
3   . = 0x0;
4   .myinit : { KEEP (*(.myinit)) }
5   .mytext : { *(.mytext*) *(.text*) }