mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
2003-03-18 H.J. Lu <hongjiu.lu@intel.com>
* targets.c (_bfd_target_vector): Add bfd_efi_app_x86_64_vec only if BFD64 is defined.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-03-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* targets.c (_bfd_target_vector): Add bfd_efi_app_x86_64_vec
|
||||||
|
only if BFD64 is defined.
|
||||||
|
|
||||||
2007-03-17 Alan Modra <amodra@bigpond.net.au>
|
2007-03-17 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* elf32-spu.c (spu_elf_size_stubs): Always use an overlay stub
|
* elf32-spu.c (spu_elf_size_stubs): Always use an overlay stub
|
||||||
|
@ -874,8 +874,8 @@ static const bfd_target * const _bfd_target_vector[] =
|
|||||||
&b_out_vec_big_host,
|
&b_out_vec_big_host,
|
||||||
&b_out_vec_little_host,
|
&b_out_vec_little_host,
|
||||||
&bfd_efi_app_ia32_vec,
|
&bfd_efi_app_ia32_vec,
|
||||||
&bfd_efi_app_x86_64_vec,
|
|
||||||
#ifdef BFD64
|
#ifdef BFD64
|
||||||
|
&bfd_efi_app_x86_64_vec,
|
||||||
&bfd_efi_app_ia64_vec,
|
&bfd_efi_app_ia64_vec,
|
||||||
#endif
|
#endif
|
||||||
&bfd_elf32_avr_vec,
|
&bfd_elf32_avr_vec,
|
||||||
|
Reference in New Issue
Block a user