Remove spurious ChangeLog addition.
[deliverable/binutils-gdb.git] / bfd / cpu-powerpc.c
index b282c6031b97ad872ebc0f5bf3f637088d5a663f..017442571c898ec4145ee012cc81036e5374392e 100644 (file)
@@ -41,7 +41,7 @@ powerpc_compatible (a,b)
     case bfd_arch_powerpc:
       return bfd_default_compatible (a, b);
     case bfd_arch_rs6000:
-      if (a->mach == 0)
+      if (a->mach == bfd_mach_ppc)
        return a;
       return NULL;
     }
This page took 0.022594 seconds and 4 git commands to generate.