Fix last fixes #3
authorMichael Meissner <gnu@the-meissners.org>
Mon, 16 Oct 1995 11:44:45 +0000 (11:44 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Mon, 16 Oct 1995 11:44:45 +0000 (11:44 +0000)
gas/config/tc-ppc.c

index 37aba9829cd4e0524e644499297351ce9ab40c85..59405bc7f40349d55ef2018df7b9718729f4ed50 100644 (file)
@@ -758,9 +758,9 @@ md_begin ()
                 -many/-mcom, the comparison instructions are a harmless
                 special case.  */
              if (strcmp (retval, "exists") != 0
-                 || (((ppc_cpu & PPC_OPCODE_601) == 0
-                      || ((ppc_cpu & ~PPC_OPCODE_POWER2)
-                          != (PPC_OPCODE_POWER | PPC_OPCODE_PPC))
+                 || ((((ppc_cpu & PPC_OPCODE_601) == 0
+                       && ((ppc_cpu & ~PPC_OPCODE_POWER2)
+                           == (PPC_OPCODE_POWER | PPC_OPCODE_PPC)))
                       || strcmp (op->name, "mfdec") != 0)
                      && (((ppc_cpu & ~PPC_OPCODE_POWER2)
                          != (PPC_OPCODE_POWER | PPC_OPCODE_PPC))
This page took 0.045128 seconds and 4 git commands to generate.