diff options
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index ffe3a15606a..4b5f11d09de 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -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, |