mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08:00
2007-07-27 H.J. Lu <hongjiu.lu@intel.com>
* config.bfd (x86_64-*-mingw*): Don't include x86_64coff_vec.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-07-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config.bfd (x86_64-*-mingw*): Don't include x86_64coff_vec.
|
||||
|
||||
2007-07-26 Michael Snyder <msnyder@access-company.com>
|
||||
|
||||
* coff-i386.c (coff_i386_rtype_to_howto): Guard against null.
|
||||
|
@ -598,7 +598,7 @@ case "${targ}" in
|
||||
;;
|
||||
x86_64-*-mingw*)
|
||||
targ_defvec=x86_64pe_vec
|
||||
targ_selvecs="x86_64pe_vec x86_64pei_vec x86_64coff_vec bfd_elf64_x86_64_vec"
|
||||
targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec"
|
||||
want64=true
|
||||
targ_underscore=yes
|
||||
;;
|
||||
|
Reference in New Issue
Block a user