Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-selective / keepdot0.ld
blob9f053d3cc2d6eb1d6551fecc65a4774fc04be759
1 SECTIONS
3   . = 0x0;
4   .myinit : { KEEP (*(.myinit)) }
5   .mytext : { *(.mytext*) *(.text*) }