[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Mon Mar 21 16:39:58 CET 2011
details: /var/hg/gmp/rev/498a28a077ea
changeset: 14086:498a28a077ea
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Mar 21 16:34:53 2011 +0100
description:
(hppa): Under linux, treat 64-bit processors as if they were 32-bit processors.
details: /var/hg/gmp/rev/8a778cf1fae7
changeset: 14087:8a778cf1fae7
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Mar 21 16:35:03 2011 +0100
description:
*** empty log message ***
diffstat:
ChangeLog | 3 +++
configure.in | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r 4c3a30d7382c -r 8a778cf1fae7 ChangeLog
--- a/ChangeLog Mon Mar 21 12:35:37 2011 +0100
+++ b/ChangeLog Mon Mar 21 16:35:03 2011 +0100
@@ -1,5 +1,8 @@
2011-03-21 Torbjorn Granlund <tege at gmplib.org>
+ * configure.in (hppa): Under linux, treat 64-bit processors as if they
+ were 32-bit processors.
+
* mpn/generic/addcnd_n.c: New file.
* mpn/asm-defs.m4 (define_mpn): Add addcnd_n and subcnd_n.
* configure.in (gmp_mpn_functions): Add addcnd_n.
diff -r 4c3a30d7382c -r 8a778cf1fae7 configure.in
--- a/configure.in Mon Mar 21 12:35:37 2011 +0100
+++ b/configure.in Mon Mar 21 16:35:03 2011 +0100
@@ -658,6 +658,7 @@
# systems (GNU/Linux for instance), but lets assume they're ok.
case $host in
[*-*-hpux[1-9] | *-*-hpux[1-9].* | *-*-hpux10 | *-*-hpux10.*]) ;;
+ [*-*-linux*]) abilist="1.0" ;; # due to linux permanent kernel bug
*) abilist="2.0w $abilist" ;;
esac
More information about the gmp-commit
mailing list