This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/glibc.
from ecd0fbebc0 Linux: Forward declaration of struct iovec for process_madvise adds d55df811e9 nptl: Remove unused members from struct pthread adds 2c4e368a41 linux: Remove unnecessary nice.c and signal.c adds 2a1099020c x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl list adds 4a3f29e7e4 x86: Move and slightly improve memset_erms adds 21925f6473 x86: Move mem{p}{mov|cpy}_{chk_}erms to its own file adds 58bcf7b71a x86-64: Small improvements to dl-trampoline.S adds 88070acdd0 x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN arguments adds 8cfbbbcdf9 x86: Add missing IS_IN (libc) check to memmove-ssse3.S adds 0aa294fb88 x86: Add missing IS_IN (libc) check to strcspn-sse4.c adds 96ac447d91 x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S new 71d87d85bf linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)
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: nptl/descr.h | 7 -- sysdeps/unix/sysv/linux/mq_timedreceive.c | 2 +- sysdeps/unix/sysv/linux/nice.c | 1 - sysdeps/unix/sysv/linux/signal.c | 3 - sysdeps/x86_64/dl-trampoline.S | 4 + sysdeps/x86_64/dl-trampoline.h | 113 +++++++++++---------- sysdeps/x86_64/multiarch/Makefile | 2 + sysdeps/x86_64/multiarch/ifunc-impl-list.c | 103 ++++++++++--------- sysdeps/x86_64/multiarch/memmove-erms.S | 72 +++++++++++++ sysdeps/x86_64/multiarch/memmove-ssse3.S | 60 ++++++++--- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 50 --------- .../multiarch/memset-erms.S} | 39 ++++--- .../x86_64/multiarch/memset-vec-unaligned-erms.S | 31 ------ sysdeps/x86_64/multiarch/strcspn-sse4.c | 39 +++---- sysdeps/x86_64/multiarch/strncmp-sse4_2.S | 8 +- sysdeps/x86_64/multiarch/varshift.c | 5 +- 16 files changed, 289 insertions(+), 250 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/nice.c delete mode 100644 sysdeps/unix/sysv/linux/signal.c create mode 100644 sysdeps/x86_64/multiarch/memmove-erms.S copy sysdeps/{nptl/pthread_mutex_backoff.h => x86_64/multiarch/memset-erms.S} (60%)