This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from def9c08c94 Revert outdated translations new c908ae0492 powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802] new 18363b4f01 powerpc: Move cache line size to rtld_global_ro new 70ba28f7ab Fix tst-pkey.c pkey_alloc return checks and manual
The 3 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: elf/dl-support.c | 3 +- elf/dl-sysdep.c | 3 +- manual/memory.texi | 4 ++ .../generic/dl-auxv.h | 6 ++- sysdeps/powerpc/Makefile | 17 ++++++++ sysdeps/powerpc/dl-procinfo.c | 17 ++++++++ .../getauxval.c => sysdeps/powerpc/mod-cache-ppc.c | 47 +++++++++++----------- sysdeps/powerpc/powerpc32/a2/memcpy.S | 23 +++++------ sysdeps/powerpc/powerpc32/dl-machine.c | 11 ++--- sysdeps/powerpc/powerpc32/memset.S | 29 ++++++------- sysdeps/powerpc/powerpc32/sysdep.h | 26 ++++++++++++ sysdeps/powerpc/powerpc64/a2/memcpy.S | 13 +++--- sysdeps/powerpc/powerpc64/memset.S | 11 +++-- sysdeps/powerpc/powerpc64/sysdep.h | 24 +++++++++++ sysdeps/powerpc/rtld-global-offsets.sym | 1 + .../powerpc/tst-cache-ppc-static-dlopen.c | 42 ++++++++++--------- .../powerpc/tst-cache-ppc-static.c | 5 ++- .../tst-platform-1.c => powerpc/tst-cache-ppc.c} | 10 ++--- .../unix/sysv/linux/powerpc/dl-auxv.h | 27 ++++++------- sysdeps/unix/sysv/linux/powerpc/dl-static.c | 16 +++++++- sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c | 33 --------------- sysdeps/unix/sysv/linux/powerpc/libc-start.c | 10 ++--- sysdeps/unix/sysv/linux/tst-pkey.c | 4 ++ 23 files changed, 227 insertions(+), 155 deletions(-) copy elf/tst-dlopenfailmod3.c => sysdeps/generic/dl-auxv.h (77%) copy misc/getauxval.c => sysdeps/powerpc/mod-cache-ppc.c (56%) copy elf/tst-audit12.c => sysdeps/powerpc/tst-cache-ppc-static-dlopen.c (59%) copy elf/tst-dlopenfailmod3.c => sysdeps/powerpc/tst-cache-ppc-static.c (87%) copy sysdeps/{x86_64/tst-platform-1.c => powerpc/tst-cache-ppc.c} (80%) copy stdlib/strtoll.c => sysdeps/unix/sysv/linux/powerpc/dl-auxv.h (67%) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c