This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.14-576-g21eaf3a


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  21eaf3a5f9b0cb63ef58fb3cca51380140602265 (commit)
      from  4920765eb417431261367bf65f1a8a5ffb78baf7 (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=21eaf3a5f9b0cb63ef58fb3cca51380140602265

commit 21eaf3a5f9b0cb63ef58fb3cca51380140602265
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Thu Dec 22 08:05:21 2011 -0500

    Use __REDIRECT_NTH for __feraiseexcept_renamed

diff --git a/ChangeLog b/ChangeLog
index 1da2367..b8ea695 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-22  Ulrich Drepper  <drepper@gmail.com>
+
+	* sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
+	__feraiseexcept_renamed.
+
 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
 
 	[BZ #13538]
diff --git a/sysdeps/x86_64/fpu/bits/fenv.h b/sysdeps/x86_64/fpu/bits/fenv.h
index d73859c..8bc2450 100644
--- a/sysdeps/x86_64/fpu/bits/fenv.h
+++ b/sysdeps/x86_64/fpu/bits/fenv.h
@@ -101,7 +101,7 @@ fenv_t;
 __BEGIN_DECLS
 
 /* Optimized versions.  */
-extern int __NTH (__feraiseexcept_renamed (int)) __asm__ ("feraiseexcept");
+extern int __REDIRECT_NTH (__feraiseexcept_renamed, (int), feraiseexcept);
 __extern_inline int
 __NTH (feraiseexcept (int __excepts))
 {

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                      |    5 +++++
 sysdeps/x86_64/fpu/bits/fenv.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]