gdb: s390: Correct record/replay of may/mayr insn
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / dyn-sec64.ld
blobc7af3f4b8cddeac741f8d12b81da61eed7c2d43b
1 SECTIONS
3   . = 0x1234000000000;
4   .dynamic : { *(.dynamic) }
5   . = 0x1234000001000;
6   .hash : { *(.hash) }
7   .dynsym : { *(.dynsym) }
8   .dynstr : { *(.dynstr) }
9   . = 0x1234000002000;
10   .rel.dyn : { *(.rel.dyn) }
12   . = 0x1234000003000;
13   .init : { *(.init) }
14   . = 0x1234000004000;
15   .fini : { *(.fini) }
16   .text : { *(.text) }
17   .MIPS.stubs : { *(.MIPS.stubs) }
19   . = 0x1235000000000;
20   HIDDEN (_gp = ALIGN (16) + 0x7ff0);
21   .got : { *(.got) }
22   .data : { *(.data) }
24   /DISCARD/ : { *(.MIPS.abiflags) *(.gnu.attributes) }