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-build_cross in repository toolchain/ci/glibc.
from ea04f02131 aarch64: Remove fpu Makefile adds ecbbadbf10 x86: Update CPU feature detection [BZ #26149] adds 8ec13b4639 Add MREMAP_DONTUNMAP from Linux 5.7 adds bb2c12aecb aarch64: MTE compatible strcpy adds 7ff899969f aarch64: MTE compatible memchr adds df06b0d90f aarch64: MTE compatible memrchr adds 79160c06c7 aarch64: MTE compatible strrchr adds adac54ffc5 aarch64: MTE compatible strcmp adds 03e1378f94 aarch64: MTE compatible strncmp adds 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 new 6f3331f26d elf: Include <stdbool.h> in <dl-tunables.h> because bool is used new 1fb7dc751e htl: Add wrapper header for <semaphore.h> with hidden __sem_post new f6b955e8ba S390: Regenerate ULPs.
The 3 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: elf/dl-tunables.h | 2 + nptl/Makefile | 6 +- sysdeps/aarch64/memchr.S | 187 +++++------ sysdeps/aarch64/memrchr.S | 199 +++++------ sysdeps/aarch64/strcmp.S | 234 +++++++------ sysdeps/aarch64/strcpy.S | 385 +++++++--------------- sysdeps/aarch64/strncmp.S | 244 ++++++++------ sysdeps/aarch64/strrchr.S | 205 +++++------- 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/powerpc/bits/hwcap.h | 2 + sysdeps/powerpc/dl-procinfo.c | 2 +- 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 + sysdeps/unix/sysv/linux/bits/mman-shared.h | 1 + sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h | 2 +- sysdeps/x86/cpu-features.c | 156 +++++---- sysdeps/x86/cpu-features.h | 419 +++++++++--------------- sysdeps/x86/cpu-tunables.c | 14 +- sysdeps/x86/tst-get-cpu-features.c | 67 +--- 25 files changed, 1058 insertions(+), 1237 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%)