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

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