From 800eeca487f145ccc5481a03bfff2b871a2fd361 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 21 Apr 2000 20:22:24 +0000 Subject: IA-64 ELF support. --- bfd/elf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/elf.c') diff --git a/bfd/elf.c b/bfd/elf.c index 8830ff0..82b9b45 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -3237,6 +3237,9 @@ prep_headers (abfd) case bfd_arch_i386: i_ehdrp->e_machine = EM_386; break; + case bfd_arch_ia64: + i_ehdrp->e_machine = EM_IA_64; + break; case bfd_arch_m68k: i_ehdrp->e_machine = EM_68K; break; -- cgit v1.1