[PATCH] Remove x86 NaCl target support
Alan Modra
amodra@gmail.com
Wed Jul 1 08:03:27 GMT 2020
More information about the Binutils mailing list
Wed Jul 1 08:03:27 GMT 2020
- Previous message (by thread): [PATCH] Remove x86 NaCl target support
- Next message (by thread): [PATCH] Remove x86 NaCl target support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [PATCH] Remove x86 NaCl target support
- Next message (by thread): [PATCH] Remove x86 NaCl target support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list