Make bfd.link_next field a union
[deliverable/binutils-gdb.git] / ld / testsuite / ld-selective / keepdot.ld
1 SECTIONS
2 {
3 .myinit : { KEEP (*(.myinit)) }
4 .mytext : { *(.mytext*) *(.text*) }
5 }
This page took 0.030938 seconds and 4 git commands to generate.