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-master-arm-spec2k6-Oz in repository toolchain/ci/glibc.
from 2313ab153d nptl: Add CLOCK_MONOTONIC support for PI mutexes adds 176c88f521 support: Add check for TID zero in support_wait_for_thread_exit adds eae81d7057 nptl: pthread_kill must send signals to a specific thread [B [...] adds b517256015 Update to Unicode 14.0.0 [BZ #28390] adds 3692c0df7f io: Do not skip timestamps tests for 32-bit time_t adds 958309cba2 time: Ignore interval nanoseconds on tst-itimer adds 83b5323261 elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
No new revisions were added by this update.
Summary of changes: NEWS | 4 + elf/dl-close.c | 6 + elf/dl-open.c | 35 +- elf/dl-support.c | 7 + elf/dl-tls.c | 16 +- elf/rtld.c | 1 + io/tst-utimensat-skeleton.c | 4 +- localedata/charmaps/UTF-8 | 887 ++++++++- localedata/locales/i18n_ctype | 2072 ++++++++++---------- localedata/locales/tr_TR | 2066 ++++++++++--------- localedata/locales/translit_circle | 2 +- localedata/locales/translit_cjk_compat | 2 +- localedata/locales/translit_combining | 214 +- localedata/locales/translit_compat | 120 +- localedata/locales/translit_font | 2 +- localedata/locales/translit_fraction | 2 +- localedata/unicode-gen/DerivedCoreProperties.txt | 700 +++++-- localedata/unicode-gen/EastAsianWidth.txt | 149 +- localedata/unicode-gen/Makefile | 2 +- localedata/unicode-gen/PropList.txt | 100 +- localedata/unicode-gen/UnicodeData.txt | 837 +++++++- nptl/pthread_kill.c | 4 +- posix/fork.c | 3 + support/support_wait_for_thread_exit.c | 5 +- sysdeps/generic/ldsodefs.h | 9 +- sysdeps/pthread/Makefile | 11 +- sysdeps/pthread/tst-create1.c | 119 ++ .../pthread/tst-create1mod.c | 30 +- sysdeps/pthread/tst-pthread-raise-blocked-self.c | 92 + time/tst-itimer.c | 19 +- 30 files changed, 5233 insertions(+), 2287 deletions(-) create mode 100644 sysdeps/pthread/tst-create1.c copy elf/tst-dlopen-nodelete-reloc-mod8.c => sysdeps/pthread/tst-create1mod.c (63%) create mode 100644 sysdeps/pthread/tst-pthread-raise-blocked-self.c