[gdb/testsuite] Fix failure in gdb.python/py-startup-opt.exp
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / got-page-1.ld
blobb87abbfd6be7f261a4fb21a79d35348535d92836
1 SECTIONS
3   . = 0x80000;
4   .interp : { *(.interp) }
5   .hash : { *(.hash) }
6   .dynsym : { *(.dynsym) }
7   .dynstr : { *(.dynstr) }
9   . = ALIGN (0x400);
10   .rel.dyn : { *(.rel.dyn) }
12   . = ALIGN (0x400);
13   .MIPS.stubs : { *(.MIPS.stubs) }
15   . = ALIGN (0x400);
16   .text : { *(.text) }
18   . = ALIGN (0x10000);
19   HIDDEN (_gp = . + 0x7ff0);
20   .got : { *(.got) }
22   . = ALIGN (0x400);
23   .bss : { *(.bss .bss.*) }
25   /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) }
28 VERSION
30   { local: *; };