XCOFF64 fixes. For setting arch/mach and for R_BR relocations.
[deliverable/binutils-gdb.git] / bfd / elf32-mips.c
index 95eabc9a09544534707adbdcb1b2d7e130b6636c..1e6cf6fe53dff22dcf46c9eccf9bdba830c35722 100644 (file)
@@ -1730,9 +1730,6 @@ mips_elf32_object_p (abfd)
   mach = _bfd_elf_mips_mach (elf_elfheader (abfd)->e_flags);
   bfd_default_set_arch_mach (abfd, bfd_arch_mips, mach);
 
-  if (ABI_N32_P (abfd))
-    return false;
-
   return true;
 }
 \f
This page took 0.023054 seconds and 4 git commands to generate.