This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/glibc.
from 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 new dd5adb515c Linux: Add FUTEX_LOCK_PI2 new 8352b6df37 nptl: Use FUTEX_LOCK_PI2 when available new 9cba3fa34b support: Add support_mutex_pi_monotonic new 2313ab153d nptl: Add CLOCK_MONOTONIC support for PI mutexes
The 4 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 | 5 ++ bits/stdlib-bsearch.h | 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_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/xthread.h | 4 ++ sysdeps/nptl/futex-internal.h | 58 ++------------------ sysdeps/nptl/lowlevellock-futex.h | 1 + sysdeps/pthread/tst-mutex5.c | 23 +++++--- sysdeps/pthread/tst-mutex9.c | 20 ++++--- sysdeps/unix/sysv/linux/kernel-features.h | 8 +++ 21 files changed, 194 insertions(+), 110 deletions(-) copy support/{xpthread_attr_setaffinity_np.c => support_mutex_pi_monotonic.c} (70%)