binutils-gdb/ld/testsuite/ld-mips-elf/pic-reloc-tls.ld

8 lines
95 B
Plaintext

SECTIONS
{
bar = foo;
.text : { *(.text) }
.tbss : { *(.tbss) }
/DISCARD/ : { *(*) }
}