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

7 lines
72 B
Plaintext

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