[Gmp-commit] /var/hg/gmp: (ASM_START): Claim machine type "any".
mercurial at gmplib.org
mercurial at gmplib.org
Tue Jun 5 00:00:24 CEST 2012
details: /var/hg/gmp/rev/e990d19748a4
changeset: 15047:e990d19748a4
user: Torbjorn Granlund <tege at gmplib.org>
date: Tue Jun 05 00:00:20 2012 +0200
description:
(ASM_START): Claim machine type "any".
diffstat:
ChangeLog | 4 ++++
mpn/powerpc64/aix.m4 | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r a99ae560d512 -r e990d19748a4 ChangeLog
--- a/ChangeLog Sun Jun 03 09:55:01 2012 +0200
+++ b/ChangeLog Tue Jun 05 00:00:20 2012 +0200
@@ -1,3 +1,7 @@
+2012-06-04 Torbjorn Granlund <tege at gmplib.org>
+
+ * mpn/powerpc64/aix.m4 (ASM_START): Claim machine type "any".
+
2012-06-03 Niels Möller <nisse at lysator.liu.se>
* mpn/generic/gcdext.c (mpn_gcdext): Deleted code for handling
diff -r a99ae560d512 -r e990d19748a4 mpn/powerpc64/aix.m4
--- a/mpn/powerpc64/aix.m4 Sun Jun 03 09:55:01 2012 +0200
+++ b/mpn/powerpc64/aix.m4 Tue Jun 05 00:00:20 2012 +0200
@@ -1,8 +1,8 @@
divert(-1)
dnl m4 macros for AIX 64-bit assembly.
-dnl Copyright 2000, 2001, 2002, 2005, 2006, 2010 Free Software Foundation,
-dnl Inc.
+dnl Copyright 2000, 2001, 2002, 2005, 2006, 2010, 2012 Free Software
+dnl Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -20,7 +20,7 @@
dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
define(`ASM_START',
- `.machine "ppc64"
+ `.machine "any"
.toc')
dnl Called: PROLOGUE_cpu(GSYM_PREFIX`'foo)
More information about the gmp-commit
mailing list