Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
authorPeter Bergner <bergner@vnet.ibm.com>
Fri, 3 Jun 2016 23:38:02 +0000 (18:38 -0500)
committerPeter Bergner <bergner@vnet.ibm.com>
Fri, 3 Jun 2016 23:38:02 +0000 (18:38 -0500)
commit026122a670440bc51266f8e013e5c5877c19b54e
treec0b540c10fb4dd87e6af498158f9408d449958da
parent07f5af7d3c635234284e7a0f7dd7a410b1628b8b
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.

opcodes/
PR binutils/20196
* ppc-opc.c (powerpc_opcodes <lbarx, lharx, stbcx., sthcx.>): Enable
opcodes for E6500.

gas/
PR binutils/20196
* gas/testsuite/gas/ppc/e6500.s <lbarx, lharx, lwarx, ldarx,
stbcx., sthcx., stwcx., stdcx.>: Add tests.
* gas/testsuite/gas/ppc/e6500.d: Likewise.
* gas/testsuite/gas/ppc/power8.s: Likewise.
* gas/testsuite/gas/ppc/power8.d: Likewise.
* gas/testsuite/gas/ppc/power4.s <lwarx, ldarx, stwcx.,
stdcx.>: Add tests.
* gas/testsuite/gas/ppc/power4.d: Likewise.
gas/ChangeLog
gas/testsuite/gas/ppc/e6500.d
gas/testsuite/gas/ppc/e6500.s
gas/testsuite/gas/ppc/power4.d
gas/testsuite/gas/ppc/power4.s
gas/testsuite/gas/ppc/power8.d
gas/testsuite/gas/ppc/power8.s
opcodes/ChangeLog
opcodes/ppc-opc.c