aboutsummaryrefslogtreecommitdiff
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
commit036fe0fe8efc60354c126a84bdbb47b28d8ad914 (patch)
treefacb7c94c3574d7c141aa80f8062284bde858fc9
parent0c485e66f5ba7ad4265b93b7c7e84a90cef0b92f (diff)
downloadgdb-036fe0fe8efc60354c126a84bdbb47b28d8ad914.zip
gdb-036fe0fe8efc60354c126a84bdbb47b28d8ad914.tar.gz
gdb-036fe0fe8efc60354c126a84bdbb47b28d8ad914.tar.bz2
* 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 0d39a15..997e4b2 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 95eabc9..1e6cf6f 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;
}