aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bergner <bergner@linux.ibm.com>2019-06-12 15:48:53 -0500
committerPeter Bergner <bergner@linux.ibm.com>2019-06-12 15:48:53 -0500
commit6fbc939cfdbdf02f205c20925583738b0f835e62 (patch)
tree60fc18bf1e8ec3b8d263c472675417f49b591056
parent62e0492f5723dd3db5e5a48a3a0ac161d7ba2701 (diff)
downloadgdb-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.
-rw-r--r--gas/testsuite/gas/ppc/power9.d2
-rw-r--r--gas/testsuite/gas/ppc/power9.s2
-rw-r--r--opcodes/ppc-opc.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/gas/testsuite/gas/ppc/power9.d b/gas/testsuite/gas/ppc/power9.d
index 9881ca0..64cfb09 100644
--- a/gas/testsuite/gas/ppc/power9.d
+++ b/gas/testsuite/gas/ppc/power9.d
@@ -358,8 +358,6 @@ Disassembly of section \.text:
.*: (7e ed e5 8c|8c e5 ed 7e) stwat r23,r13,28
.*: (4c 00 02 64|64 02 00 4c) urfid
.*: (7c 00 f6 e4|e4 f6 00 7c) rmieg r30
-.*: (7d 40 7a 6a|6a 7a 40 7d) ldmx r10,0,r15
-.*: (7d 43 7a 6a|6a 7a 43 7d) ldmx r10,r3,r15
.*: (4c 00 02 e4|e4 02 00 4c) stop
.*: (7c 00 00 3c|3c 00 00 7c) wait
.*: (7c 00 00 3c|3c 00 00 7c) wait
diff --git a/gas/testsuite/gas/ppc/power9.s b/gas/testsuite/gas/ppc/power9.s
index 4e3530f..1e9266c 100644
--- a/gas/testsuite/gas/ppc/power9.s
+++ b/gas/testsuite/gas/ppc/power9.s
@@ -349,8 +349,6 @@ power9:
stwat 23,13,0x1c
urfid
rmieg 30
- ldmx 10,0,15
- ldmx 10,3,15
stop
wait
wait 0
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}},