patches/gmp/5.0.1/100-fix-tests-ABI-long-long.patch
changeset 1879 b4ce08060b6f
parent 1873 4477403726db
     1.1 --- a/patches/gmp/5.0.1/100-fix-tests-ABI-long-long.patch	Tue Mar 30 22:31:49 2010 +0200
     1.2 +++ b/patches/gmp/5.0.1/100-fix-tests-ABI-long-long.patch	Wed Apr 07 00:04:06 2010 +0200
     1.3 @@ -1,3 +1,7 @@
     1.4 +From: http://gmplib.org:8000/gmp-5.0/raw-rev/794410151f5f
     1.5 +
     1.6 +Tweaked to remove the hunk in the Changelog, as it did not apply cleanly
     1.7 +( and who needs Changelogs? ;-) )
     1.8  
     1.9  # HG changeset patch
    1.10  # User Torbjorn Granlund <tege@gmplib.org>
    1.11 @@ -6,18 +10,6 @@
    1.12  # Parent  948660e2e56d9cfaae035082b8fd473985505fb6
    1.13  Fix a test case to work for long long limbs.
    1.14  
    1.15 -diff -r 948660e2e56d -r 794410151f5f ChangeLog
    1.16 ---- a/ChangeLog	Thu Feb 25 16:08:21 2010 +0100
    1.17 -+++ b/ChangeLog	Thu Feb 25 19:28:52 2010 +0100
    1.18 -@@ -1,5 +1,8 @@
    1.19 - 2010-02-25  Torbjorn Granlund  <tege@gmplib.org>
    1.20 - 
    1.21 -+	* tests/mpz/t-perfpow.c (check_random): Use mp_limb_t type for limb
    1.22 -+	variables.
    1.23 -+
    1.24 - 	* tests/mpn/t-div.c: Cast a switch index to placate HP's cc.
    1.25 - 	* tests/mpn/t-bdiv.c: Likewise.
    1.26 - 
    1.27  diff -r 948660e2e56d -r 794410151f5f tests/mpz/t-perfpow.c
    1.28  --- a/tests/mpz/t-perfpow.c	Thu Feb 25 16:08:21 2010 +0100
    1.29  +++ b/tests/mpz/t-perfpow.c	Thu Feb 25 19:28:52 2010 +0100