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:
H.J. Lu 2007-03-18 17:20:07 +00:00
parent 8fb9d7b9aa
commit 739bb57e73
2 changed files with 6 additions and 1 deletions

View File

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

View File

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