summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld
blob: 3aa140e5180e07f28ae996dd376957aa0bdcb827 (plain)
1
2
3
4
5
6
7
8
9
SECTIONS
{
  . = 0x40000;
  .reginfo : { *(.reginfo) }
  .pdr : { *(.pdr) }
  . = 0x41000;
  .text : { *(.text) }
  _gp = 0x68000;
}