summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2005-03-07 20:02:22 +0000
committerAldy Hernandez <aldyh@redhat.com>2005-03-07 20:02:22 +0000
commit0ccf9f01f5f6b4abf1596069691fe734331ae447 (patch)
tree1c2a3d259884556c2b781931aac6ee60eec35395
parent125423ff65509ad07b4adc310edd604685a5f47b (diff)
downloadgdb-0ccf9f01f5f6b4abf1596069691fe734331ae447.tar.gz
* ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
-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 863a58d923f..39a516d6a85 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-07 Aldy Hernandez <aldyh@redhat.com>
+
+ * ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
+
2004-12-11 David O'Brien <obrien@FreeBSD.org>
Merge from mainline:
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 71fca3833d2..8cf90878bef 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -1944,7 +1944,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
/* Double-precision opcodes. */
/* Some of these conflict with AltiVec, so move them before, since
PPCVEC includes the PPC_OPCODE_PPC set. */
-{ "efscfd", VX(4, 719), VX_MASK, PPCEFS, { RS, RA } },
+{ "efscfd", VX(4, 719), VX_MASK, PPCEFS, { RS, RB } },
{ "efdabs", VX(4, 740), VX_MASK, PPCEFS, { RS, RA } },
{ "efdnabs", VX(4, 741), VX_MASK, PPCEFS, { RS, RA } },
{ "efdneg", VX(4, 742), VX_MASK, PPCEFS, { RS, RA } },