aboutsummaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-07-05 13:00:41 +0930
committerAlan Modra <amodra@gmail.com>2022-07-09 21:22:28 +0930
commitb18220936c6a1c660a108b88165c1972944e51fc (patch)
tree2dc676c9bfb427badfb95a8ad949351df751dbd2 /gas/read.h
parent5a210b9fe8a5fe616320f5adf432516334c3702f (diff)
downloadgdb-b18220936c6a1c660a108b88165c1972944e51fc.zip
gdb-b18220936c6a1c660a108b88165c1972944e51fc.tar.gz
gdb-b18220936c6a1c660a108b88165c1972944e51fc.tar.bz2
gas: free sy_hash, macro_hash and po_hash
* macro.c (macro_end): New function. * macro.h (macro_end): Declare. * read.c (read_end, poend): New functions. * read.h (read_end): Declare. * symbols.c (symbol_end): New function. * symbols.h (symbol_end): Declare. * output-file.c (output_file_close): Call new *_end functions.
Diffstat (limited to 'gas/read.h')
-rw-r--r--gas/read.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/read.h b/gas/read.h
index 0fa9e79..acab667 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -141,6 +141,7 @@ extern unsigned output_leb128 (char *, valueT, int);
extern void pseudo_set (symbolS * symbolP);
extern void read_a_source_file (const char *name);
extern void read_begin (void);
+extern void read_end (void);
extern void read_print_statistics (FILE *);
extern char *read_symbol_name (void);
extern unsigned sizeof_leb128 (valueT, int);