This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ae5c498d93 Extend NSS test suite new 91ac3a7d84 powerpc: Fix float128 IFUNC relocations [BZ #21707]
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 | 27 +++++ csu/libc-start.c | 11 +- elf/rtld.c | 4 +- .../aarch64/libc-start.c => generic/libc-start.h} | 20 ++-- sysdeps/powerpc/Makefile | 10 +- sysdeps/powerpc/powerpc64le/Makefile | 10 ++ .../tst-tlsifunc-static.c} | 6 +- sysdeps/powerpc/tst-tlsifunc.c | 129 +++++++++++++++++++++ .../{aarch64/libc-start.c => powerpc/libc-start.h} | 19 +-- 9 files changed, 210 insertions(+), 26 deletions(-) copy sysdeps/{unix/sysv/linux/aarch64/libc-start.c => generic/libc-start.h} (67%) copy sysdeps/{x86_64/multiarch/strcmp-sse4_2.S => powerpc/tst-tlsifunc-static.c} (88%) create mode 100644 sysdeps/powerpc/tst-tlsifunc.c copy sysdeps/unix/sysv/linux/{aarch64/libc-start.c => powerpc/libc-start.h} (69%)