summaryrefslogtreecommitdiff
path: root/gas/macro.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-05-03 12:02:47 +0000
committerNick Clifton <nickc@redhat.com>2005-05-03 12:02:47 +0000
commitdd558dcf48e63f7a4f523df3cbe7ffd466d0dcfd (patch)
treec835d2b4082e03ae555a23fcba59c41403d22db5 /gas/macro.c
parent456b5b2be5f1eff98cbca9d0747cd9c50b3f3cd2 (diff)
downloadbinutils-redhat-dd558dcf48e63f7a4f523df3cbe7ffd466d0dcfd.tar.gz
* config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations of bfd_section_list... macros.
* config/tc-mmix.c (mmix_frob_file): Likewise. * config/tc-xtensa.c (xtensa_remove_section): Likewise. (xtensa_insert_section): Likewise. * macro.c (macro_hash): Remove static. * macro.h (macro_hash): Provide an external declaration.
Diffstat (limited to 'gas/macro.c')
-rw-r--r--gas/macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/macro.c b/gas/macro.c
index 6f370bbe9d..f7d53bc673 100644
--- a/gas/macro.c
+++ b/gas/macro.c
@@ -94,7 +94,7 @@ static void free_macro(macro_entry *);
/* The macro hash table. */
-static struct hash_control *macro_hash;
+struct hash_control *macro_hash;
/* Whether any macros have been defined. */