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-check_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 adds df5f473ed5 elf: Fix uninitialized variable for _dl_write adds aa7e05c304 Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks [...] adds 7e9afa8a84 nptl: Remove unused internal futex functions adds 2e39f65b5e nptl: Remove futex_wait_cancelable adds 9e92278ffa nptl: Remove clockwait_tid adds e77221a523 nptl: Extend __futex_abstimed_wait_cancelable64 comment adds a2b9e1ec9c nptl: Consolidate __futex_abstimed_wait_{cancelable}64 adds a52665818a nptl: Remove _futex_clock_wait_bitset64 adds a3e7aead03 nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64 adds 5289cec4b8 nptl: Replace lll_timedwait with __futex_abstimed_wait64 adds 878fe624d4 nptl: Replace lll_futex_{timed_}wait by futex-internal.h adds 2a45be88ed nptl: Replace lll_futex_supported_clockid with futex-internal.h adds b45b1c5ba1 nptl: Replace lll_futex_wake with futex-internal.h adds 74f418b29d nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOC [...] adds b4c3446836 nptl: Return EINVAL for invalid clock for pthread_clockjoin_np adds b4f020c9b4 timezone: Change zdump installation to bin directory adds 05d38b3ef5 NEWS entry for commit b4f020c9b408fb3d1d3d4901c4a71839145f8791 adds 603ae243f6 support: Add support_copy_file adds db07fae825 elf: Introduce enum opt_format in the ldconfig implementation adds 106ff08526 io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353] adds 9ff2674ef8 sh: Add sh4 fpu Implies folder
No new revisions were added by this update.
Summary of changes: NEWS | 4 + elf/cache.c | 24 +-- elf/dl-write.c | 2 +- elf/ldconfig.c | 9 +- io/Makefile | 3 +- io/ftw.c | 16 +- io/tst-ftw-bz26353.c | 70 +++++++ 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 +- support/Makefile | 1 + support/support.h | 5 + .../test-sig_np.c => support/support_copy_file.c | 52 +++-- sysdeps/generic/ldconfig.h | 9 +- 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 + sysdeps/sh/be/sh4/fpu/Implies | 1 + sysdeps/sh/le/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies | 1 + timezone/Makefile | 3 +- 39 files changed, 433 insertions(+), 645 deletions(-) create mode 100644 io/tst-ftw-bz26353.c delete mode 100644 nptl/lll_timedlock_wait.c create mode 100644 nptl/tst-mutexpi10.c copy string/test-sig_np.c => support/support_copy_file.c (50%) create mode 100644 sysdeps/pthread/tst-join15.c create mode 100644 sysdeps/sh/be/sh4/fpu/Implies create mode 100644 sysdeps/sh/le/sh4/fpu/Implies create mode 100644 sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies create mode 100644 sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies