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