[Gmp-commit] /home/hgfiles/gmp: Get 32-bit sizeof test right.
mercurial at gmplib.org
mercurial at gmplib.org
Mon May 17 21:24:33 CEST 2010
details: /home/hgfiles/gmp/rev/cbfd10cbd865
changeset: 13642:cbfd10cbd865
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon May 17 21:24:29 2010 +0200
description:
Get 32-bit sizeof test right.
diffstat:
ChangeLog | 2 ++
configure.in | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 7d8c4cd07f20 -r cbfd10cbd865 ChangeLog
--- a/ChangeLog Mon May 17 17:07:30 2010 +0200
+++ b/ChangeLog Mon May 17 21:24:29 2010 +0200
@@ -1,5 +1,7 @@
2010-05-17 Torbjorn Granlund <tege at gmplib.org>
+ * configure.in (ia64): Get 32-bit sizeof test right.
+
* tune/tuneup.c (tune_mod_1): Undo unintensional change to tuning of
PREINV_MOD_1_TO_MOD_1_THRESHOLD.
diff -r 7d8c4cd07f20 -r cbfd10cbd865 configure.in
--- a/configure.in Mon May 17 17:07:30 2010 +0200
+++ b/configure.in Mon May 17 21:24:29 2010 +0200
@@ -683,7 +683,7 @@
abilist="64"
GMP_INCLUDE_MPN(ia64/ia64-defs.m4)
SPEED_CYCLECOUNTER_OBJ=ia64.lo
- any_testlist="sizeof-long-4"
+ any_32_testlist="sizeof-long-4"
case $host_cpu in
itanium) path="ia64/itanium ia64" ;;
More information about the gmp-commit
mailing list