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_build/master-arm in repository toolchain/ci/glibc.
from 79850e1025 Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397) adds 9bd9978639 Do not declare fmax, fmin _FloatN, _FloatNx versions for C2X adds 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 new 176c88f521 support: Add check for TID zero in support_wait_for_thread_exit new eae81d7057 nptl: pthread_kill must send signals to a specific thread [B [...]
The 2 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 | 13 ++- elf/dl-load.c | 4 + elf/dl-open.c | 2 +- libio/stdio.h | 6 ++ manual/stdio.texi | 5 +- math/Makefile | 6 +- math/bits/mathcalls.h | 2 + math/gen-tgmath-tests.py | 2 + math/test-tgmath.c | 12 ++- math/tgmath.h | 17 +++- 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/powerpc/Makefile | 5 - sysdeps/powerpc/tst-set_ppr.c | 3 +- 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 ++ 30 files changed, 371 insertions(+), 172 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