old-cross-binutils/ld/testsuite/ld-mips-elf/dyn-sec64.ld
Adam Nemet 08b55522ea * ld-mips-elf/dyn-sec64.d, ld-mips-elf/dyn-sec64.s,
ld-mips-elf/dyn-sec64.ld: New test.
	* ld-mips-elf/mips-elf.exp: Run it.
2008-03-21 16:29:26 +00:00

23 lines
465 B
Text

SECTIONS
{
. = 0x1234000000000;
.dynamic : { *(.dynamic) }
. = 0x1234000001000;
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
. = 0x1234000002000;
.rel.dyn : { *(.rel.dyn) }
. = 0x1234000003000;
.init : { *(.init) }
. = 0x1234000004000;
.fini : { *(.fini) }
.text : { *(.text) }
.MIPS.stubs : { *(.MIPS.stubs) }
. = 0x1235000000000;
_gp = ALIGN (16) + 0x7ff0;
.got : { *(.got) }
.data : { *(.data) }
}