IA-64 ELF support.
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 152ce1e937f81a44c0a083888436e80808810806..504c51bd7fa6f10fd93e23518857b98122804b8f 100644 (file)
@@ -70,6 +70,7 @@
 #include "elf/i960.h"
 #include "elf/pj.h"
 #include "elf/avr.h"
+#include "elf/ia64.h"
 
 #include "bucomm.h"
 #include "getopt.h"
@@ -562,6 +563,7 @@ guess_is_rela (e_machine)
     case EM_SH:
     case EM_ALPHA:
     case EM_MCORE:
+    case EM_IA_64:
       return TRUE;
 
     case EM_MMA:
@@ -873,6 +875,9 @@ dump_relocations (file, rel_offset, rel_size, symtab, nsyms, strtab, is_rela)
        case EM_PJ:
          rtype = elf_pj_reloc_type (type);
          break;
+       case EM_IA_64:
+         rtype = elf_ia64_reloc_type (type);
+         break;
        }
 
       if (rtype == NULL)
This page took 0.025355 seconds and 4 git commands to generate.