* ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
authorIan Lance Taylor <ian@airs.com>
Sun, 17 Apr 1994 03:43:18 +0000 (03:43 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 17 Apr 1994 03:43:18 +0000 (03:43 +0000)
(edelsohn@npac.syr.edu).

opcodes/ChangeLog
opcodes/ppc-opc.c

index a060bdbffd679f1cc02830ff0bad4750b3a24963..ff7cd2133efdc0ab0a2ce5468380daa44c99905b 100644 (file)
@@ -1,3 +1,8 @@
+Sat Apr 16 23:41:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * ppc-opc.c (powerpc_opcodes): Correct fcir.  From David Edelsohn
+       (edelsohn@npac.syr.edu).
+
 Wed Apr  6 17:11:45 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * mips-opc.c (mips_opcodes): Correct operands of "nor" with an
index b3e76176f3a6b469c08f4bfcb8a8ebc4f0f5b7ec..6a7ca6daf097cdbf1bb20e1552244d231b6201ae 100644 (file)
@@ -2511,7 +2511,7 @@ const struct powerpc_opcode powerpc_opcodes[] = {
 { "fctiw",   XRC(63,14,0), XRA_MASK,   PPC,            { FRT, FRB } },
 { "fcir",    XRC(63,14,0), XRA_MASK,   POWER2,         { FRT, FRB } },
 { "fctiw.",  XRC(63,14,1), XRA_MASK,   PPC,            { FRT, FRB } },
-{ "fcir.",   XRC(63,14,0), XRA_MASK,   POWER2,         { FRT, FRB } },
+{ "fcir.",   XRC(63,14,1), XRA_MASK,   POWER2,         { FRT, FRB } },
 
 { "fctiwz",  XRC(63,15,0), XRA_MASK,   PPC,            { FRT, FRB } },
 { "fcirz",   XRC(63,15,0), XRA_MASK,   POWER2,         { FRT, FRB } },
This page took 0.044765 seconds and 4 git commands to generate.