(root)/
binutils-2.41/
ld/
testsuite/
ld-nds32/
diff.ld
SECTIONS
{
  .text 0x4000 : {
    * (.text .text.*);
  }

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