summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-mips-elf/got-dump-2.ld
blob: cab0f4b21693909387ee22094a9123cb4c0f81c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SECTIONS
{
  . = 0x1234000000000;
  .dynamic : { *(.dynamic) }
  .hash : { *(.hash) }
  .dynsym : { *(.dynsym) }
  .dynstr : { *(.dynstr) }
  .rel.dyn : { *(.rel.dyn) }

  . = 0x1235000000000;
  .text : { *(.text) }
  .MIPS.stubs : { *(.MIPS.stubs) }

  . = 0x1236000000000;
  .data : { *(.data) }
  _gp = ALIGN (16) + 0x7ff0;
  .got : { *(.got) }
}