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

7 lines
79 B
Plaintext

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