diff options
author | Alan Modra <amodra@gmail.com> | 2017-04-07 18:03:46 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-04-07 18:24:38 +0930 |
commit | ac8f0f721bf0db9ffd0c6602744f1859cb4dd8d2 (patch) | |
tree | 73e058a5b03a4d90ae70a895e0d7e993418acb4f /opcodes/ChangeLog | |
parent | 5c1f54ce0b21b19ac0b2a2c921c9ea2f33bbf5fd (diff) | |
download | gdb-ac8f0f721bf0db9ffd0c6602744f1859cb4dd8d2.zip gdb-ac8f0f721bf0db9ffd0c6602744f1859cb4dd8d2.tar.gz gdb-ac8f0f721bf0db9ffd0c6602744f1859cb4dd8d2.tar.bz2 |
Remove E6500 insns from PPC_OPCODE_ALTIVEC2
This isn't losing anything from the testsuite. All of these insns
appear in testsuite/gas/ppc/e6500.s
opcodes/
* ppc-opc.c (powerpc_opcodes <mviwsplt, mvidsplt, lvexbx, lvepxl,
lvexhx, lvepx, lvexwx, stvexbx, stvexhx, stvexwx, lvtrx, lvtlx,
lvswx, stvfrx, stvflx, stvswx, lvsm, stvepxl, lvtrxl, stvepx,
lvtlxl, lvswxl, stvfrxl, stvflxl, stvswxl>): Enable E6500 only
vector instructions with E6500 not PPCVEC2.
gas/
* testsuite/gas/ppc/altivec2.s: Delete E6500 vector insns.
* testsuite/gas/ppc/altivec2.d: Adjust to suit.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 424d7fc..73a0071 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2017-04-07 Alan Modra <amodra@gmail.com> + + * ppc-opc.c (powerpc_opcodes <mviwsplt, mvidsplt, lvexbx, lvepxl, + lvexhx, lvepx, lvexwx, stvexbx, stvexhx, stvexwx, lvtrx, lvtlx, + lvswx, stvfrx, stvflx, stvswx, lvsm, stvepxl, lvtrxl, stvepx, + lvtlxl, lvswxl, stvfrxl, stvflxl, stvswxl>): Enable E6500 only + vector instructions with E6500 not PPCVEC2. + 2017-04-06 Pip Cet <pipcet@gmail.com> * Makefile.am: Add wasm32-dis.c. |