diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-07 00:04:06 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-07 00:04:06 +0200 |
commit | 13d44f4e2251d75e15f5349571c3fa306117de08 (patch) | |
tree | af36ae823439c30a89e713adf7ac92dfed15ae77 | |
parent | ce111fe36f71a9bd732c269eeb5e177809d0dd41 (diff) | |
download | crosstool-ng-13d44f4e2251d75e15f5349571c3fa306117de08.tar.gz crosstool-ng-13d44f4e2251d75e15f5349571c3fa306117de08.tar.bz2 crosstool-ng-13d44f4e2251d75e15f5349571c3fa306117de08.zip |
complibs/gmp: fix patch against 5.0.1
-rw-r--r-- | patches/gmp/5.0.1/100-fix-tests-ABI-long-long.patch | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/patches/gmp/5.0.1/100-fix-tests-ABI-long-long.patch b/patches/gmp/5.0.1/100-fix-tests-ABI-long-long.patch index 1683f08b..b6e303e1 100644 --- a/patches/gmp/5.0.1/100-fix-tests-ABI-long-long.patch +++ b/patches/gmp/5.0.1/100-fix-tests-ABI-long-long.patch @@ -1,3 +1,7 @@ +From: http://gmplib.org:8000/gmp-5.0/raw-rev/794410151f5f + +Tweaked to remove the hunk in the Changelog, as it did not apply cleanly +( and who needs Changelogs? ;-) ) # HG changeset patch # User Torbjorn Granlund <tege@gmplib.org> @@ -6,18 +10,6 @@ # Parent 948660e2e56d9cfaae035082b8fd473985505fb6 Fix a test case to work for long long limbs. -diff -r 948660e2e56d -r 794410151f5f ChangeLog ---- a/ChangeLog Thu Feb 25 16:08:21 2010 +0100 -+++ b/ChangeLog Thu Feb 25 19:28:52 2010 +0100 -@@ -1,5 +1,8 @@ - 2010-02-25 Torbjorn Granlund <tege@gmplib.org> - -+ * tests/mpz/t-perfpow.c (check_random): Use mp_limb_t type for limb -+ variables. -+ - * tests/mpn/t-div.c: Cast a switch index to placate HP's cc. - * tests/mpn/t-bdiv.c: Likewise. - diff -r 948660e2e56d -r 794410151f5f tests/mpz/t-perfpow.c --- a/tests/mpz/t-perfpow.c Thu Feb 25 16:08:21 2010 +0100 +++ b/tests/mpz/t-perfpow.c Thu Feb 25 19:28:52 2010 +0100 |