aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-04-10 00:43:27 +0000
committerRichard Henderson <rth@redhat.com>2002-04-10 00:43:27 +0000
commitb1c933fc526667539eda62ccabefbfe3764dc677 (patch)
treea0a3e8f09b8396b7b9a9f60b45318ca1839b5791 /libiberty/ChangeLog
parentca439ad26a484e0a818095509fb57f8ef0b98314 (diff)
downloadgdb-b1c933fc526667539eda62ccabefbfe3764dc677.zip
gdb-b1c933fc526667539eda62ccabefbfe3764dc677.tar.gz
gdb-b1c933fc526667539eda62ccabefbfe3764dc677.tar.bz2
* hashtab.c (higher_prime_number): Use 7 as minimum.
(find_empty_slot_for_expand): Don't compute hash2 unless needed. (htab_find_slot_with_hash): Likewise.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 56bd231..63efe6e 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-09 Richard Henderson <rth@redhat.com>
+
+ * hashtab.c (higher_prime_number): Use 7 as minimum.
+ (find_empty_slot_for_expand): Don't compute hash2 unless needed.
+ (htab_find_slot_with_hash): Likewise.
+
2002-04-01 Phil Edwards <pme@gcc.gnu.org>
* cp-demangle.c (__cxa_demangle): Also protect with IN_GLIBCPP_V3.