This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch, master, updated. glibc-2.10-367-g3ad3a4d
- From: schwab at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 28 Oct 2009 12:45:42 -0000
- Subject: GNU C Library master sources branch, master, updated. glibc-2.10-367-g3ad3a4d
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 3ad3a4d0593be70f99a94b009afa76a6dc3f0a17 (commit)
from 98363ded87633c2bb91140d115cbd7b449634038 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3ad3a4d0593be70f99a94b009afa76a6dc3f0a17
commit 3ad3a4d0593be70f99a94b009afa76a6dc3f0a17
Author: Joseph S. Myers <joseph@codesourcery.com>
Date: Sat Oct 24 00:07:32 2009 +0000
Readd definition of __expl in ldbl-128
diff --git a/ChangeLog b/ChangeLog
index bac4e7a..7f1b005 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-24 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
+
2009-10-27 Jakub Jelinek <jakub@redhat.com>
[BZ #10817]
diff --git a/sysdeps/ieee754/ldbl-128/w_expl.c b/sysdeps/ieee754/ldbl-128/w_expl.c
index 816ce3c..d6205d3 100644
--- a/sysdeps/ieee754/ldbl-128/w_expl.c
+++ b/sysdeps/ieee754/ldbl-128/w_expl.c
@@ -55,4 +55,5 @@ u_threshold= -1.1433462743336297878837243843452621503410E4;
return z;
#endif
}
+hidden_def (__expl)
weak_alias (__expl, expl)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
sysdeps/ieee754/ldbl-128/w_expl.c | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources