PR 6575
commit85738763968be5fce32670583d04e9cc93f2188e
authorAlan Modra <amodra@bigpond.net.au>
Mon, 11 Aug 2008 07:40:22 +0000 (11 07:40 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 11 Aug 2008 07:40:22 +0000 (11 07:40 +0000)
treeddd999c55ace0e944224035a838b856f445e9ab9
parent3283da9d893f784b42a021d418ba5817157ffdb4
PR 6575
* hash.c: Expand PTR to void *.
(hash_delete): Add "freeme" parameter.  Call obstack_free.
* hash.h: Expand PTR to void *.
(hash_delete): Update prototype.
* macro.c (macro_expand_body): hash_delete LOCALs from formal_hash.
* config/tc-tic54x.c (tic54x_remove_local_label): Update hash_delete
call.
(subsym_substitute): Likewise.
* doc/internals.texi (hash_delete): Update.
gas/ChangeLog
gas/config/tc-tic54x.c
gas/doc/internals.texi
gas/hash.c
gas/hash.h
gas/macro.c