aboutsummaryrefslogtreecommitdiff
path: root/libiberty/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 /libiberty/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 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 661ca4b..7da2d46 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-13 Jeff Law <law@redhat.com>
+
+ * hashtab.c (htab_remove_elt_with_hash): New function.
+ (htab_remove_elt): Implement in terms of htab_remove_elt_with_hash.
+
2004-03-31 Richard Henderson <rth@redhat.com>
* hashtab.c (htab_size): Move to top of file; mark inline.