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-arm-build_cross in repository toolchain/ci/glibc.
from 21c3f4b536 Sync FDL from https://www.gnu.org/licenses/fdl-1.3.texi adds fee3b889d8 Move generic nan-pseudo-number.h to ldbl-96 adds c2a150d089 posix: Sync regex code with gnulib adds 4883360415 posix: Sync glob code with gnulib adds 11b2858bd1 Sync intprops.h with gnulib adds 9c774ad764 Sync flexmember.h with gnulib adds 252864544a posix: Sync fnmatch with gnulib adds 8cc1e39a36 Drop nan-pseudo-number.h usage from tests adds f5a6f846b0 nptl: Remove set*id, set*gid files which are not built adds cd6274089f aarch64: fix stack missing after sp is updated adds 3ec5d83d2a x86-64: Avoid rep movsb with short distance [BZ #27130] adds b47b07c92d hurd: Fix mmap(!MAP_FIXED) on bogus address adds 6ea5b57afa x86: Check IFUNC definition in unrelocated executable [BZ #20019] adds c50c65a8bf nptl: Fix comment typo in pthread_cond_wait.c adds f5082c7010 aarch64: push the set of rules before falling into slow path new 6cc992412c alpha: Provide wait4 for static library [BZ #27150] new ef8c78a6c6 Import idx.h from gnulib new 47f4316095 Import filename.h from gnulib new 448a256359 malloc: Add scratch_buffer_dupfree new c6e0b0b5b0 stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592 [...] new ecdb06cdf2 support: Add support_small_thread_stack_size
The 6 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/intprops.h | 70 +- include/scratch_buffer.h | 16 + malloc/Makefile | 1 + malloc/Versions | 1 + .../scratch_buffer_dupfree.c | 23 +- malloc/tst-scratch_buffer.c | 26 +- math/libm-test-driver.c | 5 +- math/libm-test-fpclassify.inc | 4 +- math/libm-test-isinf.inc | 4 +- math/libm-test-isnan.inc | 4 +- math/libm-test-issignaling.inc | 4 +- nptl/Makefile | 4 - nptl/pthread_cond_wait.c | 2 +- nptl/pthread_setegid.c | 3 - nptl/pthread_seteuid.c | 3 - nptl/pthread_setgid.c | 3 - nptl/pthread_setregid.c | 3 - nptl/pthread_setresgid.c | 3 - nptl/pthread_setresuid.c | 3 - nptl/pthread_setreuid.c | 3 - nptl/pthread_setuid.c | 3 - posix/flexmember.h | 25 +- posix/fnmatch.c | 548 +++--- posix/fnmatch_loop.c | 1977 ++++++++++---------- posix/glob.c | 1748 ++++++++--------- posix/glob_pattern_p.c | 2 +- posix/globfree.c | 2 +- posix/regcomp.c | 2 +- posix/regex.h | 17 +- posix/regex_internal.c | 19 +- posix/regex_internal.h | 16 +- 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 | 4 +- sysdeps/i386/dl-machine.h | 16 +- .../ldbl-96}/nan-pseudo-number.h | 4 +- sysdeps/mach/hurd/mmap.c | 9 +- sysdeps/unix/sysv/linux/alpha/wait4.c | 2 + sysdeps/unix/sysv/linux/faccessat.c | 3 +- sysdeps/x86/fpu/nan-pseudo-number.h | 1 - sysdeps/x86_64/dl-machine.h | 16 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 21 + 46 files changed, 2960 insertions(+), 2457 deletions(-) create mode 100644 include/filename.h create mode 100644 include/idx.h copy mach/mig_memcpy.c => malloc/scratch_buffer_dupfree.c (60%) delete mode 100644 nptl/pthread_setegid.c delete mode 100644 nptl/pthread_seteuid.c delete mode 100644 nptl/pthread_setgid.c delete mode 100644 nptl/pthread_setregid.c delete mode 100644 nptl/pthread_setresgid.c delete mode 100644 nptl/pthread_setresuid.c delete mode 100644 nptl/pthread_setreuid.c delete mode 100644 nptl/pthread_setuid.c rename sysdeps/{generic => ieee754/ldbl-96}/nan-pseudo-number.h (87%)