Retro68/binutils/ld/testsuite/ld-mips-elf/no-shared-1.ld

12 lines
184 B
Plaintext
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
. = 0x50000;
.text : { *(.text) }
.MIPS.stubs : { *(.MIPS.stubs) }
. = 0x60000;
.data : { *(.data) }
HIDDEN (_gp = ALIGN (16) + 0x7ff0);
2012-03-26 19:18:29 +00:00
.got : { *(.got) }
}