From a8acc5fb18af9d4b0da318218680534414325e13 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 3 May 2012 13:04:57 +0000 Subject: Add support for Motorola XGATE embedded CPU --- bfd/archures.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bfd/archures.c') diff --git a/bfd/archures.c b/bfd/archures.c index d38d806..b64e110 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -440,7 +440,9 @@ DESCRIPTION . bfd_arch_xc16x, {* Infineon's XC16X Series. *} .#define bfd_mach_xc16x 1 .#define bfd_mach_xc16xl 2 -.#define bfd_mach_xc16xs 3 +.#define bfd_mach_xc16xs 3 +. bfd_arch_xgate, {* Freescale XGATE *} +.#define bfd_mach_xgate 1 . bfd_arch_xtensa, {* Tensilica's Xtensa cores. *} .#define bfd_mach_xtensa 1 . bfd_arch_z80, @@ -574,6 +576,7 @@ extern const bfd_arch_info_type bfd_we32k_arch; extern const bfd_arch_info_type bfd_xstormy16_arch; extern const bfd_arch_info_type bfd_xtensa_arch; extern const bfd_arch_info_type bfd_xc16x_arch; +extern const bfd_arch_info_type bfd_xgate_arch; extern const bfd_arch_info_type bfd_z80_arch; extern const bfd_arch_info_type bfd_z8k_arch; @@ -653,6 +656,7 @@ static const bfd_arch_info_type * const bfd_archures_list[] = &bfd_xstormy16_arch, &bfd_xtensa_arch, &bfd_xc16x_arch, + &bfd_xgate_arch, &bfd_z80_arch, &bfd_z8k_arch, #endif -- cgit v1.1