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_tk1/llvm-master-arm-spec2k6-O2 in repository toolchain/ci/glibc.
from acbaad31e8 elf: Fix fences in _dl_find_object_update (bug 28745) adds 6b0978c14a Restore ENTRY_POINT definition on hppa, ia64 (bug 28749) adds e72ef23ee8 elf: Simplify software TM implementation in _dl_find_object adds 347a5b592c math: Fix float conversion regressions with gcc-12 [BZ #28713] adds ddf0992cf5 x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755] adds 7e08db3359 x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755] adds a59cd1328a Use Linux 5.16 in build-many-glibcs.py adds 5a1be8ebdf aarch64: Add HWCAP2_ECV from Linux 5.16 adds 0005e54f76 manual: Drop obsolete @refill adds 86bf0feb0e Enable _FORTIFY_SOURCE=3 for gcc 12 and above adds 0b8e83eb14 elf: Fix 64 time_t support for installed statically binaries adds a4cf12360f support: Add support_socket_so_timestamp_time64 adds 21e0f45c7d linux: Fix ancillary 64-bit time timestamp conversion (BZ #2 [...] adds 62db87ab24 timezone: Fix tst-bz28707 Makefile rule adds 5bd83aa836 Revert "support: Add support_socket_so_timestamp_time64" adds 572e0c8554 Revert "linux: Fix ancillary 64-bit time timestamp conversio [...] adds f0ed50e1c7 Do not build libresolv module with 64 bit time_t flags adds db27f1251b debug: Autogenerate _FORTIFY_SOURCE tests adds fcfc908681 debug: Synchronize feature guards in fortified functions [BZ [...] adds 49e2bf58d5 x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765] adds 5b766603ef stdlib: Sort tests in Makefile
No new revisions were added by this update.
Summary of changes: Makeconfig | 2 +- Makerules | 6 + NEWS | 5 + debug/Makefile | 115 +++++--- debug/tst-chk2.c | 2 - debug/tst-chk3.c | 2 - debug/tst-chk4.cc | 1 - debug/tst-chk5.cc | 2 - debug/tst-chk6.cc | 2 - debug/tst-chk7.c | 2 - debug/tst-chk8.cc | 2 - debug/{tst-chk1.c => tst-fortify.c} | 49 +++- debug/tst-lfschk1.c | 2 - debug/tst-lfschk2.c | 2 - debug/tst-lfschk3.c | 2 - debug/tst-lfschk4.cc | 2 - debug/tst-lfschk5.cc | 2 - debug/tst-lfschk6.cc | 2 - elf/cache.c | 16 +- elf/chroot_canon.c | 4 +- elf/dl-find_object.c | 56 ++-- elf/ldconfig.c | 42 +-- elf/readlib.c | 6 +- elf/sln.c | 4 +- include/features.h | 4 +- manual/contrib.texi | 2 +- manual/creature.texi | 2 +- manual/ctype.texi | 4 +- manual/intro.texi | 6 +- manual/lang.texi | 2 +- manual/maint.texi | 16 +- manual/math.texi | 7 +- manual/memory.texi | 2 +- manual/setjmp.texi | 2 +- manual/stdio.texi | 4 +- manual/string.texi | 2 +- math/k_casinh_template.c | 2 +- math/math.h | 17 ++ math/s_cacos_template.c | 2 +- math/s_catan_template.c | 2 +- math/s_catanh_template.c | 2 +- math/s_clog10_template.c | 8 +- math/s_clog_template.c | 4 +- misc/sys/cdefs.h | 3 +- posix/bits/unistd.h | 2 +- scripts/build-many-glibcs.py | 2 +- stdlib/Makefile | 99 +++++-- string/bits/string_fortified.h | 8 +- support/xsignal.h | 2 + sysdeps/generic/ldconfig.h | 6 +- sysdeps/generic/math-type-macros-float.h | 5 +- sysdeps/hppa/entry.h | 8 + sysdeps/ia64/entry.h | 8 + sysdeps/ieee754/flt-32/e_gammaf_r.c | 12 +- sysdeps/ieee754/flt-32/e_j0f.c | 4 +- sysdeps/ieee754/flt-32/e_j1f.c | 4 +- sysdeps/ieee754/flt-32/e_jnf.c | 2 +- sysdeps/ieee754/flt-32/lgamma_negf.c | 8 +- sysdeps/ieee754/flt-32/s_log1pf.c | 2 +- sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 + .../x86_64/fpu/multiarch/svml_d_atan22_core_sse4.S | 321 +++++++++++---------- sysdeps/x86_64/multiarch/strcmp-avx2.S | 10 + sysdeps/x86_64/multiarch/strcmp-evex.S | 10 + timezone/Makefile | 3 +- wcsmbs/bits/wchar2.h | 2 +- 65 files changed, 557 insertions(+), 385 deletions(-) delete mode 100644 debug/tst-chk2.c delete mode 100644 debug/tst-chk3.c delete mode 100644 debug/tst-chk4.cc delete mode 100644 debug/tst-chk5.cc delete mode 100644 debug/tst-chk6.cc delete mode 100644 debug/tst-chk7.c delete mode 100644 debug/tst-chk8.cc rename debug/{tst-chk1.c => tst-fortify.c} (97%) delete mode 100644 debug/tst-lfschk1.c delete mode 100644 debug/tst-lfschk2.c delete mode 100644 debug/tst-lfschk3.c delete mode 100644 debug/tst-lfschk4.cc delete mode 100644 debug/tst-lfschk5.cc delete mode 100644 debug/tst-lfschk6.cc create mode 100644 sysdeps/hppa/entry.h create mode 100644 sysdeps/ia64/entry.h