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 ac240c34f4 Fix strcspn in C discards 9f6adcf328 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C discards 34bb970d1b x86-64: Implement wcscpy IFUNC selector in C discards 19b25a00c6 x86-64: Implement strcat family IFUNC selectors in C discards ae0717e1c7 Use IFUNC memcmp in libc.so discards c9c67a0925 Use IFUNC memset in libc.so discards 360da5b1e9 Use IFUNC memmove in libc.so discards 779dc1e3de x86-64: Implement strcpy family IFUNC selectors in C discards 5ac89e11ff x86-64: Implement memcmp family IFUNC selectors in C discards 92e2d181c2 x86-64: Implement memset family IFUNC selectors in C discards 6a061a7543 x86-64: Implement memmove family IFUNC selectors in C new 471fb6a803 x86-64: Implement memmove family IFUNC selectors in C new 4c6c4564cd x86-64: Implement memset family IFUNC selectors in C new 8dfbfe0d8f x86-64: Implement memcmp family IFUNC selectors in C new d360e53aa1 x86-64: Implement strcpy family IFUNC selectors in C new 2302e25817 x86-64: Implement strcat family IFUNC selectors in C new 6e08c9b373 x86-64: Implement wcscpy IFUNC selector in C new b504a67ac9 x86-64: Implement strcspn/strpbrk/strspn 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 (ac240c34f4) \ N -- N -- N refs/heads/hjl/ifunc/c (b504a67ac9)
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/memcmp-sse2.S | 4 ++-- sysdeps/x86_64/multiarch/memcmp.c | 2 +- sysdeps/x86_64/multiarch/memcpy.c | 2 +- sysdeps/x86_64/multiarch/memcpy_chk-nonshared.S | 2 +- sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S | 2 +- sysdeps/x86_64/multiarch/memmove.c | 3 ++- sysdeps/x86_64/multiarch/memmove_chk-nonshared.S | 2 +- sysdeps/x86_64/multiarch/mempcpy.c | 5 +++-- sysdeps/x86_64/multiarch/mempcpy_chk-nonshared.S | 2 +- sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S | 4 ++-- sysdeps/x86_64/multiarch/memset.c | 2 +- sysdeps/x86_64/multiarch/memset_chk-nonshared.S | 2 +- sysdeps/x86_64/multiarch/stpcpy-sse2.S | 4 ++-- sysdeps/x86_64/multiarch/stpcpy.c | 6 +++--- sysdeps/x86_64/multiarch/stpncpy-c.c | 2 +- sysdeps/x86_64/multiarch/stpncpy.c | 4 ++-- sysdeps/x86_64/multiarch/strcat-sse2.S | 2 +- sysdeps/x86_64/multiarch/strcat.c | 2 +- sysdeps/x86_64/multiarch/strcpy-sse2.S | 2 +- sysdeps/x86_64/multiarch/strcpy.c | 2 +- sysdeps/x86_64/multiarch/strcspn-sse2.S | 2 +- sysdeps/x86_64/multiarch/strcspn.c | 2 +- sysdeps/x86_64/multiarch/strncpy.c | 2 +- sysdeps/x86_64/multiarch/strpbrk-sse2.S | 2 +- sysdeps/x86_64/multiarch/strpbrk.c | 2 +- sysdeps/x86_64/multiarch/strspn-sse2.S | 2 +- sysdeps/x86_64/multiarch/strspn.c | 2 +- sysdeps/x86_64/multiarch/wmemset.c | 4 ++-- sysdeps/x86_64/multiarch/wmemset_chk-nonshared.S | 2 +- 29 files changed, 39 insertions(+), 37 deletions(-)