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

index c9f87fcd9602d768b76599829287c0523a235fc9..60ee2f7fbbe2697c61f94ff84d73d80d19bcf404 100644 (file)
@@ -761,12 +761,15 @@ md_begin ()
                  || (((ppc_cpu & PPC_OPCODE_601) == 0
                       || strcmp (op->name, "mfdec") != 0)
                      && (((ppc_cpu & ~PPC_OPCODE_POWER2)
-                         == (PPC_OPCODE_POWER | PPC_OPCODE_PPC))
+                         != (PPC_OPCODE_POWER | PPC_OPCODE_PPC))
                          || (strcmp (op->name, "cmpli") != 0
                              && strcmp (op->name, "cmpi") != 0
                              && strcmp (op->name, "cmp") != 0
                              && strcmp (op->name, "cmpl") != 0))))
-               as_fatal ("Internal assembler error for instruction %s", op->name);
+               {
+                 as_bad ("Internal assembler error for instruction %s", op->name);
+                 abort ();
+               }
            }
        }
     }