This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from 29fddfc7df Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-l [...] adds 1e0a7fd099 powerpc: Make PT_THREAD_POINTER available to assembly code new df5f473ed5 elf: Fix uninitialized variable for _dl_write new aa7e05c304 Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks [...] new 7e9afa8a84 nptl: Remove unused internal futex functions new 2e39f65b5e nptl: Remove futex_wait_cancelable new 9e92278ffa nptl: Remove clockwait_tid new e77221a523 nptl: Extend __futex_abstimed_wait_cancelable64 comment new a2b9e1ec9c nptl: Consolidate __futex_abstimed_wait_{cancelable}64 new a52665818a nptl: Remove _futex_clock_wait_bitset64 new a3e7aead03 nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64 new 5289cec4b8 nptl: Replace lll_timedwait with __futex_abstimed_wait64 new 878fe624d4 nptl: Replace lll_futex_{timed_}wait by futex-internal.h new 2a45be88ed nptl: Replace lll_futex_supported_clockid with futex-internal.h new b45b1c5ba1 nptl: Replace lll_futex_wake with futex-internal.h new 74f418b29d nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOC [...] new b4c3446836 nptl: Return EINVAL for invalid clock for pthread_clockjoin_np new b4f020c9b4 timezone: Change zdump installation to bin directory new 05d38b3ef5 NEWS entry for commit b4f020c9b408fb3d1d3d4901c4a71839145f8791
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NEWS | 4 + elf/dl-write.c | 2 +- manual/threads.texi | 2 + nptl/Makefile | 3 +- nptl/lll_timedlock_wait.c | 62 ----------- nptl/lowlevellock.c | 6 +- nptl/pthread_clockjoin.c | 4 + nptl/pthread_cond_wait.c | 22 +--- nptl/pthread_join_common.c | 76 +++---------- nptl/pthread_mutex_lock.c | 16 +-- nptl/pthread_mutex_setprioceiling.c | 9 +- nptl/pthread_mutex_timedlock.c | 26 +++-- nptl/pthread_mutex_unlock.c | 6 +- nptl/sem_post.c | 9 +- nptl/tst-mutexpi10.c | 68 ++++++++++++ posix/Makefile | 4 +- resolv/Makefile | 4 +- sysdeps/nptl/futex-internal.c | 212 ++++++------------------------------ sysdeps/nptl/futex-internal.h | 198 ++------------------------------- sysdeps/nptl/lowlevellock.h | 32 ------ sysdeps/powerpc/nptl/tls.h | 26 +++-- sysdeps/pthread/Makefile | 2 +- sysdeps/pthread/tst-join15.c | 85 +++++++++++++++ sysdeps/pthread/tst-mutex5.c | 2 + sysdeps/pthread/tst-mutex9.c | 2 + timezone/Makefile | 3 +- 26 files changed, 296 insertions(+), 589 deletions(-) delete mode 100644 nptl/lll_timedlock_wait.c create mode 100644 nptl/tst-mutexpi10.c create mode 100644 sysdeps/pthread/tst-join15.c