diff options
author | tege <tege@gmplib.org> | 2000-05-02 18:22:17 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2000-05-02 18:22:17 +0200 |
commit | 540fa09b3ba7e36f3a5f4be3f66b6ee151b8ebc6 (patch) | |
tree | dc01c10b9441f10fd66e0985e80af8388f2ee4ce /ChangeLog | |
parent | d8c37d021ec34a33dfefa450422331415432dd9b (diff) | |
download | gmp-540fa09b3ba7e36f3a5f4be3f66b6ee151b8ebc6.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -1,3 +1,9 @@ +2000-05-02 Torbjorn Granlund <tege@swox.com> + + * mpn/generic/bz_divrem_n.c (mpn_bz_divrem_n): Handle non-zero return + from first mpn_bz_div_3_halves_by_2 call. + (mpn_bz_divrem_aux): Likewise. + 2000-04-30 Kevin Ryde <kevin@swox.se> * tune/* (GCD_ACCEL_THRESHOLD, GCDEXT_THRESHOLD): Tune these. @@ -20,6 +26,14 @@ (_mp_allocate_func, etc): Use _PROTO. [TUNE_PROGRAM_BUILD]: More changes in tune program build part. +2000-04-28 Torbjorn Granlund <tege@swox.com> + + * mpn/pa64/add_n.s: Add `,entry' to export directive. + * mpn/pa64/{addmul_1.S,lshift.s,mul_1.S,rshift.s,sub_n.s,submul_1.S, + umul_ppmm.S}: Likewise. + * mpn/hppa/hppa1_1/udiv_qrnnd.S: New name for udiv_qrnnd.s. + Add PIC support. + 2000-04-29 Kevin Ryde <kevin@swox.se> * gmp-impl.h [TUNE_PROGRAM_BUILD] (TOOM3_MUL_THRESHOLD_LIMIT): New @@ -74,11 +88,6 @@ * configure.in (*-*-aix* gmp_m4postinc): Fix setting (don't overwrite a value just stored). -2000-04-28 Torbjorn Granlund <tege@swox.com> - - * mpn/hppa/hppa1_1/udiv_qrnnd.S: New name for udiv_qrnnd.s. - Add PIC support. - 2000-04-26 Kevin Ryde <kevin@swox.se> * mpn/sparc32/udiv_fp.asm: Use mpn_udiv_qrnnd macro. |