Retro68/binutils/ld/testsuite/ld-mips-elf/pic-reloc-tls.ld
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

8 lines
95 B
Plaintext

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