This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from fb1621a886 manual: Drop the .so suffix in libc_malloc_debug description adds 4aedc25f55 __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524] adds b8e8bb324a xmalloc: Fix warnings with gcc analyzer adds 70d08ba204 tests: use xmalloc to allocate implementation array adds 5f18453d1c build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration adds c25c32165d Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPER adds 91cc803d27 x86-64: Add Avoid_Short_Distance_REP_MOVSB adds c37fc3ebf0 Update libc.pot for 2.34 release. adds 3908fa933a elf: Fix audit regression
No new revisions were added by this update.
Summary of changes: benchtests/bench-string.h | 5 +- elf/Makefile | 12 +- elf/dl-open.c | 11 +- elf/{tst-main1mod.c => tst-audit17.c} | 4 +- elf/{dl-diagnostics-cpu.c => tst-auditmod17.c} | 9 +- include/programs/xmalloc.h | 9 +- misc/sys/cdefs.h | 10 + po/libc.pot | 416 ++++++++++----------- scripts/build-many-glibcs.py | 10 + stdlib/cxa_thread_atexit_impl.c | 4 + string/test-string.h | 5 +- support/support.h | 24 +- sysdeps/unix/sysv/linux/clone-internal.c | 2 +- sysdeps/unix/sysv/linux/i386/sysdep.h | 2 +- sysdeps/unix/sysv/linux/x86_64/sysdep.h | 2 +- sysdeps/x86/cacheinfo.h | 9 + sysdeps/x86/cpu-features.c | 5 + .../cpu-features-preferred_feature_index_1.def | 1 + sysdeps/x86/sysdep.h | 5 + .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 5 + 20 files changed, 308 insertions(+), 242 deletions(-) copy elf/{tst-main1mod.c => tst-audit17.c} (88%) copy elf/{dl-diagnostics-cpu.c => tst-auditmod17.c} (86%)