diff options
author | Matthew Green <mrg@redhat.com> | 2002-04-17 14:43:28 +0000 |
---|---|---|
committer | Matthew Green <mrg@redhat.com> | 2002-04-17 14:43:28 +0000 |
commit | eb0fdfed10ab2e42db836a503d39c12a6f3fa118 (patch) | |
tree | 1fdba924dd6bcae5cb412d007b2028aa71589311 /opcodes/ppc-opc.c | |
parent | 944cd72c7e188fd1d3d2ceec19954b755dba7fb0 (diff) | |
download | gdb-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/ppc-opc.c')
-rw-r--r-- | opcodes/ppc-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }, |