diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-10 00:14:53 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-10 00:14:53 +0000 |
commit | 8c8eb75026520e93147a7dc390c59c41e432a749 (patch) | |
tree | cdbe123c0aa102ef5a672b9f01871e43d97f60b7 /libiberty/ChangeLog | |
parent | 6c82ea9964da67b4dc98e620060ecbb004fc2aeb (diff) | |
download | gcc-8c8eb75026520e93147a7dc390c59c41e432a749.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52099 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ae06bfc0515..b7e03afce42 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. |