Add initial Intel K1OM support.
[deliverable/binutils-gdb.git] / bfd / archures.c
index ffe3a15606a8e5e53fa716aafc5c3d813d6383d6..4b5f11d09de5a836bce964289848e32ea939608a 100644 (file)
@@ -192,6 +192,9 @@ DESCRIPTION
 .  bfd_arch_l1om,   {* Intel L1OM *}
 .#define bfd_mach_l1om 66
 .#define bfd_mach_l1om_intel_syntax 67
+.  bfd_arch_k1om,   {* Intel K1OM *}
+.#define bfd_mach_k1om 68
+.#define bfd_mach_k1om_intel_syntax 69
 .  bfd_arch_we32k,     {* AT&T WE32xxx *}
 .  bfd_arch_tahoe,     {* CCI/Harris Tahoe *}
 .  bfd_arch_i860,      {* Intel 860 *}
@@ -503,6 +506,7 @@ extern const bfd_arch_info_type bfd_i960_arch;
 extern const bfd_arch_info_type bfd_ia64_arch;
 extern const bfd_arch_info_type bfd_ip2k_arch;
 extern const bfd_arch_info_type bfd_iq2000_arch;
+extern const bfd_arch_info_type bfd_k1om_arch;
 extern const bfd_arch_info_type bfd_l1om_arch;
 extern const bfd_arch_info_type bfd_lm32_arch;
 extern const bfd_arch_info_type bfd_m32c_arch;
@@ -582,6 +586,7 @@ static const bfd_arch_info_type * const bfd_archures_list[] =
     &bfd_ia64_arch,
     &bfd_ip2k_arch,
     &bfd_iq2000_arch,
+    &bfd_k1om_arch,
     &bfd_l1om_arch,
     &bfd_lm32_arch,
     &bfd_m32c_arch,
This page took 0.024527 seconds and 4 git commands to generate.