Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-scripts / cross6.t
blob20f5b5907437090312bba327baf3a70536979da7
1 NOCROSSREFS_TO(.text .data)
3 SECTIONS
5   .text : { *(.text) *(.text.*) *(.opd) }
6   .data : { *(.data) *(.data.*) *(.sdata) *(.toc) }
7   .bss : { *(.bss) *(COMMON) }
8   /DISCARD/ : { *(*) }