aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-11-27 04:23:38 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-11-27 04:23:38 +0000
commita4c9b97e262791f8bfc0e12ad1d564c90d8b966a (patch)
treefe78cc9d5672a5574eff55bb4c96cf9a55f5eb4c /libiberty/ChangeLog
parente9608fe6f0bc34b79bb3750e9d22065632cc4b27 (diff)
downloadgcc-a4c9b97e262791f8bfc0e12ad1d564c90d8b966a.zip
gcc-a4c9b97e262791f8bfc0e12ad1d564c90d8b966a.tar.gz
gcc-a4c9b97e262791f8bfc0e12ad1d564c90d8b966a.tar.bz2
hashtab.c (higher_prime_number): Use a table, rather than a seive, to find the next prime.
* hashtab.c (higher_prime_number): Use a table, rather than a seive, to find the next prime. From-SVN: r37775
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 65bf8c8..7f27841 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-26 Mark Mitchell <mark@codesourcery.com>
+
+ * hashtab.c (higher_prime_number): Use a table, rather than a
+ seive, to find the next prime.
+
2000-11-22 H.J. Lu <hjl@gnu.org>
* cplus-dem.c (main): Handle gnat_demangling.