From: Aldy Hernandez Date: Mon, 7 Mar 2005 20:05:44 +0000 (+0000) Subject: * ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd. X-Git-Tag: binutils-2_16-branchpoint~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e06657a9aadc524acbcc43bab65d54ff64deba2;p=external%2Fbinutils.git * ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 13e66ee..ff232f5 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2005-03-07 Aldy Hernandez + + * ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd. + 2005-03-05 Alan Modra * po/opcodes.pot: Regenerate. 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 } },