aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2003-05-07 16:30:32 -0400
committerJason Merrill <jason@gcc.gnu.org>2003-05-07 16:30:32 -0400
commit9d70d418dbe366666be1ec6501d93cf2b661e1a0 (patch)
tree51dc680001a4c521cc9b61cfc6eea83195a4bb3e /libiberty
parent0dfcf38eb26e33fe20ad808975b05185d653621b (diff)
downloadgcc-9d70d418dbe366666be1ec6501d93cf2b661e1a0.zip
gcc-9d70d418dbe366666be1ec6501d93cf2b661e1a0.tar.gz
gcc-9d70d418dbe366666be1ec6501d93cf2b661e1a0.tar.bz2
s/burtle/iterative
From-SVN: r66577
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog2
-rw-r--r--libiberty/hashtab.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 5498f11..0669803 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -5,7 +5,7 @@
2003-05-07 Jason Merrill <jason@redhat.com>
- * hashtab.c (burtle_hash): New fn.
+ * hashtab.c (iterative_hash): New fn.
* configure.in: Add AC_C_BIGENDIAN_CROSS.
* aclocal.m4: Include accross.m4.
* configure, config.in: Regenerate.
diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c
index 5b58d71..3896328 100644
--- a/libiberty/hashtab.c
+++ b/libiberty/hashtab.c
@@ -787,7 +787,7 @@ acceptable. Do NOT use for cryptographic purposes.
--------------------------------------------------------------------
*/
-hashval_t burtle_hash (k_in, length, initval)
+hashval_t iterative_hash (k_in, length, initval)
const PTR k_in; /* the key */
register size_t length; /* the length of the key */
register hashval_t initval; /* the previous hash, or an arbitrary value */