* elf32-mips.c (ELF_OSABI): Undef for vxworks.

This commit is contained in:
Alan Modra 2013-09-24 10:22:27 +00:00
parent 8a865bcb77
commit 91ea67ca58
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-09-24 Alan Modra <amodra@gmail.com>
* elf32-mips.c (ELF_OSABI): Undef for vxworks.
2013-09-24 Alan Modra <amodra@gmail.com>
* syms.c (_bfd_stab_section_find_nearest_line): Ignore partial

View File

@ -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