file config.texi was initially added on branch binutils-2_17-branch.
[binutils.git] / ld / testsuite / ld-selective / keepdot.ld
blobd8a2b386bd1743a5133056b7cc4fcd211ab33260
1 SECTIONS
3   .myinit : { KEEP (*(.myinit)) }
4   .mytext : { *(.mytext*) *(.text*) }