mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 19:38:01 +08:00
* elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
n32 binaries.
This commit is contained in:
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user