This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9fd63e3537 elf: Smoke-test ldconfig -p against system /etc/ld.so.cache new 7ea510127e string: Add libc_hidden_proto for strchrnul new 22999b2f0f string: Add libc_hidden_proto for memrchr new fb95c31638 string: Disable stack protector in early static initialization new 16e424a325 powerpc64: Add the clone3 wrapper
The 4 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: include/string.h | 2 + string/Makefile | 2 + string/memrchr.c | 1 + string/strchrnul.c | 1 + sysdeps/aarch64/memrchr.S | 1 + sysdeps/aarch64/strchrnul.S | 1 + sysdeps/i386/i686/multiarch/memrchr-sse2.S | 1 + sysdeps/i386/i686/multiarch/memrchr.c | 2 + sysdeps/i386/strchrnul.S | 1 + sysdeps/m68k/strchrnul.S | 1 + .../powerpc32/power4/multiarch/memrchr-ppc32.c | 10 ++ .../powerpc/powerpc32/power4/multiarch/memrchr.c | 12 +- .../powerpc32/power4/multiarch/strchrnul-ppc32.c | 7 + .../powerpc/powerpc32/power4/multiarch/strchrnul.c | 17 +-- sysdeps/powerpc/powerpc32/power7/memrchr.S | 1 + sysdeps/powerpc/powerpc64/multiarch/memrchr.c | 18 +-- sysdeps/powerpc/powerpc64/multiarch/strchrnul.c | 1 + sysdeps/powerpc/powerpc64/power7/memrchr.S | 1 + sysdeps/powerpc/powerpc64/power8/memrchr.S | 1 + sysdeps/s390/memrchr-c.c | 4 + sysdeps/s390/memrchr.c | 8 +- sysdeps/s390/strchrnul-c.c | 4 +- sysdeps/s390/strchrnul.c | 8 +- sysdeps/unix/sysv/linux/powerpc/powerpc64/clone3.S | 157 +++++++++++++++++++++ sysdeps/unix/sysv/linux/powerpc/sysdep.h | 1 + sysdeps/x86_64/memrchr.S | 1 + sysdeps/x86_64/multiarch/memrchr.c | 1 + sysdeps/x86_64/multiarch/strchrnul.c | 4 + sysdeps/x86_64/strchrnul.S | 1 + 29 files changed, 240 insertions(+), 30 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/clone3.S