summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/emrelocs.ld
blob: 557f139ee47c4106fe9401b6d9df2324c1aeb16b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ENTRY(ext_fun)
SECTIONS
{
  .text 0x00100000: 
  {
    *(.text)
  }
  .data 0x00200000: 
  {
    *(.sdata)
  }
  .rel.sdata 0x00300000: 
  {
    *(.rel.sdata)
  }
}