[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Thu Oct 13 17:42:25 CEST 2011
details: /var/hg/gmp/rev/c5357ab9c11c
changeset: 14322:c5357ab9c11c
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Oct 13 17:39:52 2011 +0200
description:
(s390): Put back an accidentally deleted #else.
details: /var/hg/gmp/rev/d971eb70312b
changeset: 14323:d971eb70312b
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Oct 13 17:42:21 2011 +0200
description:
*** empty log message ***
diffstat:
ChangeLog | 2 ++
longlong.h | 3 ++-
2 files changed, 4 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 5ecb46972ebf -r d971eb70312b ChangeLog
--- a/ChangeLog Thu Oct 13 08:07:33 2011 +0200
+++ b/ChangeLog Thu Oct 13 17:42:21 2011 +0200
@@ -1,5 +1,7 @@
2011-10-13 Torbjorn Granlund <tege at gmplib.org>
+ * longlong.h (s390): Put back an accidentally deleted #else.
+
* configure.in (s390): Unset extra_functions for s390x.
2011-10-12 Torbjorn Granlund <tege at gmplib.org>
diff -r 5ecb46972ebf -r d971eb70312b longlong.h
--- a/longlong.h Thu Oct 13 08:07:33 2011 +0200
+++ b/longlong.h Thu Oct 13 17:42:21 2011 +0200
@@ -741,6 +741,7 @@
(q) = __r1; (r) = __r0; \
} while (0)
#endif /* if 0 */
+#else /* if __zarch__ */
/* FIXME: this fails if gcc knows about the 64-bit registers. */
#define smul_ppmm(xh, xl, m0, m1) \
do { \
@@ -764,7 +765,7 @@
: "0" (__x.__ll), "r" (d)); \
(q) = __x.__i.__l; (r) = __x.__i.__h; \
} while (0)
-#endif
+#endif /* if __zarch__ */
#endif
#if defined (__s390x__) && W_TYPE_SIZE == 64
More information about the gmp-commit
mailing list