This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 52d0119743 MIPS: Setup errno for {f,l,}xstat adds addc9d62d6 support: Add support_wait_for_thread_exit adds 3abf3bd4ed nptl: pthread_kill, pthread_cancel should not fail after exi [...] adds a8ac8c4725 nptl: Fix race between pthread_kill and thread exit (bug 12889) adds 3fc51f35b4 iconvconfig: Fix behaviour with --prefix [BZ #28199] adds ae925404a1 Fix failing nss/tst-nss-files-hosts-long with local resolver
No new revisions were added by this update.
Summary of changes: NEWS | 2 + iconv/gconv_conf.c | 2 +- iconv/gconv_parseconfdir.h | 22 ++-- iconv/iconvconfig.c | 16 ++- nptl/allocatestack.c | 3 + nptl/descr.h | 6 + nptl/pthread_cancel.c | 9 +- nptl/pthread_create.c | 14 +++ nptl/pthread_kill.c | 60 ++++++---- .../etc/nsswitch.conf | 0 support/Makefile | 3 +- support/support.h | 4 + support/support_wait_for_thread_exit.c | 72 ++++++++++++ sysdeps/pthread/Makefile | 7 +- sysdeps/pthread/tst-kill4.c | 90 --------------- .../tst-pthread_cancel-exited.c} | 29 +++-- sysdeps/pthread/tst-pthread_cancel-select-loop.c | 87 +++++++++++++++ .../tst-pthread_kill-exited.c} | 30 +++-- sysdeps/pthread/tst-pthread_kill-exiting.c | 123 +++++++++++++++++++++ 19 files changed, 431 insertions(+), 148 deletions(-) copy {resolv/tst-leaks2.root => nss/tst-nss-files-hosts-long.root}/etc/nsswitch.co [...] create mode 100644 support/support_wait_for_thread_exit.c delete mode 100644 sysdeps/pthread/tst-kill4.c copy sysdeps/{unix/sysv/linux/tst-time-clobber.c => pthread/tst-pthread_cancel-exi [...] create mode 100644 sysdeps/pthread/tst-pthread_cancel-select-loop.c copy sysdeps/{unix/sysv/linux/tst-time-clobber.c => pthread/tst-pthread_kill-exite [...] create mode 100644 sysdeps/pthread/tst-pthread_kill-exiting.c