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-build_cross in repository toolchain/ci/glibc.
from 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] new 9ff2674ef8 sh: Add sh4 fpu Implies folder new 71eeae0325 nptl: Fix PTHREAD_PRIO_PROTECT timed lock new aa69f19a93 nptl: Add EOVERFLOW checks for futex calls
The 3 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: elf/cache.c | 24 ++++---- elf/ldconfig.c | 9 ++- 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 +- support/Makefile | 1 + support/support.h | 5 ++ .../test-sig_np.c => support/support_copy_file.c | 52 +++++++--------- sysdeps/generic/ldconfig.h | 9 ++- 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 + 22 files changed, 180 insertions(+), 96 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%) copy string/test-sig_np.c => support/support_copy_file.c (50%) 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