Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-scripts / align-with-input.t
blob616061c81ce573209616e75066023fc8749ec941
1 SECTIONS {
2   .abc : ALIGN(1) ALIGN_WITH_INPUT {
3     *(.abc)
4   }