[Gmp-commit] /var/hg/gmp-5.1: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Sun Feb 17 19:40:24 CET 2013
details: /var/hg/gmp-5.1/rev/00150ab9b05c
changeset: 15389:00150ab9b05c
user: Torbjorn Granlund <tege at gmplib.org>
date: Sun Feb 17 19:40:02 2013 +0100
description:
(PROTECT): Emit '.hidden' instead of '.protected" to please Sun's assembler, but also for semantic reasons.
details: /var/hg/gmp-5.1/rev/e616ff715c34
changeset: 15390:e616ff715c34
user: Torbjorn Granlund <tege at gmplib.org>
date: Sun Feb 17 19:40:16 2013 +0100
description:
ChangeLog
diffstat:
ChangeLog | 5 +++++
mpn/x86_64/x86_64-defs.m4 | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r 190124929931 -r e616ff715c34 ChangeLog
--- a/ChangeLog Sat Feb 16 18:58:14 2013 +0100
+++ b/ChangeLog Sun Feb 17 19:40:16 2013 +0100
@@ -2,6 +2,11 @@
* gmpxx.h: Include <algorithm>.
+2013-02-16 Torbjorn Granlund <tege at gmplib.org>
+
+ * mpn/x86_64/x86_64-defs.m4 (PROTECT): Emit '.hidden' instead of
+ '.protected" to please Sun's assembler, but also for semantic reasons.
+
2013-02-10 Torbjorn Granlund <tege at gmplib.org>
* Version 5.1.1 released.
diff -r 190124929931 -r e616ff715c34 mpn/x86_64/x86_64-defs.m4
--- a/mpn/x86_64/x86_64-defs.m4 Sat Feb 16 18:58:14 2013 +0100
+++ b/mpn/x86_64/x86_64-defs.m4 Sun Feb 17 19:40:16 2013 +0100
@@ -2,8 +2,8 @@
dnl m4 macros for amd64 assembler.
-dnl Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2011, 2012
-dnl Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2011,
+dnl 2012, 2013 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -218,7 +218,7 @@
dnl This can save reloc entries and improve shlib sharing as well as
dnl application startup times
-define(`PROTECT', `.protected $1')
+define(`PROTECT', `.hidden $1')
dnl Usage: x86_lookup(target, key,value, key,value, ...)
More information about the gmp-commit
mailing list