(root)/
binutils-2.41/
ld/
testsuite/
ld-visium/
ld1.ld
SECTIONS
{
  .text 0x10000 : {
    *(.text)
  }
  .data 0x30000 : {
    *(.data)
  }
}