mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 10:42:22 +08:00
Select 32-bit pei for 64-bit pei configurations.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2010-09-02 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config.bfd (x86_64-*-mingw*): Select 32-bit pei vectors too.
|
||||
|
||||
2010-09-01 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* netbsd-core.c (netbsd_core_core_file_pid): Renamed to ...
|
||||
|
@ -634,7 +634,7 @@ case "${targ}" in
|
||||
;;
|
||||
x86_64-*-mingw*)
|
||||
targ_defvec=x86_64pe_vec
|
||||
targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec"
|
||||
targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec i386pe_vec i386pei_vec bfd_elf32_i386_vec"
|
||||
want64=true
|
||||
targ_underscore=no
|
||||
;;
|
||||
|
Reference in New Issue
Block a user