This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-check_cross in repository toolchain/ci/glibc.
from ae725e3f9c powerpc: Add new hwcap values adds 9f6e508b42 htl: Enable tst-cancel25 test adds 3513d5af3d htl: Simplify non-cancel path of __pthread_cond_timedwait_internal adds eca16db02d htl: Make sem_*wait cancellations points adds 1b90d52df9 htl: Fix case when sem_*wait is canceled while holding a token adds 6f3331f26d elf: Include <stdbool.h> in <dl-tunables.h> because bool is used adds 1fb7dc751e htl: Add wrapper header for <semaphore.h> with hidden __sem_post adds f6b955e8ba S390: Regenerate ULPs.
No new revisions were added by this update.
Summary of changes: elf/dl-tunables.h | 2 + nptl/Makefile | 6 +- sysdeps/htl/include/semaphore.h | 9 +++ sysdeps/htl/pt-cond-timedwait.c | 41 ++++++------ sysdeps/htl/sem-post.c | 2 +- sysdeps/htl/sem-timedwait.c | 103 +++++++++++++++++++++++++++--- sysdeps/pthread/Makefile | 11 ++-- {nptl => sysdeps/pthread}/tst-cancel13.c | 0 {nptl => sysdeps/pthread}/tst-cancel25.c | 2 + {nptl => sysdeps/pthread}/tst-cancelx13.c | 0 sysdeps/s390/fpu/libm-test-ulps | 2 + 11 files changed, 140 insertions(+), 38 deletions(-) create mode 100644 sysdeps/htl/include/semaphore.h rename {nptl => sysdeps/pthread}/tst-cancel13.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel25.c (99%) rename {nptl => sysdeps/pthread}/tst-cancelx13.c (100%)