Retro68/binutils/ld/testsuite/ld-mips-elf/pic-reloc-absolute-hi.ld

7 lines
79 B
Plaintext
Raw Normal View History

2022-10-27 18:45:45 +00:00
SECTIONS
{
bar = 0x12345678;
.text : { *(.text) }
/DISCARD/ : { *(*) }
}