ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-selective / keepdot0.ld
CommitLineData
b611beb0
HPN
1SECTIONS
2{
3 . = 0x0;
4 .myinit : { KEEP (*(.myinit)) }
5 .mytext : { *(.mytext*) *(.text*) }
6}
This page took 0.78799 seconds and 4 git commands to generate.