(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
pr14156c.t
SECTIONS {
  .text : { *(.text) }
  .foo : { *(SORT_NONE(.foo)) }
  /DISCARD/ : { *(.*) }
}