summaryrefslogtreecommitdiff
path: root/gas/macro.c
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2003-01-03 21:47:21 +0000
committerStan Cox <scox@redhat.com>2003-01-03 21:47:21 +0000
commit2723521742e189e1b92e5e492e5e83b6edf79411 (patch)
treea3d73404398571c8362915c5edecb192c4c1e511 /gas/macro.c
parentba64e99240d669a755e640e8770fd789ee82b87f (diff)
downloadbinutils-redhat-2723521742e189e1b92e5e492e5e83b6edf79411.tar.gz
* configure.in: Add iq2000-elf target.
* configure: Regenerate. * config/tc-iq2000.c: New file. * config/tc-iq2000.h: Likewise.
Diffstat (limited to 'gas/macro.c')
-rw-r--r--gas/macro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/macro.c b/gas/macro.c
index 3ca815ab28..77dc067e58 100644
--- a/gas/macro.c
+++ b/gas/macro.c
@@ -1,5 +1,5 @@
/* macro.c - macro support for gas
- Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+ Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
@@ -93,7 +93,7 @@ static const char *macro_expand PARAMS ((int, sb *, macro_entry *, sb *));
/* The macro hash table. */
-static struct hash_control *macro_hash;
+struct hash_control *macro_hash;
/* Whether any macros have been defined. */