[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Tue Apr 26 18:55:01 CEST 2011
details: /var/hg/gmp/rev/b65007d1570c
changeset: 14132:b65007d1570c
user: Torbjorn Granlund <tege at gmplib.org>
date: Tue Apr 26 18:54:50 2011 +0200
description:
(changecom): Partially undo last change.
details: /var/hg/gmp/rev/409675ae8163
changeset: 14133:409675ae8163
user: Torbjorn Granlund <tege at gmplib.org>
date: Tue Apr 26 18:54:58 2011 +0200
description:
*** empty log message ***
diffstat:
ChangeLog | 3 ++-
mpn/sparc32/sparc-defs.m4 | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r ec4909dce0ff -r 409675ae8163 ChangeLog
--- a/ChangeLog Tue Apr 26 17:21:59 2011 +0200
+++ b/ChangeLog Tue Apr 26 18:54:58 2011 +0200
@@ -1,6 +1,7 @@
2011-04-26 Torbjorn Granlund <tege at gmplib.org>
- * mpn/sparc32/sparc-defs.m4 (changecom): Remove harmful definition.
+ * mpn/sparc32/sparc-defs.m4 (changecom): Don't redefine '!' as it
+ interferes with expressions.
2011-04-20 Torbjorn Granlund <tege at gmplib.org>
diff -r ec4909dce0ff -r 409675ae8163 mpn/sparc32/sparc-defs.m4
--- a/mpn/sparc32/sparc-defs.m4 Tue Apr 26 17:21:59 2011 +0200
+++ b/mpn/sparc32/sparc-defs.m4 Tue Apr 26 18:54:58 2011 +0200
@@ -3,7 +3,7 @@
dnl m4 macros for SPARC assembler (32 and 64 bit).
-dnl Copyright 2002 Free Software Foundation, Inc.
+dnl Copyright 2002, 2011 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -21,6 +21,9 @@
dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+changecom(;)
+
+
dnl Usage: REGISTER(reg,attr)
dnl
dnl Give a ".register reg,attr" directive, if the assembler supports it.
More information about the gmp-commit
mailing list