From: Michael Meissner Date: Mon, 16 Oct 1995 11:44:45 +0000 (+0000) Subject: Fix last fixes #3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42b5ed2dfceb34215bd2af4fb80e1bbf7395bbdd;p=binutils-gdb.git Fix last fixes #3 --- diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 37aba9829cd..59405bc7f40 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -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))