aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2002-04-17 14:43:28 +0000
committerMatthew Green <mrg@redhat.com>2002-04-17 14:43:28 +0000
commiteb0fdfed10ab2e42db836a503d39c12a6f3fa118 (patch)
tree1fdba924dd6bcae5cb412d007b2028aa71589311 /opcodes
parent944cd72c7e188fd1d3d2ceec19954b755dba7fb0 (diff)
downloadgdb-eb0fdfed10ab2e42db836a503d39c12a6f3fa118.zip
gdb-eb0fdfed10ab2e42db836a503d39c12a6f3fa118.tar.gz
gdb-eb0fdfed10ab2e42db836a503d39c12a6f3fa118.tar.bz2
* gas/ppc/altivec.d: Fix dssall test.
* gas/ppc/altivec.s: Likewise. * gas/ppc/altivec_xcoff.d: Likewise. * gas/ppc/altivec_xcoff.s: Likewise. * gas/ppc/altivec_xcoff64.d: Likewise. * gas/ppc/altivec_xcoff64.s: Likewise. * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/ppc-opc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 753852a..ce41280 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-17 matthew green <mrg@redhat.com>
+
+ * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
+
2002-04-04 Alan Modra <amodra@bigpond.net.au>
* dep-in.sed: Cope with absolute paths.
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index c868ccc..3579dd2 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -3672,7 +3672,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
{ "rac", X(31,818), X_MASK, PWRCOM, { RT, RA, RB } },
{ "dss", XDSS(31,822,0), XDSS_MASK, PPCVEC, { STRM } },
-{ "dssall", XDSS(31,822,1), XDSS_MASK, PPCVEC, { STRM } },
+{ "dssall", XDSS(31,822,1), XDSS_MASK, PPCVEC, { 0 } },
{ "srawi", XRC(31,824,0), X_MASK, PPCCOM, { RA, RS, SH } },
{ "srai", XRC(31,824,0), X_MASK, PWRCOM, { RA, RS, SH } },