Retro68/binutils/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld

10 lines
142 B
Plaintext

SECTIONS
{
. = 0x40000;
.reginfo : { *(.reginfo) }
.pdr : { *(.pdr) }
. = 0x41000;
.text : { *(.text) }
HIDDEN (_gp = 0x68000);
}