From: Alan Modra Date: Wed, 25 Sep 2013 02:55:03 +0000 (+0000) Subject: * elf32-mips.c (ELF_OSABI): Undef for vxworks. X-Git-Tag: binutils-2_24~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4581ad5c6387130fd175c8df9f35cd8a2be2ef73;p=thirdparty%2Fbinutils-gdb.git * elf32-mips.c (ELF_OSABI): Undef for vxworks. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ece537b1454..0c06142c4ae 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2013-09-24 Alan Modra + + * elf32-mips.c (ELF_OSABI): Undef for vxworks. + 2013-09-20 Alan Modra * configure: Regenerate. diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index 0e62708f7a6..eec2ef7f053 100644 --- a/bfd/elf32-mips.c +++ b/bfd/elf32-mips.c @@ -2486,6 +2486,7 @@ mips_vxworks_final_write_processing (bfd *abfd, bfd_boolean linker) #define TARGET_LITTLE_NAME "elf32-littlemips-vxworks" #define TARGET_BIG_SYM bfd_elf32_bigmips_vxworks_vec #define TARGET_BIG_NAME "elf32-bigmips-vxworks" +#undef ELF_OSABI #undef elf32_bed #define elf32_bed elf32_mips_vxworks_bed