]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 7 Mar 2005 20:02:22 +0000 (20:02 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Mon, 7 Mar 2005 20:02:22 +0000 (20:02 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 863a58d923f810ee7ef5841b167b72a972c38b8a..39a516d6a85e749adfab5e5d6b6dcdc5cdab858e 100644 (file)
@@ -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:
index 71fca3833d2fa4d9dec6ff75ec88295bd86eedbb..8cf90878befd2e4b7d0f5ea25ddf1c1fb3ec0a7d 100644 (file)
@@ -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 } },