This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-Os_LTO 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
No new revisions were added by this update.
Summary of changes: NEWS | 5 ++ elf/Versions | 2 +- elf/dl-misc.c | 31 ++++++++++++ htl/Versions | 7 +++ htl/pt-join.c | 62 +++++++++++++++++++---- hurd/hurdlock.c | 12 +++++ 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/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 ++ sysdeps/i386/fpu/libm-test-ulps | 17 ++++--- sysdeps/mach/hurd/htl/pt-mutex-timedlock.c | 20 ++++++-- sysdeps/mach/hurd/i386/libpthread.abilist | 7 +++ sysdeps/mach/hurd/i386/localplt.data | 1 + 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 51 files changed, 342 insertions(+), 94 deletions(-) rename {sysdeps/pthread => nptl}/tst-mutex8.c (100%) 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%)