diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2016-06-03 18:38:02 -0500 |
---|---|---|
committer | Peter Bergner <bergner@vnet.ibm.com> | 2016-06-03 18:38:02 -0500 |
commit | 026122a670440bc51266f8e013e5c5877c19b54e (patch) | |
tree | c0b540c10fb4dd87e6af498158f9408d449958da /opcodes/ChangeLog | |
parent | 07f5af7d3c635234284e7a0f7dd7a410b1628b8b (diff) | |
download | gdb-026122a670440bc51266f8e013e5c5877c19b54e.zip gdb-026122a670440bc51266f8e013e5c5877c19b54e.tar.gz gdb-026122a670440bc51266f8e013e5c5877c19b54e.tar.bz2 |
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 592b8b5..4ebd592 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2016-06-03 Peter Bergner <bergner@vnet.ibm.com> + + PR binutils/20196 + * ppc-opc.c (powerpc_opcodes <lbarx, lharx, stbcx., sthcx.>): Enable + opcodes for E6500. + 2016-06-03 H.J. Lu <hongjiu.lu@intel.com> PR binutis/18386 |