summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-07-25 23:33:33 +0200
committertege <tege@gmplib.org>2000-07-25 23:33:33 +0200
commit6a0572e47104fba7fcc9f38895a622a3048e0465 (patch)
treed0cb02833e76d3f0652e3d78eccddd07b87c6178 /ChangeLog
parentc6e8df0ba8fa0b585941ae98463009fb259d0e4d (diff)
downloadgmp-6a0572e47104fba7fcc9f38895a622a3048e0465.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 194c72573..1c2a0eaba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,29 @@
2000-07-25 Torbjorn Granlund <tege@swox.com>
+ * mpn/hppa/gmp-mparam.h: Update threshold values from new `tune' run.
+
+ * mpn/pa64/gmp-mparam.h: Fill in values from `make tune' run.
+ * mpn/pa64w/gmp-mparam.h: Likewise.
+ * mpn/mips3/gmp-mparam.h: Likewise.
+
+ * tune/hppa2.asm: Fix typo in .level directive.
+
+ * configure.in: Add sparc64-*-linux* support (from Jakub Jelinek).
+ * configure: Regenerate.
+
+ * mpn/sparc64/rshift.asm: Use %g5 instead of volatile stack frame area
+ for return value (from Jakub Jelinek).
+ * mpn/sparc64/lshift.asm: Likewise.
+
+ * mpf/get_prc.c: Revert Aug 8, 1996 change.
+
+ * version.c: No longer static.
+
* mpn/pa64/gmp-mparam.h: Only #define *_THRESHOLD if not already
defined.
+ * mpn/pa64w/gmp-mparam.h: Likewise.
+ * mpn/arm/gmp-mparam.h: Likewise.
+ * mpn/mips3/gmp-mparam.h: Likewise.
2000-07-25 Kevin Ryde <kevin@swox.se>
@@ -2616,7 +2638,8 @@
2000-02-21 Torbjorn Granlund <tege@swox.com>
- * gmp.h: Undo 1996-10-06 NeXT change, it was clearly improperly written.
+ * gmp.h: Undo 1996-10-06 NeXT change, it was clearly improperly
+ written.
2000-02-21 Linus Nordberg <linus@swox.se>
@@ -3613,7 +3636,8 @@
1998-10-19 Torbjorn Granlund <tege@matematik.su.se>
- * mpn/generic/bdivmod.c: Avoid using switch statement with mp_limb_t index.
+ * mpn/generic/bdivmod.c: Avoid using switch statement with mp_limb_t
+ index.
1998-10-17 Torbjorn Granlund <tege@matematik.su.se>