Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-scripts / provide-5.t
blobeda741e05c8f35385633868eda25e6ecf296a075
1 SECTIONS
3   foo = 0x10;
4   PROVIDE (foo = bar);
6   .data 0x1000 :
7   {
8     *(.data)
9   }