[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / got-page-1.ld
CommitLineData
c224138d
RS
1SECTIONS
2{
3 . = 0x80000;
4 .interp : { *(.interp) }
5 .hash : { *(.hash) }
6 .dynsym : { *(.dynsym) }
7 .dynstr : { *(.dynstr) }
8
9 . = ALIGN (0x400);
10 .rel.dyn : { *(.rel.dyn) }
11
12 . = ALIGN (0x400);
13 .MIPS.stubs : { *(.MIPS.stubs) }
14
15 . = ALIGN (0x400);
16 .text : { *(.text) }
17
18 . = ALIGN (0x10000);
889acb80 19 HIDDEN (_gp = . + 0x7ff0);
c224138d
RS
20 .got : { *(.got) }
21
22 . = ALIGN (0x400);
23 .bss : { *(.bss .bss.*) }
24
351cdf24 25 /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) }
c224138d
RS
26}
27
28VERSION
29{
30 { local: *; };
31}
This page took 0.495907 seconds and 4 git commands to generate.