summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/align-with-input.t
blob: 616061c81ce573209616e75066023fc8749ec941 (plain)
1
2
3
4
5
SECTIONS {
  .abc : ALIGN(1) ALIGN_WITH_INPUT {
    *(.abc)
  }
}