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-arm-build_cross in repository toolchain/ci/glibc.
from 2c44452b61 nptl: Add pthread_attr_setaffinity_np failure test new 271ec55d0a support: Do not build xpthread_attr_setaffinity_np for hurd new 92a7d13439 x86-64: Align child stack to 16 bytes [BZ #27902] new a55e2da270 powerpc: Optimized memcmp for power10 new 3842ba4949 aarch64: align stack in clone [BZ #27939] new c8a11c5867 stdio-common: Remove _IO_vfwscanf new 858045ad1c Update floating-point feature test macro handling for C2X new 42d3593505 Use __pthread_attr_copy in mq_notify (bug 27896)
The 7 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: NEWS | 10 ++ bits/libc-header-start.h | 28 +++- include/features.h | 2 + libio/libio.h | 2 - manual/creature.texi | 7 + math/bits/mathcalls.h | 12 +- math/math.h | 30 +++- stdio-common/Makefile | 2 +- stdio-common/iovfwscanf.c | 38 ----- support/xpthread_attr_setaffinity_np.c | 2 + support/xthread.h | 2 + sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 1 - sysdeps/powerpc/powerpc64/le/power10/memcmp.S | 179 +++++++++++++++++++++ sysdeps/powerpc/powerpc64/multiarch/Makefile | 2 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 6 + .../{memcmp-power8.S => memcmp-power10.S} | 6 +- sysdeps/powerpc/powerpc64/multiarch/memcmp.c | 6 + sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/aarch64/clone.S | 2 + sysdeps/unix/sysv/linux/mq_notify.c | 15 +- .../{tst-align-clone.c => tst-misalign-clone.c} | 59 +++---- sysdeps/unix/sysv/linux/x86_64/clone.S | 9 +- 22 files changed, 324 insertions(+), 98 deletions(-) delete mode 100644 stdio-common/iovfwscanf.c create mode 100644 sysdeps/powerpc/powerpc64/le/power10/memcmp.S copy sysdeps/powerpc/powerpc64/multiarch/{memcmp-power8.S => memcmp-power10.S} (86%) copy sysdeps/unix/sysv/linux/{tst-align-clone.c => tst-misalign-clone.c} (62%)