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-aarch64-build_cross in repository toolchain/ci/glibc.
from 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 adds 71eeae0325 nptl: Fix PTHREAD_PRIO_PROTECT timed lock adds aa69f19a93 nptl: Add EOVERFLOW checks for futex calls
No new revisions were added by this update.
Summary of changes: io/Makefile | 3 +- io/ftw.c | 16 +++--- io/tst-ftw-bz26353.c | 70 +++++++++++++++++++++++++++ nptl/Makefile | 3 +- nptl/pthread_cond_wait.c | 4 +- nptl/pthread_mutex_timedlock.c | 31 +++--------- nptl/pthread_rwlock_common.c | 14 +++--- nptl/sem_waitcommon.c | 2 +- nptl/{tst-mutexpi5.c => tst-mutexpp5.c} | 2 +- nptl/{tst-mutexpi9.c => tst-mutexpp9.c} | 2 +- sysdeps/pthread/tst-mutex5.c | 12 ++++- sysdeps/pthread/tst-mutex9.c | 13 ++++- 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 + 16 files changed, 128 insertions(+), 48 deletions(-) create mode 100644 io/tst-ftw-bz26353.c copy nptl/{tst-mutexpi5.c => tst-mutexpp5.c} (54%) copy nptl/{tst-mutexpi9.c => tst-mutexpp9.c} (54%) 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