(root)/
binutils-2.41/
ld/
testsuite/
ld-mips-elf/
binary.ld
SECTIONS
{
  .data : { *(.data) }
  /DISCARD/ : { *(*) }
}