]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: free sy_hash, macro_hash and po_hash
authorAlan Modra <amodra@gmail.com>
Tue, 5 Jul 2022 03:30:41 +0000 (13:00 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 9 Jul 2022 11:52:28 +0000 (21:22 +0930)
commitb18220936c6a1c660a108b88165c1972944e51fc
tree2dc676c9bfb427badfb95a8ad949351df751dbd2
parent5a210b9fe8a5fe616320f5adf432516334c3702f
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/macro.c
gas/macro.h
gas/output-file.c
gas/read.c
gas/read.h
gas/symbols.c
gas/symbols.h