(root)/
binutils-2.41/
ld/
testsuite/
ld-undefined/
weak-undef.t
SECTIONS
{
  .data : {
    *(.data)
  }
  /DISCARD/ : {
    *(*)
  }
}