diff options
author | Richard Henderson <rth@redhat.com> | 2002-04-16 00:57:00 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-04-16 00:57:00 +0000 |
commit | 036fe0fe8efc60354c126a84bdbb47b28d8ad914 (patch) | |
tree | facb7c94c3574d7c141aa80f8062284bde858fc9 /bfd/elf32-mips.c | |
parent | 0c485e66f5ba7ad4265b93b7c7e84a90cef0b92f (diff) | |
download | gdb-036fe0fe8efc60354c126a84bdbb47b28d8ad914.zip gdb-036fe0fe8efc60354c126a84bdbb47b28d8ad914.tar.gz gdb-036fe0fe8efc60354c126a84bdbb47b28d8ad914.tar.bz2 |
* elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
n32 binaries.
Diffstat (limited to 'bfd/elf32-mips.c')
-rw-r--r-- | bfd/elf32-mips.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; } |