daily update
[binutils.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-1.ld
blob3aa140e5180e07f28ae996dd376957aa0bdcb827
1 SECTIONS
3   . = 0x40000;
4   .reginfo : { *(.reginfo) }
5   .pdr : { *(.pdr) }
6   . = 0x41000;
7   .text : { *(.text) }
8   _gp = 0x68000;