]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/hashtab.c
hashtab.c (htab_remove_elt_with_hash): New function.
authorJeff Law <law@redhat.com>
Tue, 13 Apr 2004 14:48:56 +0000 (08:48 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 13 Apr 2004 14:48:56 +0000 (08:48 -0600)
commit7f96816adb80b45faef4c7f04464584128dc69c6
tree29d3fb80f1928330a799e287f6a657a318546016
parentf778cbf0919aff0d88a1fe68ac0fd6ef753813ca
hashtab.c (htab_remove_elt_with_hash): New function.

* 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.

From-SVN: r80641
include/ChangeLog
include/hashtab.h
libiberty/ChangeLog
libiberty/hashtab.c