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-388-g83c7615


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  83c7615c2dc344562f6a1a499a269b114f74c7e5 (commit)
      from  caa6c9d8454e81d365f039c835abd3cb54c06a05 (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=83c7615c2dc344562f6a1a499a269b114f74c7e5

commit 83c7615c2dc344562f6a1a499a269b114f74c7e5
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Oct 18 14:11:02 2011 +0200

    Fix last change

diff --git a/ChangeLog b/ChangeLog
index cd6264b..1ca1cca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2011-10-18  Andreas Schwab  <schwab@redhat.com>
 
 	* sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
-	(__feraiseexcept_renamed): Add __THROW.
-	(feraiseexcept): Add __THROW.  Rename local variables to fix
+	(__feraiseexcept_renamed): Add __NTH.
+	(feraiseexcept): Add __NTH.  Rename local variables to fix
 	namespace violations.
 
 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
diff --git a/sysdeps/x86_64/fpu/bits/fenv.h b/sysdeps/x86_64/fpu/bits/fenv.h
index b344d0a..4af1643 100644
--- a/sysdeps/x86_64/fpu/bits/fenv.h
+++ b/sysdeps/x86_64/fpu/bits/fenv.h
@@ -101,8 +101,9 @@ fenv_t;
 __BEGIN_DECLS
 
 /* Optimized versions.  */
-extern int __feraiseexcept_renamed (int) __THROW __asm__ ("feraiseexcept");
-__extern_inline int feraiseexcept (int __excepts) __THROW
+extern int __NTH (__feraiseexcept_renamed (int)) __asm__ ("feraiseexcept");
+__extern_inline int
+__NTH (feraiseexcept (int __excepts))
 {
   if (__builtin_constant_p (__excepts)
       && (__excepts & ~(FE_INVALID | FE_DIVBYZERO)) == 0)

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

Summary of changes:
 ChangeLog                      |    4 ++--
 sysdeps/x86_64/fpu/bits/fenv.h |    5 +++--
 2 files changed, 5 insertions(+), 4 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]