This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from 6b8dbbd03a nptl: Effectively skip CAS in spinlock loop adds fb7bff12e8 support: Add helpers to create paths longer than PATH_MAX adds ee8d5e33ad realpath: Set errno to ENAMETOOLONG for result larger than P [...] adds e22a4557eb elf: Properly align all PT_LOAD segments [BZ #28676] adds 8c86ba4463 htl: Fix cleaning the reply port adds 6c2f050dbe Add valgrind smoke test
No new revisions were added by this update.
Summary of changes: NEWS | 4 + elf/Makefile | 7 + elf/dl-load.c | 9 +- elf/tst-valgrind-smoke.sh | 46 ++++++ elf/{tst-glibc-hwcaps-cache.c => valgrind-test.c} | 48 ++++--- htl/pt-alloc.c | 5 +- htl/pt-create.c | 6 +- htl/pt-dealloc.c | 13 +- htl/pt-detach.c | 6 - htl/pt-internal.h | 16 ++- htl/pt-join.c | 6 - stdlib/Makefile | 1 + stdlib/canonicalize.c | 12 +- .../tst-realpath-toolong.c | 28 ++-- support/temp_file.c | 159 +++++++++++++++++++-- support/temp_file.h | 9 ++ sysdeps/mach/htl/pt-thread-terminate.c | 26 ++-- 17 files changed, 325 insertions(+), 76 deletions(-) create mode 100644 elf/tst-valgrind-smoke.sh copy elf/{tst-glibc-hwcaps-cache.c => valgrind-test.c} (51%) copy debug/tst-realpath-chk.c => stdlib/tst-realpath-toolong.c (61%)