summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-04-13 15:23:19 +0000
committerDJ Delorie <dj@redhat.com>2004-04-13 15:23:19 +0000
commitd6ea4e809a2514503767c68548d59e6cf50ff510 (patch)
tree1b954db9cdf0881402b38f4ef92a920ca1040367 /include
parente793df0b8e45b1c226f2ca684d4c4ff803001988 (diff)
downloadppe42-binutils-d6ea4e809a2514503767c68548d59e6cf50ff510.tar.gz
ppe42-binutils-d6ea4e809a2514503767c68548d59e6cf50ff510.zip
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/hashtab.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 883088ea6d..e2b5e89185 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.
diff --git a/include/hashtab.h b/include/hashtab.h
index 1af7368d33..a2ef32c36a 100644
--- a/include/hashtab.h
+++ b/include/hashtab.h
@@ -166,6 +166,7 @@ extern PTR *htab_find_slot_with_hash PARAMS ((htab_t, const void *,
enum insert_option));
extern void htab_clear_slot PARAMS ((htab_t, void **));
extern void htab_remove_elt PARAMS ((htab_t, void *));
+extern void htab_remove_elt_with_hash PARAMS ((htab_t, void *, hashval_t));
extern void htab_traverse PARAMS ((htab_t, htab_trav, void *));
extern void htab_traverse_noresize PARAMS ((htab_t, htab_trav, void *));
OpenPOWER on IntegriCloud