Re: Remove x86 NaCl target support
authorAlan Modra <amodra@gmail.com>
Wed, 1 Jul 2020 07:22:02 +0000 (16:52 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 1 Jul 2020 07:27:47 +0000 (16:57 +0930)
Fixes accidental breakage of vxworks by commit bbd19b19e4.

* elf32-i386.c (elf_backend_object_p): Undef for vxworks.

bfd/ChangeLog
bfd/elf32-i386.c

index 318a8ad0fbc7c4ea1db224fbd37695b6f7f4c49e..fc6042e7f3c0472daa8dd42c9f7fde17972fdf25 100644 (file)
@@ -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.
index 9045340cc1228276cb48f7ff9d9284e56b3cab1b..9cd2fc5a937ee1eb7fa744a8a700f91503e3fa22 100644 (file)
@@ -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.  */