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-aarch64-build_cross in repository toolchain/ci/glibc.
from c50c65a8bf nptl: Fix comment typo in pthread_cond_wait.c adds f5082c7010 aarch64: push the set of rules before falling into slow path adds 6cc992412c alpha: Provide wait4 for static library [BZ #27150] adds ef8c78a6c6 Import idx.h from gnulib adds 47f4316095 Import filename.h from gnulib adds 448a256359 malloc: Add scratch_buffer_dupfree adds c6e0b0b5b0 stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592 [...] adds ecdb06cdf2 support: Add support_small_thread_stack_size new 3016596a81 Add SEGV_MTEAERR and SEGV_MTESERR from Linux 5.10.
The 1 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: include/filename.h | 112 +++++ include/idx.h | 114 +++++ include/scratch_buffer.h | 16 + malloc/Makefile | 1 + malloc/Versions | 1 + .../scratch_buffer_dupfree.c | 23 +- malloc/tst-scratch_buffer.c | 26 +- stdlib/canonicalize.c | 546 +++++++++++++++------ stdlib/test-bz22786.c | 11 +- support/support_set_small_thread_stack_size.c | 12 +- support/xthread.h | 2 + sysdeps/aarch64/dl-tlsdesc.S | 2 + sysdeps/unix/sysv/linux/alpha/wait4.c | 2 + sysdeps/unix/sysv/linux/bits/siginfo-consts.h | 6 +- sysdeps/unix/sysv/linux/faccessat.c | 3 +- 15 files changed, 696 insertions(+), 181 deletions(-) create mode 100644 include/filename.h create mode 100644 include/idx.h copy mach/mig_memcpy.c => malloc/scratch_buffer_dupfree.c (60%)