(root)/
binutils-2.41/
ld/
testsuite/
ld-scripts/
align5.t
SECTIONS
{
  .text : {
    SORT_NONE (*) (.text .text.* .pr)
  }

  .data : {
    SORT_NONE (*) (.data .data.* .rw)
    foo = .;
  }
  .bss : {
    SORT_NONE (*) (.bss)
  }
  /DISCARD/ : {*(*)}
}