From 5c4504f7c53c30ac373de048662365885bd51cb5 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 10 Jan 2005 16:33:51 +0000 Subject: Add support for maxq10 and maxq20 machine values --- bfd/bfd-in2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/bfd-in2.h') diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index bc497ca..fe41161 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1808,6 +1808,8 @@ enum bfd_architecture bfd_arch_xtensa, /* Tensilica's Xtensa cores. */ #define bfd_mach_xtensa 1 bfd_arch_maxq, /* Dallas MAXQ 10/20 */ +#define bfd_mach_maxq10 10 +#define bfd_mach_maxq20 20 bfd_arch_last }; -- cgit v1.1