OSDN Git Service

PR 6575
authoramodra <amodra>
Mon, 11 Aug 2008 07:40:21 +0000 (07:40 +0000)
committeramodra <amodra>
Mon, 11 Aug 2008 07:40:21 +0000 (07:40 +0000)
commitc760372b6fcde9770bcea8b4a27537a63734fe1e
treeeb242acf751272af375113c886d9ab964e626a87
parent4676862bee74b00b5401055d5df50fa767d63233
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