From fac417805a7d6be67dae8e8146edd818a308f8a3 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 18 Apr 2000 04:03:16 +0000 Subject: Bfd support for generating IA-64 EFI binaries. * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo. (BFD64_BACKENDS_CFILES): Mention coff-ia64.c (coff-ia64.lo): Add dependency. * Makefile.in: Regenerate. * coff-ia64.c: New file. * efi-app-ia32.c: Ditto. * efi-app-ia64.c: Ditto. ... --- bfd/targets.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bfd/targets.c') diff --git a/bfd/targets.c b/bfd/targets.c index e54eb29..8217d56 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -505,6 +505,8 @@ extern const bfd_target arm_epoc_pei_little_vec; extern const bfd_target arm_epoc_pei_big_vec; extern const bfd_target b_out_vec_big_host; extern const bfd_target b_out_vec_little_host; +extern const bfd_target bfd_efi_app_ia32_vec; +extern const bfd_target bfd_efi_app_ia64_vec; extern const bfd_target bfd_elf64_alpha_vec; extern const bfd_target bfd_elf32_avr_vec; extern const bfd_target bfd_elf32_bigarc_vec; @@ -689,6 +691,11 @@ const bfd_target * const bfd_target_vector[] = { &b_out_vec_big_host, &b_out_vec_little_host, + &bfd_efi_app_ia32_vec, +#ifdef BFD64 + &bfd_efi_app_ia64_vec, +#endif + /* This, and other vectors, may not be used in any *.mt configuration. But that does not mean they are unnecessary. If configured with --enable-targets=all, objdump or gdb should be able to examine -- cgit v1.1