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-155-gd93fa65


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  d93fa6592bd2c400f3e924bd3da94d049b8c5f5e (commit)
      from  6b9a5fe450d21c5852e81f2c357d2af6d20f873c (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=d93fa6592bd2c400f3e924bd3da94d049b8c5f5e

commit d93fa6592bd2c400f3e924bd3da94d049b8c5f5e
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Mon Sep 23 17:39:14 2013 +0100

    MIPS: bits/atomic.h: Fix comment typo

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 7882f71..9bbf12a 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,7 @@
+2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
+
+	* sysdeps/mips/bits/atomic.h: Fix comment typo.
+
 2013-09-23  Steve Ellcey  <sellcey@mips.com>
 
 	* sysdeps/mips/fpu/fegetround.c (fegetround): Use _FPU_RC_MASK.
diff --git a/ports/sysdeps/mips/bits/atomic.h b/ports/sysdeps/mips/bits/atomic.h
index 7c735f7..b31444f 100644
--- a/ports/sysdeps/mips/bits/atomic.h
+++ b/ports/sysdeps/mips/bits/atomic.h
@@ -84,7 +84,7 @@ typedef uintmax_t uatomic_max_t;
    support for their efficient implementation was added only in GCC 4.8.
    We still want to use them even with GCC 4.7 for MIPS16 code where we
    have no assembly alternative available and want to avoid the __sync_*
-   if at all possible.  */
+   builtins if at all possible.  */
 
 /* Compare and exchange.
    For all "bool" routines, we return FALSE if exchange succesful.  */

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

Summary of changes:
 ports/ChangeLog.mips             |    4 ++++
 ports/sysdeps/mips/bits/atomic.h |    2 +-
 2 files changed, 5 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]