aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2005-03-07 20:05:44 +0000
committerAldy Hernandez <aldyh@redhat.com>2005-03-07 20:05:44 +0000
commit0e06657a9aadc524acbcc43bab65d54ff64deba2 (patch)
tree7f9abc8f2aebe6249713fddc9bcd99c0b5c3975f /opcodes/ppc-opc.c
parentc4d88f87b7b2930e52f48e9ee0edcdfe2f18c904 (diff)
downloadfsf-binutils-gdb-0e06657a9aadc524acbcc43bab65d54ff64deba2.zip
fsf-binutils-gdb-0e06657a9aadc524acbcc43bab65d54ff64deba2.tar.gz
fsf-binutils-gdb-0e06657a9aadc524acbcc43bab65d54ff64deba2.tar.bz2
* ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r--opcodes/ppc-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 8089a25..68f73d2 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -1962,7 +1962,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 } },