summaryrefslogtreecommitdiff
path: root/bfd/archures.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-01-10 16:33:51 +0000
committerNick Clifton <nickc@redhat.com>2005-01-10 16:33:51 +0000
commitaa65cfd7d7f2bfa3e2e4946641ce9fffa321a5b3 (patch)
tree2c3becaa429761435efd76aceb86171f77631002 /bfd/archures.c
parente025d39e08c2c2cf5709149f6c66a1faf2a6fde7 (diff)
downloadgdb-aa65cfd7d7f2bfa3e2e4946641ce9fffa321a5b3.tar.gz
Add support for maxq10 and maxq20 machine values
Diffstat (limited to 'bfd/archures.c')
-rw-r--r--bfd/archures.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/archures.c b/bfd/archures.c
index b7fa3bc6586..af25ef626db 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
. };
*/