summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-nds32/imm.ld
blob: b7d12cc4c84107a55fba3a89a331c558614b424f (plain)
1
2
3
4
5
6
SECTIONS
{
  .text 0x1000 : {
    * (.text .text.*);
  }
}