diff options
author | Torvald Riegel <triegel@redhat.com> | 2014-10-19 21:59:26 +0200 |
---|---|---|
committer | Torvald Riegel <triegel@redhat.com> | 2014-10-20 20:28:08 +0200 |
commit | f50277c19df0937ea9691ab7e7c642ecd3ed3d94 (patch) | |
tree | 871775b92e1fe0ad2e53ca223dfe8eb577744474 /ChangeLog | |
parent | 63668b7084ac26865136e59fdf17781f9f49bd99 (diff) | |
download | glibc-f50277c19df0937ea9691ab7e7c642ecd3ed3d94.zip glibc-f50277c19df0937ea9691ab7e7c642ecd3ed3d94.tar.gz glibc-f50277c19df0937ea9691ab7e7c642ecd3ed3d94.tar.bz2 |
pthread_once: Add fast path and remove x86 variants.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ 2014-10-20 Torvald Riegel <triegel@redhat.com> [BZ #15215] + * nptl/pthread_once.c (__pthread_once): Split out fast path to ... + (__pthread_once_slow): ... here. + * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file. + * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file. + +2014-10-20 Torvald Riegel <triegel@redhat.com> + + [BZ #15215] * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE, __PTHREAD_ONCE_FORK_GEN_INCR): New. * sysdeps/nptl/fork.c (__libc_fork): Use them. |