This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2c4e368a41 linux: Remove unnecessary nice.c and signal.c new 2a1099020c x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl list new 4a3f29e7e4 x86: Move and slightly improve memset_erms new 21925f6473 x86: Move mem{p}{mov|cpy}_{chk_}erms to its own file new 58bcf7b71a x86-64: Small improvements to dl-trampoline.S new 88070acdd0 x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN arguments new 8cfbbbcdf9 x86: Add missing IS_IN (libc) check to memmove-ssse3.S new 0aa294fb88 x86: Add missing IS_IN (libc) check to strcspn-sse4.c new 96ac447d91 x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S
The 8 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: 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 +- 12 files changed, 288 insertions(+), 238 deletions(-) create mode 100644 sysdeps/x86_64/multiarch/memmove-erms.S copy sysdeps/{nptl/pthread_mutex_backoff.h => x86_64/multiarch/memset-erms.S} (60%)