(root)/
binutils-2.41/
ld/
testsuite/
ld-scripts/
print-memory-usage-2.t
SECTIONS
{
  .text 0x1000 :
  {
    *(.text)
    *(.pr)
  }

  .data :
  {
    *(.data)
    *(.rw)
  }
}