This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/glibc.
from ee874f44fd powerpc: Fix unrecognized instruction errors with recent binutils adds 88361b408b elf: Copy l_addr/l_ld when adding ld.so to a new namespace adds a725ff1de9 Suppress -Wcast-qual warnings in bsearch adds beca615c5e Update alpha libm-test-ulps adds 32b96d0dec Add missing braces to bsearch inline implementation [BZ #28400] adds 1e1ecea62e elf: Replace nsid with args.nsid [BZ #27609] adds 52c057e37c Add exp10 macro to <tgmath.h> (bug 26108) adds 01d34e934a Add C2X _PRINTF_NAN_LEN_MAX adds dd5adb515c Linux: Add FUTEX_LOCK_PI2 adds 8352b6df37 nptl: Use FUTEX_LOCK_PI2 when available adds 9cba3fa34b support: Add support_mutex_pi_monotonic adds 2313ab153d nptl: Add CLOCK_MONOTONIC support for PI mutexes adds 176c88f521 support: Add check for TID zero in support_wait_for_thread_exit adds eae81d7057 nptl: pthread_kill must send signals to a specific thread [B [...]
No new revisions were added by this update.
Summary of changes: NEWS | 5 + bits/stdlib-bsearch.h | 13 ++- elf/dl-load.c | 4 + elf/dl-open.c | 2 +- libio/stdio.h | 6 ++ manual/stdio.texi | 5 +- math/Makefile | 6 +- math/gen-tgmath-tests.py | 2 + math/test-tgmath.c | 12 ++- math/tgmath.h | 5 + nptl/futex-internal.c | 63 +++++++++++++ nptl/pthread_kill.c | 4 +- nptl/pthread_mutex_lock.c | 3 +- nptl/pthread_mutex_timedlock.c | 10 +- nptl/tst-mutexpi10.c | 42 +++++---- support/Makefile | 1 + ...taffinity_np.c => support_mutex_pi_monotonic.c} | 24 +++-- support/support_wait_for_thread_exit.c | 5 +- support/xthread.h | 4 + sysdeps/alpha/fpu/libm-test-ulps | 102 +++++++++++---------- sysdeps/nptl/futex-internal.h | 58 +----------- sysdeps/nptl/lowlevellock-futex.h | 1 + sysdeps/pthread/Makefile | 1 + sysdeps/pthread/tst-mutex5.c | 23 +++-- sysdeps/pthread/tst-mutex9.c | 20 ++-- sysdeps/pthread/tst-pthread-raise-blocked-self.c | 92 +++++++++++++++++++ sysdeps/unix/sysv/linux/kernel-features.h | 8 ++ 27 files changed, 357 insertions(+), 164 deletions(-) copy support/{xpthread_attr_setaffinity_np.c => support_mutex_pi_monotonic.c} (70%) create mode 100644 sysdeps/pthread/tst-pthread-raise-blocked-self.c