This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 18b10de7ce 2017-06-12 Wilco Dijkstra wdijkstr@arm.com new 5a103908c0 x86-64: Implement strcpy family IFUNC selectors in C
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: ChangeLog | 20 +++++ sysdeps/x86_64/multiarch/Makefile | 1 + .../{ifunc-avx2.h => ifunc-unaligned-ssse3.h} | 16 ++-- .../multiarch/{strnlen-sse2.S => stpcpy-sse2.S} | 15 ++-- sysdeps/x86_64/multiarch/stpcpy.S | 9 -- sysdeps/x86_64/multiarch/{strrchr.c => stpcpy.c} | 25 ++++-- sysdeps/x86_64/multiarch/stpncpy-c.c | 9 +- sysdeps/x86_64/multiarch/stpncpy.S | 8 -- sysdeps/{s390 => x86_64}/multiarch/stpncpy.c | 22 +++-- .../multiarch/{strrchr-sse2.S => strcpy-sse2.S} | 12 +-- sysdeps/x86_64/multiarch/strcpy.S | 99 ---------------------- sysdeps/x86_64/multiarch/{strrchr.c => strcpy.c} | 19 +++-- sysdeps/x86_64/multiarch/strncpy-c.c | 7 +- sysdeps/x86_64/multiarch/strncpy.S | 5 -- sysdeps/x86_64/multiarch/{strrchr.c => strncpy.c} | 20 +++-- 15 files changed, 104 insertions(+), 183 deletions(-) copy sysdeps/x86_64/multiarch/{ifunc-avx2.h => ifunc-unaligned-ssse3.h} (72%) copy sysdeps/x86_64/multiarch/{strnlen-sse2.S => stpcpy-sse2.S} (75%) delete mode 100644 sysdeps/x86_64/multiarch/stpcpy.S copy sysdeps/x86_64/multiarch/{strrchr.c => stpcpy.c} (61%) delete mode 100644 sysdeps/x86_64/multiarch/stpncpy.S copy sysdeps/{s390 => x86_64}/multiarch/stpncpy.c (66%) copy sysdeps/x86_64/multiarch/{strrchr-sse2.S => strcpy-sse2.S} (81%) delete mode 100644 sysdeps/x86_64/multiarch/strcpy.S copy sysdeps/x86_64/multiarch/{strrchr.c => strcpy.c} (71%) delete mode 100644 sysdeps/x86_64/multiarch/strncpy.S copy sysdeps/x86_64/multiarch/{strrchr.c => strncpy.c} (69%)