From b18220936c6a1c660a108b88165c1972944e51fc Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 5 Jul 2022 13:00:41 +0930 Subject: 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. --- gas/symbols.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/symbols.h') diff --git a/gas/symbols.h b/gas/symbols.h index 240e08f..c33a28f 100644 --- a/gas/symbols.h +++ b/gas/symbols.h @@ -67,6 +67,7 @@ symbolS *symbol_temp_make (void); symbolS *colon (const char *sym_name); void local_colon (int n); void symbol_begin (void); +void symbol_end (void); void dot_symbol_init (void); void symbol_print_statistics (FILE *); void symbol_table_insert (symbolS * symbolP); -- cgit v1.1