Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-3a.t
blob2807e71f561f3e819d686e156279581b78c957b6
1 SECTIONS
3   .text 0x00000000: { *(.text) }
4   .data ALIGN(0x1000) + (. & (0x1000 - 1)):
5   {
6     *(.data)
7   }
8   __data_end = .;
9   /DISCARD/ : { *(.*) }