ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-reloc-tls.ld
1 SECTIONS
2 {
3 bar = foo;
4 .text : { *(.text) }
5 .tbss : { *(.tbss) }
6 /DISCARD/ : { *(*) }
7 }
This page took 0.029869 seconds and 4 git commands to generate.