[MIPS/GAS] Add Loongson EXT2 Instructions support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-3a.ld
CommitLineData
861fb55a
DJ
1SECTIONS
2{
3 . = 0;
4 .reginfo : { *(.reginfo) }
5
6 . = ALIGN (0x400);
7 .dynamic : { *(.dynamic) }
8 .dynsym : { *(.dynsym) }
9 .dynstr : { *(.dynstr) }
10
11 . = ALIGN (0x400);
12 .text : { *(.text) }
13
14 . = ALIGN (0x400);
15 .MIPS.stubs : { *(.MIPS.stubs) }
16
17 . = ALIGN (0x10000);
18 .data : { *(.data) }
19
20 . = ALIGN (0x400);
889acb80 21 HIDDEN (_gp = . + 0x7ff0);
861fb55a 22 .got : { *(.got) }
351cdf24
MF
23
24 /DISCARD/ : { *(.MIPS.abiflags) }
861fb55a 25}
This page took 0.480667 seconds and 4 git commands to generate.