summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-nds32/gp.ld
blob: b537b95feb05a41dc3f168458b003846ce1395cd (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTIONS
{
  .text 0x0 : {
    * (.text .text.*);
  }

  .data 0x3000 : {
    * (.data .data.*);
  }
  _SDA_BASE_ = 0x1000;
}