[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / stub-dynsym-1.ld
CommitLineData
5108fc1b
RS
1SECTIONS
2{
3 . = 0x80000;
4 .interp : { *(.interp) }
5 .hash : { *(.hash) }
6 .dynsym : { *(.dynsym) }
7 .dynstr : { *(.dynstr) }
8 .rel.dyn : { *(.rel.dyn) }
9 .MIPS.stubs : { *(.MIPS.stubs) }
10 .text : { *(.text) }
11
12 . = ALIGN (0x10000);
889acb80 13 HIDDEN (_gp = . + 0x7ff0);
5108fc1b
RS
14 .got : { *(.got) }
15
351cdf24 16 /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) }
5108fc1b 17}
This page took 0.364201 seconds and 4 git commands to generate.