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_tk1/gnu-master-arm-spec2k6-O3_LTO_VECT in repository toolchain/ci/glibc.
from ddcc612ce9 Exclude static tests for mcheck and malloc-check adds de2f68c3c7 hurd: _Fork: unlock malloc before calling fork child hooks adds 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 adds cfdaa29f66 NEWS: Fix typos, grammar, and missing words adds 2e2c08aa4d Update NEWS. adds e502942eb8 Update translations. adds 06eae99ab4 Update install.texi, and regenerate INSTALL. adds e39d2b84a2 po/nl.po: Update Dutch translation. adds cdf4cd5e60 Prepare for glibc 2.34 release. adds ae37d06c7d Update ChangeLog.old/ChangeLog.23. adds a85c93c424 Open master branch for glibc 2.35 development adds 4165dd2e95 Remove obsolete comments/name from acos-inputs, since slow p [...] adds db737c79c6 Remove obsolete comments/name from several benchtest input files. adds 6069826312 nis: Fix leak on realloc failure in nis_getnames [BZ #28150] adds 2ee9b24f47 Fix build of nptl/tst-thread_local1.cc with GCC 12
No new revisions were added by this update.
Summary of changes: ChangeLog.old/ChangeLog.23 | 32243 +++++++++++++++++++ INSTALL | 8 +- NEWS | 225 +- benchtests/acos-inputs | 3 - benchtests/asin-inputs | 3 - benchtests/atan-inputs | 3 - benchtests/bench-string.h | 5 +- benchtests/cos-inputs | 3 - benchtests/pow-inputs | 4 - benchtests/sin-inputs | 3 - benchtests/tan-inputs | 7 - 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/features.h | 2 +- include/programs/xmalloc.h | 9 +- manual/install.texi | 8 +- manual/memory.texi | 6 +- manual/tunables.texi | 2 +- misc/sys/cdefs.h | 10 + nis/nis_subr.c | 8 +- nptl/tst-thread_local1.cc | 1 + po/be.po | 314 +- po/bg.po | 484 +- po/ca.po | 398 +- po/cs.po | 490 +- po/da.po | 366 +- po/de.po | 476 +- po/el.po | 94 +- po/eo.po | 222 +- po/es.po | 390 +- po/fi.po | 358 +- po/fr.po | 406 +- po/gl.po | 306 +- po/hr.po | 406 +- po/hu.po | 118 +- po/ia.po | 360 +- po/id.po | 366 +- po/it.po | 368 +- po/ja.po | 368 +- po/ko.po | 480 +- po/libc.pot | 416 +- po/lt.po | 158 +- po/nb.po | 150 +- po/nl.po | 484 +- po/pl.po | 480 +- po/pt.po | 406 +- po/pt_BR.po | 406 +- po/ru.po | 406 +- po/rw.po | 4 +- po/sk.po | 314 +- po/sl.po | 306 +- po/sr.po | 406 +- po/sv.po | 482 +- po/tr.po | 492 +- po/uk.po | 480 +- po/vi.po | 398 +- po/zh_CN.po | 398 +- po/zh_TW.po | 406 +- scripts/build-many-glibcs.py | 10 + stdlib/cxa_thread_atexit_impl.c | 4 + string/test-string.h | 5 +- support/support.h | 24 +- sysdeps/mach/hurd/_Fork.c | 1 + 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 + version.h | 2 +- 74 files changed, 39551 insertions(+), 6477 deletions(-) create mode 100644 ChangeLog.old/ChangeLog.23 copy elf/{tst-main1mod.c => tst-audit17.c} (88%) copy elf/{dl-diagnostics-cpu.c => tst-auditmod17.c} (86%)