From: Alan Modra Date: Tue, 24 Sep 2013 10:22:27 +0000 (+0000) Subject: * elf32-mips.c (ELF_OSABI): Undef for vxworks. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91ea67ca58124c403b6d0f123c5d7555fd15a0a1;p=binutils-gdb.git * elf32-mips.c (ELF_OSABI): Undef for vxworks. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0af85697e08..ea5ea280264 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-24 Alan Modra * syms.c (_bfd_stab_section_find_nearest_line): Ignore partial 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