fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-selective / keepdot.ld
blobd8a2b386bd1743a5133056b7cc4fcd211ab33260
1 SECTIONS
3   .myinit : { KEEP (*(.myinit)) }
4   .mytext : { *(.mytext*) *(.text*) }