This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 415d0b0b3f Update i386 libm-test-ulps adds ef3330fde4 linux: Use internal DIR locks when accessing filepos on telldir adds dcbc6b83ef elf: Do not read hwcaps from the vDSO in ld.so adds 31563b6841 elf: Remove extra hwcap mechanism from ldconfig adds f901178749 hurd: Fix pselect atomicity adds a9175662f8 Hurd: Use __sigmask in favor of deprecated sigmask adds 6321f9e5e8 Hurd: Move <hurd/sigpreempt.h> internals into wrapper header adds fff30716a7 i386: Remove NO_TLS_DIRECT_SEG_REFS handling adds 94884ff506 hurd: Fix fdopendir checking for directory type adds c318f663bd hurd: fix ptsname error when called on a non-tty adds cc0118983a i386: Remove unused file sysdeps/unix/i386/sysdep.S adds 6544999083 hurd: Fix fexecve adds 5d5b3bd94c manual: Fix backtraces code example [BZ #10441] adds 9e2dc874e6 build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990] adds 61af4bbb2a mbstowcs: Document, test, and fix null pointer dst semantics [...] adds 3478859281 tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0 adds a3e589d1f6 htl: Enable more cond tests adds 8081702460 htl: Make pthread_cond_destroy wait for threads to be woken adds 8c64cc78bc htl: Fix gsync_wait symbol exposition
No new revisions were added by this update.
Summary of changes: elf/dl-hwcaps.c | 110 --------------------- elf/ldconfig.c | 87 +++------------- hurd/catch-signal.c | 10 +- hurd/hurd/sigpreempt.h | 10 -- hurd/hurdfault.h | 2 +- hurd/hurdselect.c | 76 ++++++++++++-- hurd/hurdsig.c | 8 +- manual/charset.texi | 23 ++++- manual/examples/execinfo.c | 13 +-- nptl/Makefile | 2 +- stdlib/stdlib.h | 2 +- support/test-container.c | 2 +- sysdeps/generic/sigset-cvt-mask.h | 4 +- sysdeps/htl/bits/types/struct___pthread_cond.h | 4 +- sysdeps/htl/pt-cond-destroy.c | 18 +++- sysdeps/htl/pt-cond-timedwait.c | 11 +++ .../hurd/include/hurd/sigpreempt.h | 23 +++-- sysdeps/i386/Makefile | 4 - sysdeps/i386/i686/multiarch/strcmp-sse4.S | 20 ---- sysdeps/i386/i686/multiarch/strcmp-ssse3.S | 20 ---- sysdeps/mach/hurd/fdopendir.c | 2 +- sysdeps/mach/hurd/fexecve.c | 19 +++- sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c | 11 +++ sysdeps/mach/hurd/ptsname.c | 6 +- sysdeps/posix/telldir.c | 8 +- sysdeps/pthread/Makefile | 4 +- sysdeps/pthread/tst-cond11.c | 2 +- {nptl => sysdeps/pthread}/tst-cond20.c | 0 {nptl => sysdeps/pthread}/tst-cond21.c | 0 sysdeps/unix/i386/sysdep.S | 64 ------------ wcsmbs/Makefile | 2 +- elf/tst-audit15.c => wcsmbs/tst-mbstowcs.c | 44 ++++----- 32 files changed, 234 insertions(+), 377 deletions(-) copy argp/argp-ba.c => sysdeps/hurd/include/hurd/sigpreempt.h (61%) rename {nptl => sysdeps/pthread}/tst-cond20.c (100%) rename {nptl => sysdeps/pthread}/tst-cond21.c (100%) delete mode 100644 sysdeps/unix/i386/sysdep.S copy elf/tst-audit15.c => wcsmbs/tst-mbstowcs.c (51%)