daily update
[binutils.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-3a.ld
blobcc4bd553fc28f2b444b2404b7bb43d347fb51f3a
1 SECTIONS
3   . = 0;
4   .reginfo : { *(.reginfo) }
6   . = ALIGN (0x400);
7   .dynamic : { *(.dynamic) }
8   .dynsym : { *(.dynsym) }
9   .dynstr : { *(.dynstr) }
11   . = ALIGN (0x400);
12   .text : { *(.text) }
14   . = ALIGN (0x400);
15   .MIPS.stubs : { *(.MIPS.stubs) }
17   . = ALIGN (0x10000);
18   .data : { *(.data) }
20   . = ALIGN (0x400);
21   _gp = . + 0x7ff0;
22   .got : { *(.got) }