Retro68/binutils/ld/testsuite/ld-mips-elf/pic-and-nonpic-3a.ld
2015-08-28 17:32:19 +02:00

26 lines
414 B
Plaintext

SECTIONS
{
. = 0;
.reginfo : { *(.reginfo) }
. = ALIGN (0x400);
.dynamic : { *(.dynamic) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
. = ALIGN (0x400);
.text : { *(.text) }
. = ALIGN (0x400);
.MIPS.stubs : { *(.MIPS.stubs) }
. = ALIGN (0x10000);
.data : { *(.data) }
. = ALIGN (0x400);
HIDDEN (_gp = . + 0x7ff0);
.got : { *(.got) }
/DISCARD/ : { *(.MIPS.abiflags) }
}