diff options
author | Torvald Riegel <triegel@redhat.com> | 2013-05-08 16:35:10 +0200 |
---|---|---|
committer | Torvald Riegel <triegel@redhat.com> | 2014-04-11 15:54:19 +0200 |
commit | 36875b06e0ed7f137190b9228bef553adfc338ba (patch) | |
tree | 347e3826873e48eb6433e6d09666d7cef8904766 /ports/ChangeLog.hppa | |
parent | 579db35a068e70a4f3112000778138ede6994ac0 (diff) | |
download | glibc-36875b06e0ed7f137190b9228bef553adfc338ba.tar.gz glibc-36875b06e0ed7f137190b9228bef553adfc338ba.tar.xz glibc-36875b06e0ed7f137190b9228bef553adfc338ba.zip |
Fixed and unified pthread_once.
[BZ #15215] This unifies various pthread_once architecture-specific implementations which were using the same algorithm with slightly different implementations. It also adds missing memory barriers that are required for correctness.
Diffstat (limited to 'ports/ChangeLog.hppa')
-rw-r--r-- | ports/ChangeLog.hppa | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index 39c77018a8..3efd186109 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,8 @@ +2014-04-11 Torvald Riegel <triegel@redhat.com> + + [BZ #15215] + * sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c: Remove file. + 2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * ports/sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h |