diff options
author | H.J. Lu <hjl@lucon.org> | 2007-03-18 17:20:07 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2007-03-18 17:20:07 +0000 |
commit | 0180d856e7598a5e152bd350528dbbb087517c56 (patch) | |
tree | f2b099d2d8d0819573d3aa690e75b1949c5b9e0d /bfd/targets.c | |
parent | c5c26f2ee2b55c26a7a71aea45b8930a4d99b4cd (diff) | |
download | gdb-0180d856e7598a5e152bd350528dbbb087517c56.tar.gz |
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.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r-- | bfd/targets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/targets.c b/bfd/targets.c index 68cf553aa47..13247796170 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -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, |