mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 23:26:51 +08:00
Re: Remove x86 NaCl target support
Fixes accidental breakage of vxworks by commit bbd19b19e4. * elf32-i386.c (elf_backend_object_p): Undef for vxworks.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2020-07-01 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* elf32-i386.c (elf_backend_object_p): Undef for vxworks.
|
||||
|
||||
2020-07-01 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* config.bfd: Obsolete xc16x.
|
||||
|
@ -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. */
|
||||
|
||||
|
Reference in New Issue
Block a user