* Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
[deliverable/binutils-gdb.git] / bfd / cpu-rs6000.c
index 89b92308c899ff1eab76bb743cfd875984bfe884..777611e603aa07b30e013305a69b129f1688c4ec 100644 (file)
@@ -46,7 +46,7 @@ rs6000_compatible (a,b)
     case bfd_arch_rs6000:
       return bfd_default_compatible (a, b);
     case bfd_arch_powerpc:
-      if (b->mach == 0)
+      if (b->mach == bfd_mach_rs6k)
        return b;
       return NULL;
     }
This page took 0.02306 seconds and 4 git commands to generate.