[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Mon Nov 11 13:24:10 UTC 2013
details: /var/hg/gmp/rev/254884c36b3d
changeset: 16090:254884c36b3d
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Nov 11 14:23:47 2013 +0100
description:
(CALL): Provide to override default.
details: /var/hg/gmp/rev/15d063a82eb4
changeset: 16091:15d063a82eb4
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Nov 11 14:24:06 2013 +0100
description:
ChangeLog
diffstat:
ChangeLog | 6 ++++++
mpn/x86_64/dos64.m4 | 9 ++++++++-
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r 9ba41ccf4351 -r 15d063a82eb4 ChangeLog
--- a/ChangeLog Fri Nov 08 22:20:16 2013 +0100
+++ b/ChangeLog Mon Nov 11 14:24:06 2013 +0100
@@ -1,5 +1,11 @@
+2013-11-11 Torbjorn Granlund <tege at gmplib.org>
+
+ * mpn/x86_64/dos64.m4 (CALL): Provide to override default.
+
2013-11-08 Torbjorn Granlund <tege at gmplib.org>
+ * mpn/x86_64/x86_64-defs.m4 (CALL): Swap PIC test and macro defn.
+
* mpn/generic/div_qr_2.c: Test HAVE_HOST_CPU_FAMILY_x86, not i386.
* doc/gmp.texi: Update many URLs.
diff -r 9ba41ccf4351 -r 15d063a82eb4 mpn/x86_64/dos64.m4
--- a/mpn/x86_64/dos64.m4 Fri Nov 08 22:20:16 2013 +0100
+++ b/mpn/x86_64/dos64.m4 Mon Nov 11 14:24:06 2013 +0100
@@ -1,5 +1,5 @@
divert(-1)
-dnl Copyright 2011, 2012 Free Software Foundation, Inc.
+dnl Copyright 2011, 2012, 2013 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -30,6 +30,13 @@
')
+dnl Usage: CALL(funcname)
+dnl
+dnl Simply override the definition in x86_64-defs.m4.
+
+define(`CALL',`call GSYM_PREFIX`'$1')
+
+
dnl Usage: JUMPTABSECT
define(`JUMPTABSECT', `RODATA')
More information about the gmp-commit
mailing list