This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a17973efc6 Fix waitid namespace (bug 21561). new d6bd839b9a Add a way to bypass the PLT when calling getauxval new cdfbe5037f powerpc: add sysconf support for cache geometries
The 2 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 | 17 ++++ include/sys/auxv.h | 7 ++ misc/getauxval.c | 1 + sysdeps/unix/sysv/linux/powerpc/Makefile | 1 + sysdeps/unix/sysv/linux/powerpc/sysconf.c | 96 ++++++++++++++++++++++ .../linux/powerpc/test-powerpc-linux-sysconf.c | 73 ++++++++++++++++ 6 files changed, 195 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/powerpc/sysconf.c create mode 100644 sysdeps/unix/sysv/linux/powerpc/test-powerpc-linux-sysconf.c