summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-nds32/relax_load_store.ld
blob: 1bc15a98cf4bae3dd9a033baaa249d7b0eecf486 (plain)
1
2
3
4
5
6
7
8
9
10
SECTIONS
{
  .text 0x0 : {
    * (.text .text.*);
  }

  .data 0x3000 : {
    * (.data .data.*);
  }
}