aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2004-04-13 08:48:56 -0600
committerJeff Law <law@gcc.gnu.org>2004-04-13 08:48:56 -0600
commit7f96816adb80b45faef4c7f04464584128dc69c6 (patch)
tree29d3fb80f1928330a799e287f6a657a318546016 /include/ChangeLog
parentf778cbf0919aff0d88a1fe68ac0fd6ef753813ca (diff)
downloadgcc-7f96816adb80b45faef4c7f04464584128dc69c6.zip
gcc-7f96816adb80b45faef4c7f04464584128dc69c6.tar.gz
gcc-7f96816adb80b45faef4c7f04464584128dc69c6.tar.bz2
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
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index e415afa..4e26bce 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-13 Jeff Law <law@redhat.com>
+
+ * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
+
2004-03-30 Zack Weinberg <zack@codesourcery.com>
* hashtab.h, splay-tree.h: Use new shorter form of GTY markers.