* hashtab.c (htab_remove_elt_with_hash): New function.
commit14c235d91d20ec2ac27bc93235d6b28f5abc4933
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Apr 2004 14:48:56 +0000 (13 14:48 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Apr 2004 14:48:56 +0000 (13 14:48 +0000)
tree29d3fb80f1928330a799e287f6a657a318546016
parentcfb805a092726fd6ecfe8451b684487064b6e73c
* hashtab.c (htab_remove_elt_with_hash): New function.
(htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.

* hashtab.h (htab_remove_elt_with_hash): Prototype new function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80641 138bc75d-0d04-0410-961f-82ee72b054a4
include/ChangeLog
include/hashtab.h
libiberty/ChangeLog
libiberty/hashtab.c