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-Oz in repository toolchain/ci/glibc.
from 76d5b2f002 x86: Update Intel Atom processor family optimization adds de42613540 elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf int [...] adds 02802fafcf signal: Deprecate additional legacy signal handling functions adds 28cada0418 htl: Add clock variants adds 415d0b0b3f Update i386 libm-test-ulps adds ef3330fde4 linux: Use internal DIR locks when accessing filepos on telldir new dcbc6b83ef elf: Do not read hwcaps from the vDSO in ld.so new 31563b6841 elf: Remove extra hwcap mechanism from ldconfig new f901178749 hurd: Fix pselect atomicity new a9175662f8 Hurd: Use __sigmask in favor of deprecated sigmask new 6321f9e5e8 Hurd: Move <hurd/sigpreempt.h> internals into wrapper header new fff30716a7 i386: Remove NO_TLS_DIRECT_SEG_REFS handling new 94884ff506 hurd: Fix fdopendir checking for directory type new c318f663bd hurd: fix ptsname error when called on a non-tty new cc0118983a i386: Remove unused file sysdeps/unix/i386/sysdep.S
The 9 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 + elf/Versions | 2 +- elf/dl-hwcaps.c | 110 --------------------- elf/dl-misc.c | 31 ++++++ elf/ldconfig.c | 87 +++------------- htl/Versions | 7 ++ htl/pt-join.c | 62 ++++++++++-- hurd/catch-signal.c | 10 +- hurd/hurd/sigpreempt.h | 10 -- hurd/hurdfault.h | 2 +- hurd/hurdlock.c | 12 +++ hurd/hurdselect.c | 76 ++++++++++++-- hurd/hurdsig.c | 8 +- manual/signal.texi | 6 ++ nptl/Makefile | 23 +++-- nptl/tst-cancel4.c | 7 ++ nptl/tst-exec1.c | 7 +- nptl/tst-exec2.c | 7 +- nptl/tst-exec3.c | 7 +- nptl/tst-exec4.c | 8 +- nptl/tst-exec5.c | 6 +- {sysdeps/pthread => nptl}/tst-mutex8.c | 0 signal/signal.h | 23 +++-- signal/tst-sigset2.c | 4 + signal/tst-sigsimple.c | 3 + sysdeps/generic/ldsodefs.h | 19 ++-- sysdeps/generic/sigset-cvt-mask.h | 4 +- sysdeps/htl/pt-cond-timedwait.c | 24 ++++- sysdeps/htl/pt-cond-wait.c | 3 +- sysdeps/htl/pt-rwlock-rdlock.c | 3 +- sysdeps/htl/pt-rwlock-timedrdlock.c | 19 +++- sysdeps/htl/pt-rwlock-timedwrlock.c | 19 +++- sysdeps/htl/pt-rwlock-wrlock.c | 3 +- sysdeps/htl/pthread.h | 62 ++++++++++++ sysdeps/htl/pthreadP.h | 5 + .../hurd/include/hurd/sigpreempt.h | 23 +++-- sysdeps/i386/Makefile | 4 - sysdeps/i386/fpu/libm-test-ulps | 17 ++-- 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/htl/pt-mutex-timedlock.c | 20 +++- sysdeps/mach/hurd/i386/libpthread.abilist | 7 ++ sysdeps/mach/hurd/i386/localplt.data | 1 + sysdeps/mach/hurd/ptsname.c | 6 +- sysdeps/posix/telldir.c | 8 +- sysdeps/pthread/Makefile | 14 ++- {nptl => sysdeps/pthread}/tst-abstime.c | 0 {nptl => sysdeps/pthread}/tst-join10.c | 0 {nptl => sysdeps/pthread}/tst-join11.c | 0 {nptl => sysdeps/pthread}/tst-join12.c | 0 {nptl => sysdeps/pthread}/tst-join13.c | 0 {nptl => sysdeps/pthread}/tst-join14.c | 0 {nptl => sysdeps/pthread}/tst-join2.c | 0 {nptl => sysdeps/pthread}/tst-join3.c | 0 {nptl => sysdeps/pthread}/tst-join8.c | 0 {nptl => sysdeps/pthread}/tst-join9.c | 0 {nptl => sysdeps/pthread}/tst-mutex-errorcheck.c | 0 {nptl => sysdeps/pthread}/tst-mutex11.c | 0 {nptl => sysdeps/pthread}/tst-mutex5.c | 0 {nptl => sysdeps/pthread}/tst-mutex7.c | 0 {nptl => sysdeps/pthread}/tst-mutex7robust.c | 0 {nptl => sysdeps/pthread}/tst-mutex9.c | 0 {nptl => sysdeps/pthread}/tst-pthread-mutexattr.c | 0 {nptl => sysdeps/pthread}/tst-rwlock12.c | 0 {nptl => sysdeps/pthread}/tst-rwlock14.c | 0 sysdeps/unix/i386/sysdep.S | 64 ------------ 67 files changed, 466 insertions(+), 424 deletions(-) rename {sysdeps/pthread => nptl}/tst-mutex8.c (100%) copy argp/argp-ba.c => sysdeps/hurd/include/hurd/sigpreempt.h (61%) rename {nptl => sysdeps/pthread}/tst-abstime.c (100%) rename {nptl => sysdeps/pthread}/tst-join10.c (100%) rename {nptl => sysdeps/pthread}/tst-join11.c (100%) rename {nptl => sysdeps/pthread}/tst-join12.c (100%) rename {nptl => sysdeps/pthread}/tst-join13.c (100%) rename {nptl => sysdeps/pthread}/tst-join14.c (100%) rename {nptl => sysdeps/pthread}/tst-join2.c (100%) rename {nptl => sysdeps/pthread}/tst-join3.c (100%) rename {nptl => sysdeps/pthread}/tst-join8.c (100%) rename {nptl => sysdeps/pthread}/tst-join9.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex-errorcheck.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex11.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex5.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex7.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex7robust.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex9.c (100%) rename {nptl => sysdeps/pthread}/tst-pthread-mutexattr.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock12.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock14.c (100%) delete mode 100644 sysdeps/unix/i386/sysdep.S