(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
pr26907.ld
ENTRY (_start)
SECTIONS
{
  .text : { *(.text) }
  .bss : { . = .; *(.bss) }
  .data : { *(.data) }
}