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.24-50-g3f0eedd


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  3f0eedddbe260aad3a7b88051d6aa2b205218aa9 (commit)
      from  98dac0ce7641cb081f696cc80a22be7af6d62caa (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=3f0eedddbe260aad3a7b88051d6aa2b205218aa9

commit 3f0eedddbe260aad3a7b88051d6aa2b205218aa9
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Aug 12 17:49:07 2016 +0000

    Add comment from sysdeps/powerpc/fpu/fraiseexcpt.c to fsetexcptflg.c.
    
    	* sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Add
    	comment from fraiseexcpt.c.

diff --git a/ChangeLog b/ChangeLog
index 58f4e1a..1e35b52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-08-12  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Add
+	comment from fraiseexcpt.c.
+
 	* math/test-fexcept.c (feraiseexcept_exact): New function.
 	(test_set): Call feraiseexcept_exact instead of feraiseexcept.
 	(test_except): Likewise.
diff --git a/sysdeps/powerpc/fpu/fsetexcptflg.c b/sysdeps/powerpc/fpu/fsetexcptflg.c
index cb440d5..70dd07c 100644
--- a/sysdeps/powerpc/fpu/fsetexcptflg.c
+++ b/sysdeps/powerpc/fpu/fsetexcptflg.c
@@ -36,6 +36,7 @@ __fesetexceptflag (const fexcept_t *flagp, int excepts)
     excepts_mask |= FE_ALL_INVALID;
   n.l = ((u.l & ~excepts_mask)
 	 | (flag & FPSCR_STICKY_BITS)
+	 /* Turn FE_INVALID into FE_INVALID_SOFTWARE.  */
 	 | (flag >> ((31 - FPSCR_VX) - (31 - FPSCR_VXSOFT))
 	    & FE_INVALID_SOFTWARE));
 

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

Summary of changes:
 ChangeLog                          |    3 +++
 sysdeps/powerpc/fpu/fsetexcptflg.c |    1 +
 2 files changed, 4 insertions(+), 0 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]