mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Fix last fixes #3
This commit is contained in:
@ -758,9 +758,9 @@ md_begin ()
|
|||||||
-many/-mcom, the comparison instructions are a harmless
|
-many/-mcom, the comparison instructions are a harmless
|
||||||
special case. */
|
special case. */
|
||||||
if (strcmp (retval, "exists") != 0
|
if (strcmp (retval, "exists") != 0
|
||||||
|| (((ppc_cpu & PPC_OPCODE_601) == 0
|
|| ((((ppc_cpu & PPC_OPCODE_601) == 0
|
||||||
|| ((ppc_cpu & ~PPC_OPCODE_POWER2)
|
&& ((ppc_cpu & ~PPC_OPCODE_POWER2)
|
||||||
!= (PPC_OPCODE_POWER | PPC_OPCODE_PPC))
|
== (PPC_OPCODE_POWER | PPC_OPCODE_PPC)))
|
||||||
|| strcmp (op->name, "mfdec") != 0)
|
|| strcmp (op->name, "mfdec") != 0)
|
||||||
&& (((ppc_cpu & ~PPC_OPCODE_POWER2)
|
&& (((ppc_cpu & ~PPC_OPCODE_POWER2)
|
||||||
!= (PPC_OPCODE_POWER | PPC_OPCODE_PPC))
|
!= (PPC_OPCODE_POWER | PPC_OPCODE_PPC))
|
||||||
|
Reference in New Issue
Block a user