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.18-152-g2487f2e


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  2487f2e6a565f5670feda65b8a1a6ac930ad36f1 (commit)
      from  303e567a8062200dc06acde7c76fc34679f08d8f (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=2487f2e6a565f5670feda65b8a1a6ac930ad36f1

commit 2487f2e6a565f5670feda65b8a1a6ac930ad36f1
Author: Steve Ellcey <sellcey@mips.com>
Date:   Mon Sep 23 09:29:58 2013 -0700

    2013-09-23  Steve Ellcey  <sellcey@mips.com>
    
    	* sysdeps/mips/fpu_control.h (comments): Add capitalization and
    	periods to match GNU standard.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 84425c3..c958f29 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,8 @@
+2013-09-23  Steve Ellcey  <sellcey@mips.com>
+
+	* sysdeps/mips/fpu_control.h (comments): Add capitalization and
+	periods to match GNU standard.
+
 2013-09-20  Steve Ellcey  <sellcey@mips.com>
 
 	* sysdeps/mips/memset.S: Change prefetching and add loop unrolling.
diff --git a/ports/sysdeps/mips/fpu_control.h b/ports/sysdeps/mips/fpu_control.h
index 4046962..a318ade 100644
--- a/ports/sysdeps/mips/fpu_control.h
+++ b/ports/sysdeps/mips/fpu_control.h
@@ -71,21 +71,21 @@ extern fpu_control_t __fpu_control;
 
 #else /* __mips_soft_float */
 
-/* masking of interrupts */
+/* Masks for interrupts.  */
 #define _FPU_MASK_V     0x0800  /* Invalid operation */
 #define _FPU_MASK_Z     0x0400  /* Division by zero  */
 #define _FPU_MASK_O     0x0200  /* Overflow          */
 #define _FPU_MASK_U     0x0100  /* Underflow         */
 #define _FPU_MASK_I     0x0080  /* Inexact operation */
 
-/* flush denormalized numbers to zero */
+/* Flush denormalized numbers to zero.  */
 #define _FPU_FLUSH_TZ   0x1000000
 
 /* IEEE 754-2008 compliance control.  */
 #define _FPU_ABS2008    0x80000
 #define _FPU_NAN2008    0x40000
 
-/* rounding control */
+/* Rounding control.  */
 #define _FPU_RC_NEAREST 0x0     /* RECOMMENDED */
 #define _FPU_RC_ZERO    0x1
 #define _FPU_RC_UP      0x2

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

Summary of changes:
 ports/ChangeLog.mips             |    5 +++++
 ports/sysdeps/mips/fpu_control.h |    6 +++---
 2 files changed, 8 insertions(+), 3 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]