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.19-223-g7578473


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  7578473bbeb61a1d3808104b551f9d0b12e42670 (commit)
      from  f3f1dab3efb1d2128360c67a1b254309d7a4d885 (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=7578473bbeb61a1d3808104b551f9d0b12e42670

commit 7578473bbeb61a1d3808104b551f9d0b12e42670
Author: Adhemerval Zanella <azanella@linux.vnet.ibm.com>
Date:   Tue Mar 25 11:36:28 2014 -0500

    PowerPC: Revert __PTHREAD_MUTEX_HAVE_ELISION change
    
    This patch revert 449282f2e0e850c29f6a9666058503d4734964f0.

diff --git a/ChangeLog b/ChangeLog
index bdc8f66..e828cc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
+	* nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
+	previous change.
+
+2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
 	* sysdeps/powerpc/fpu/libm-test-ulps: Update.
 
 2014-03-25  Andreas Schwab  <schwab@suse.de>
@@ -9,7 +14,7 @@
 
 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
-	* nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
+	* nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
 	(__PTHREAD_MUTEX_HAVE_ELISION): New define.
 
 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
index ac7351f..71bd3ae 100644
--- a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
+++ b/nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
@@ -21,8 +21,6 @@
 
 #include <bits/wordsize.h>
 
-#define __PTHREAD_MUTEX_HAVE_ELISION   0
-
 #if __WORDSIZE == 64
 # define __SIZEOF_PTHREAD_ATTR_T 56
 # define __SIZEOF_PTHREAD_MUTEX_T 40

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

Summary of changes:
 ChangeLog                                          |    7 ++++++-
 .../unix/sysv/linux/powerpc/bits/pthreadtypes.h    |    2 --
 2 files changed, 6 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]