diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -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 ac7351f130..71bd3aed12 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 |