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

7 lines
78 B
Plaintext

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