summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-07-19 22:20:24 +0200
committertege <tege@gmplib.org>2000-07-19 22:20:24 +0200
commit757e435181dd6818c5a7c5de66487a7dc54149dc (patch)
treed60e04ef852939ae6c1b4838f2143ad519987df5 /ChangeLog
parentaba860cbaec6e7cdf6dd6587d9a19adb99c4caae (diff)
downloadgmp-757e435181dd6818c5a7c5de66487a7dc54149dc.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 24 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f4eddcb0..7cea852d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2000-07-19 Torbjorn Granlund <tege@swox.com>
+
+ * mpn/hppa/gmp-mparam.h: Fill in values from `make tune' run.
+ * mpn/alpha/gmp-mparam.h: Likewise.
+ * mpn/powerpc64/gmp-mparam.h: Likewise.
+
+ * tune/hppa.asm: New file.
+ * tune/hppa2.asm: New file.
+ * configure.in (SPEED_CYCLECOUNTER_OBJS): Set for hppa2*-*-* and
+ hppa*-*-*.
+ * tune/Makefile.am (EXTRA_DIST): Add hppa.asm and hppa2.asm.
+
+ * tune/speed.h (SPEED_ROUTINE_MPN_BZ_DIVREM_CALL): Declare `marker';
+ invoke TMP_FREE.
+
+ * mpn/hppa/hppa1_1/udiv_qrnnd.S: Use "%" instead of "'" for
+ reloc/symbol delimiter.
+
2000-07-16 Torbjorn Granlund <tege@swox.com>
* mpn/powerpc64/gmp-mparam.h: Update with output from tune utility.
@@ -72,11 +90,11 @@
* tune/Makefile.am: Add it.
* tune/README: Updates.
* tune/speed.h (SPEED_ROUTINE_MPN_DIVREM_2): Bug fixes.
-
+
* demos/calc.y,calclex.l: New files.
* demos/calc.c,calc.h,calclex.c: New files, generated from .y and .l.
* demos/Makefile.am: Add them.
-
+
* gmp.h (mpq_swap, mpf_swap): Add prototypes and defines.
2000-07-01 Kevin Ryde <kevin@swox.se>
@@ -120,7 +138,7 @@
* gmp-impl.h, mpn/tests/try.c, mpn/tests/spinner.c, tune/speed.c:
Use config.h unconditionally, not under HAVE_CONFIG_H.
-
+
* demos/pexpr.c [__DJGPP__]: Patch by Richard Dawe to not use
setup_error_handler on djgpp.
@@ -176,11 +194,11 @@
detects solaris 2.6, and also suppress warning on solaris 2.8.
* configure.in (SPEED_CYCLECOUNTER): Remove spurious "athlon" from
sparc case.
-
+
* mpn/lisp/gmpasm-mode.el: Move keymap to the top of the docstring.
2000-06-21 Kevin Ryde <kevin@swox.se>
-
+
* mpn/generic/mul_n.c (mpn_kara_mul_n, mpn_kara_sqr_n): Use
mp_size_t for n2.
(mpn_toom3_mul_n, mpn_toom3_sqr_n): Use mp_size_t for size
@@ -189,7 +207,7 @@
* mpbsd/{itom,sdiv}.c: Add casts for correct handling of -0x80...00
on systems with sizeof(short)==sizeof(int).
-
+
* mpz/tests/t-misc.c: Move "bin" test from here ...
* mpz/tests/t-bin.c: ... to here, and add a new (2k,k) test too.
* mpz/tests/Makefile.am (check_PROGRAMS): Add t-bin.