summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-04-16 00:57:00 +0000
committerRichard Henderson <rth@redhat.com>2002-04-16 00:57:00 +0000
commit7aca1204e46c8ed82865113b8098dc5e876c15a3 (patch)
tree3335fca5733ee8a8b39e40cc9d71b9feb91a5f05
parent94dba76273b0f64f80a655f84e27a0cb86f6b055 (diff)
downloadgdb-7aca1204e46c8ed82865113b8098dc5e876c15a3.tar.gz
* elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
n32 binaries.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elf32-mips.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0d39a151aeb..997e4b22d51 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c
index 95eabc9a095..1e6cf6fe53d 100644
--- a/bfd/elf32-mips.c
+++ b/bfd/elf32-mips.c
@@ -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;
}