aboutsummaryrefslogtreecommitdiff
path: root/gas/macro.h
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
commitc1d05a606c3ae775523d364d3aa185ba1dd7ab46 (patch)
treed06a84918bbc9341857baba4ba639712fd479834 /gas/macro.h
parente02b83d7f42fda0f69a040687f3fe8ba39d5e082 (diff)
downloadfsf-binutils-gdb-c1d05a606c3ae775523d364d3aa185ba1dd7ab46.zip
fsf-binutils-gdb-c1d05a606c3ae775523d364d3aa185ba1dd7ab46.tar.gz
fsf-binutils-gdb-c1d05a606c3ae775523d364d3aa185ba1dd7ab46.tar.bz2
* 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.h')
-rw-r--r--gas/macro.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/macro.h b/gas/macro.h
index 958a84bd..4e56125 100644
--- a/gas/macro.h
+++ b/gas/macro.h
@@ -73,6 +73,10 @@ extern int macro_defined;
extern int macro_nest;
+/* The macro hash table. */
+
+extern struct hash_control *macro_hash;
+
extern int buffer_and_nest (const char *, const char *, sb *, int (*) (sb *));
extern void macro_init
(int, int, int, int (*) (const char *, int, sb *, int *));