[PATCH] Remove x86 NaCl target support
Alan Modra
amodra@gmail.com
Wed Jul 1 08:03:27 GMT 2020
On Wed, Jul 01, 2020 at 02:51:03PM +0930, Alan Modra wrote:
> On Tue, Jun 30, 2020 at 07:08:26AM -0700, H.J. Lu wrote:
> > This is what I am checking in.
>
> And the following is why I recommended leaving this until after the
> 2.35 release.
I was curious and went looking why these failures occurred. Since the
fix is trivial I may as well commit it and save HJ the investigation.
* elf32-i386.c (elf_backend_object_p): Undef for vxworks.
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index 9045340cc1..9cd2fc5a93 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -4576,6 +4576,7 @@ elf32_iamcu_elf_object_p (bfd *abfd)
#define ELF_ARCH bfd_arch_i386
#undef ELF_MACHINE_CODE
#define ELF_MACHINE_CODE EM_386
+#undef elf_backend_object_p
/* VxWorks support. */
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list