(root)/
binutils-2.41/
ld/
testsuite/
ld-mips-elf/
pic-reloc-tls.ld
SECTIONS
{
  bar = foo;
  .text : { *(.text) }
  .tbss : { *(.tbss) }
  /DISCARD/ : { *(*) }
}