Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / cpu-powerpc.c
index 5b77317da0cc1f7b19ee3f5d4ab4b99f381ba112..fd72cd1a529af7067bd260ad1554c3c78172f578 100644 (file)
@@ -35,6 +35,10 @@ powerpc_compatible (const bfd_arch_info_type *a,
     default:
       return NULL;
     case bfd_arch_powerpc:
+      if (a->mach == bfd_mach_ppc_vle && b->bits_per_word == 32)
+       return a;
+      if (b->mach == bfd_mach_ppc_vle && a->bits_per_word == 32)
+       return b;
       return bfd_default_compatible (a, b);
     case bfd_arch_rs6000:
       if (b->mach == bfd_mach_rs6k)
This page took 0.023838 seconds and 4 git commands to generate.