IA-64 ELF support.
[deliverable/binutils-gdb.git] / bfd / elf.c
index 8830ff099cc02f84b3ff01986582370d33f2f069..82b9b45de43c4866c04acc37d1273a4303026215 100644 (file)
--- 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;
This page took 0.024095 seconds and 4 git commands to generate.