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-arm-spec2k6-Os 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.
No new revisions were added by this update.
Summary of changes: INSTALL | 8 +- NEWS | 201 ++++++++- 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 +- manual/install.texi | 8 +- manual/memory.texi | 6 +- manual/tunables.texi | 2 +- misc/sys/cdefs.h | 10 + 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 | 406 ++++++++--------- 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 + 62 files changed, 7205 insertions(+), 6439 deletions(-) copy elf/{tst-main1mod.c => tst-audit17.c} (88%) copy elf/{dl-diagnostics-cpu.c => tst-auditmod17.c} (86%)