Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-selective / keepdot.ld
CommitLineData
b611beb0
HPN
1SECTIONS
2{
3 .myinit : { KEEP (*(.myinit)) }
4 .mytext : { *(.mytext*) *(.text*) }
5}
This page took 0.785058 seconds and 4 git commands to generate.