about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-04-13 18:13:42 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-04-17 14:42:57 -0500
commit75ffb047f6ee2a545da8cf69dba9a979ca6271ce (patch)
treecfee201c47413d7e7c5ed03c16e6416c0114f824 /ChangeLog
parent2cd925f74305c1dd687371544a891eba4aaea768 (diff)
downloadglibc-75ffb047f6ee2a545da8cf69dba9a979ca6271ce.tar.gz
glibc-75ffb047f6ee2a545da8cf69dba9a979ca6271ce.tar.xz
glibc-75ffb047f6ee2a545da8cf69dba9a979ca6271ce.zip
PowerPC: Sync pthread_once with default implementation
This patch removes the arch specific powerpc implementation and instead
uses the linux default one.  Although the current powerpc implementation
already constains the required memory barriers for correct
initialization, the default implementation shows a better performance on
newer chips.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f67a67e3a..23cded5e1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
+	* nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
+
+2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
 	* sysdeps/powerpc/fpu/fenv_private.h
 	(libc_feholdexcept_setroundl_ctx): Define to
 	libc_feholdexcept_setround_ppc_ctx.