[prev in list] [next in list] [prev in thread] [next in thread] 

List:       glibc-cvs
Subject:    GNU C Library master sources branch master updated. glibc-2.17-560-g93fd48c
From:       macro () sourceware ! org
Date:       2013-04-25 15:04:35
Message-ID: 20130425150435.4193.qmail () sourceware ! org
[Download RAW message or body]

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  93fd48c5f633dac3a81a01147688c5d7a429cb58 (commit)
      from  418601aa84a2b5cfa21f27bcb81b5c1d0fdf9ccd (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=93fd48c5f633dac3a81a01147688c5d7a429cb58

commit 93fd48c5f633dac3a81a01147688c5d7a429cb58
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Thu Apr 25 16:01:21 2013 +0100

    soft-fp: s/sNAN/NAN/ -- no sNaNs are ever produced.

diff --git a/ChangeLog b/ChangeLog
index e6a9a40..da92463 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
+
+	* soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
+
 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
 
 	* math/libm-test.inc (cos_test): Use accurate hex constants.
diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h
index a29cd9a..a9d94d7 100644
--- a/soft-fp/op-common.h
+++ b/soft-fp/op-common.h
@@ -973,7 +973,7 @@ do {									\
     	R##_s = 0;							\
         if (X##_s)							\
           {								\
-	    R##_c = FP_CLS_NAN; /* sNAN */				\
+	    R##_c = FP_CLS_NAN; /* NAN */				\
 	    R##_s = _FP_NANSIGN_##fs;					\
 	    _FP_FRAC_SET_##wc(R, _FP_NANFRAC_##fs);			\
 	    FP_SET_EXCEPTION(FP_EX_INVALID);				\

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

Summary of changes:
 ChangeLog           |    4 ++++
 soft-fp/op-common.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic