fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-selective / keepdot0.ld
blob9f053d3cc2d6eb1d6551fecc65a4774fc04be759
1 SECTIONS
3   . = 0x0;
4   .myinit : { KEEP (*(.myinit)) }
5   .mytext : { *(.mytext*) *(.text*) }