(root)/
binutils-2.41/
ld/
testsuite/
ld-scripts/
align-with-input.t
SECTIONS {
  .abc : ALIGN(1) ALIGN_WITH_INPUT {
    *(.abc)
  }
}