This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/ifunc/c in repository glibc.
discards 328e1713fd Use IFUNC memcmp in libc.so discards d959b81f87 Use IFUNC memset in libc.so discards ac09970f15 Use IFUNC memmove in libc.so discards 124210359d x86-64: Implement strcpy family IFUNC selectors in C discards 7ad7882ab4 x86-64: Implement memcmp family IFUNC selectors in C discards 1364a47a36 x86-64: Implement memset family IFUNC selectors in C new 92e2d181c2 x86-64: Implement memset family IFUNC selectors in C new 5ac89e11ff x86-64: Implement memcmp family IFUNC selectors in C new b8dfb237f6 x86-64: Implement strcpy family IFUNC selectors in C new e04f3bf242 Use IFUNC memmove in libc.so new e38d9c0b56 Use IFUNC memset in libc.so new b2ca002956 Use IFUNC memcmp in libc.so new 1d116af9de x86-64: Implement strcat family IFUNC selectors in C
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (328e1713fd) \ N -- N -- N refs/heads/hjl/ifunc/c (1d116af9de)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 7 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/multiarch/Makefile | 1 + sysdeps/x86_64/multiarch/ifunc-memset.h | 2 +- .../{ifunc-strcpy.h => ifunc-unaligned-ssse3.h} | 3 +- sysdeps/x86_64/multiarch/stpcpy.c | 4 +- sysdeps/x86_64/multiarch/stpncpy.c | 2 +- .../multiarch/{memchr-sse2.S => strcat-sse2.S} | 12 +-- sysdeps/x86_64/multiarch/strcat.S | 85 ---------------------- sysdeps/x86_64/multiarch/{strcpy.c => strcat.c} | 14 ++-- sysdeps/x86_64/multiarch/strcpy-sse2.S | 3 +- sysdeps/x86_64/multiarch/strcpy.c | 2 +- sysdeps/x86_64/multiarch/strncat.S | 5 -- sysdeps/x86_64/multiarch/{strcpy.c => strncat.c} | 17 ++--- sysdeps/x86_64/multiarch/strncpy.c | 2 +- 13 files changed, 30 insertions(+), 122 deletions(-) rename sysdeps/x86_64/multiarch/{ifunc-strcpy.h => ifunc-unaligned-ssse3.h} (93%) copy sysdeps/x86_64/multiarch/{memchr-sse2.S => strcat-sse2.S} (81%) delete mode 100644 sysdeps/x86_64/multiarch/strcat.S copy sysdeps/x86_64/multiarch/{strcpy.c => strcat.c} (79%) delete mode 100644 sysdeps/x86_64/multiarch/strncat.S copy sysdeps/x86_64/multiarch/{strcpy.c => strncat.c} (74%)