* elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow

n32 binaries.
This commit is contained in:
Richard Henderson
2002-04-16 00:57:00 +00:00
parent 0c485e66f5
commit 036fe0fe8e
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-04-15 Richard Henderson <rth@redhat.com>
* elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
n32 binaries.
2002-04-15 Michael Snyder <msnyder@redhat.com>
* opncls.c (bfd_close): Write contents if writeable.

View 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;
}