diff options
author | Stan Cox <scox@redhat.com> | 2003-01-03 21:47:21 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2003-01-03 21:47:21 +0000 |
commit | 1c53c80da36a183743c715a540032ef048d865e4 (patch) | |
tree | e36af2e6c7a96e82b4a6c6c45f3c2af53bf41838 /gas/macro.c | |
parent | a99bcdd0d53e7959bbbc3e574f957f324ac6a23a (diff) | |
download | binutils-1c53c80da36a183743c715a540032ef048d865e4.zip binutils-1c53c80da36a183743c715a540032ef048d865e4.tar.gz binutils-1c53c80da36a183743c715a540032ef048d865e4.tar.bz2 |
* 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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/macro.c b/gas/macro.c index 3ca815a..77dc067 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. */ |