* 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.
This commit is contained in:
Nick Clifton
2005-05-03 12:02:47 +00:00
parent e02b83d7f4
commit c1d05a606c
6 changed files with 35 additions and 19 deletions

View File

@@ -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. */