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:
parent
8fb9d7b9aa
commit
739bb57e73
@ -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>
|
||||
|
||||
* 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_little_host,
|
||||
&bfd_efi_app_ia32_vec,
|
||||
&bfd_efi_app_x86_64_vec,
|
||||
#ifdef BFD64
|
||||
&bfd_efi_app_x86_64_vec,
|
||||
&bfd_efi_app_ia64_vec,
|
||||
#endif
|
||||
&bfd_elf32_avr_vec,
|
||||
|
Loading…
Reference in New Issue
Block a user