Retro68/binutils/ld/testsuite/ld-mips-elf/no-shared-1.ld
2012-03-26 21:18:29 +02:00

12 lines
175 B
Plaintext

SECTIONS
{
. = 0x50000;
.text : { *(.text) }
.MIPS.stubs : { *(.MIPS.stubs) }
. = 0x60000;
.data : { *(.data) }
_gp = ALIGN (16) + 0x7ff0;
.got : { *(.got) }
}