diff options
author | Peter Bergner <bergner@linux.ibm.com> | 2019-06-12 15:48:53 -0500 |
---|---|---|
committer | Peter Bergner <bergner@linux.ibm.com> | 2019-06-12 15:48:53 -0500 |
commit | 6fbc939cfdbdf02f205c20925583738b0f835e62 (patch) | |
tree | 60fc18bf1e8ec3b8d263c472675417f49b591056 /opcodes | |
parent | 62e0492f5723dd3db5e5a48a3a0ac161d7ba2701 (diff) | |
download | gdb-6fbc939cfdbdf02f205c20925583738b0f835e62.zip gdb-6fbc939cfdbdf02f205c20925583738b0f835e62.tar.gz gdb-6fbc939cfdbdf02f205c20925583738b0f835e62.tar.bz2 |
Remove the ldmx mnemonic that never made it into POWER9.
opcodes/
* ppc-opc.c (powerpc_opcodes) <ldmx>: Delete mnemonic.
gas/
* testsuite/gas/ppc/power9.d: Delete ldmx tests.
* testsuite/gas/ppc/power9.s: Likewise.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ppc-opc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index aa71842..b56fe3e 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -6082,8 +6082,6 @@ const struct powerpc_opcode powerpc_opcodes[] = { {"mfvsrld", X(31,307), XX1RB_MASK, PPCVSX3, 0, {RA, XS6}}, -{"ldmx", X(31,309), X_MASK, POWER9, 0, {RT, RA0, RB}}, - {"eciwx", X(31,310), X_MASK, PPC, E500|TITAN, {RT, RA0, RB}}, {"lhzux", X(31,311), X_MASK, COM, 0, {RT, RAL, RB}}, |