diff options
author | Nick Clifton <nickc@redhat.com> | 2005-01-10 16:33:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-01-10 16:33:51 +0000 |
commit | 5c4504f7c53c30ac373de048662365885bd51cb5 (patch) | |
tree | 3e971d44cb8e354482fd78db3f27e03ac6088c06 /bfd/archures.c | |
parent | b702665739598ec762119fda6dec4a09adc48fc0 (diff) | |
download | gdb-5c4504f7c53c30ac373de048662365885bd51cb5.zip gdb-5c4504f7c53c30ac373de048662365885bd51cb5.tar.gz gdb-5c4504f7c53c30ac373de048662365885bd51cb5.tar.bz2 |
Add support for maxq10 and maxq20 machine values
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index b7fa3bc..af25ef6 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -1,6 +1,6 @@ /* BFD library support routines for architectures. Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004 + 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Hacked by John Gilmore and Steve Chamberlain of Cygnus Support. @@ -356,6 +356,8 @@ DESCRIPTION . 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 . }; */ |