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:
parent
3443489c65
commit
cc574a35a2
2 changed files with 5 additions and 0 deletions
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue