GNU C Library master sources branch, master, updated. glibc-2.15-405-gc4a7b16

davem@sourceware.org davem@sourceware.org
Fri Mar 16 04:14:00 GMT 2012


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  c4a7b16eb80d59539d2d2cc1f9445e877b55cd2b (commit)
      from  88cb87d908526bbcc53f4175acbefc008299a770 (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=c4a7b16eb80d59539d2d2cc1f9445e877b55cd2b

commit c4a7b16eb80d59539d2d2cc1f9445e877b55cd2b
Author: David S. Miller <davem@davemloft.net>
Date:   Thu Mar 15 21:11:22 2012 -0700

    Add missing sparc32 NPTL file otherwise we use the wrong lowlevellock.c implementation.
    
    nptl/
    
    	[BZ #13844]
    	* sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c: New file.

diff --git a/NEWS b/NEWS
index 083ea37..49cad71 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ Version 2.16
   13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551,
   13552, 13553, 13555, 13559, 13566, 13583, 13618, 13637, 13656, 13658,
   13673, 13695, 13704, 13706, 13726, 13738, 13786, 13792, 13806, 13840,
-  13841, 13846, 13852
+  13841, 13844, 13846, 13852
 
 * ISO C11 support:
 
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 34a2492..700fb72 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-15  David S. Miller  <davem@davemloft.net>
+
+	[BZ #13844]
+	* sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c: New file.
+
 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
 	[BZ #13673]
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c b/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c
new file mode 100644
index 0000000..61296a4
--- /dev/null
+++ b/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c
@@ -0,0 +1 @@
+#include "lowlevellock.c"

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

Summary of changes:
 NEWS                                               |    2 +-
 nptl/ChangeLog                                     |    5 +++++
 .../sysv/linux/sparc/sparc32/libc-lowlevellock.c   |    1 +
 3 files changed, 7 insertions(+), 1 deletions(-)
 create mode 100644 nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c


hooks/post-receive
-- 
GNU C Library master sources



More information about the Glibc-cvs mailing list