OSDN Git Service

merge from gcc
authordj <dj>
Fri, 17 Aug 2001 06:32:52 +0000 (06:32 +0000)
committerdj <dj>
Fri, 17 Aug 2001 06:32:52 +0000 (06:32 +0000)
include/ChangeLog
include/hashtab.h

index 305754f..b7d460e 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-16  Richard Henderson  <rth@redhat.com>
+
+       * hashtab.h (htab_hash_string): Declare.
+
 2001-06-13  Andrew Cagney  <ac131313@redhat.com>
 
        * libiberty.h (lbasename): Change function declaration to return a
index a577c5e..8871710 100644 (file)
@@ -145,6 +145,9 @@ extern htab_hash htab_hash_pointer;
 /* An equality function for pointers.  */
 extern htab_eq htab_eq_pointer;
 
+/* A hash function for null-terminated strings.  */
+extern hashval_t htab_hash_string PARAMS ((const PTR));
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */