This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 1fe00d3eb6 build: Properly generate .d dependency files [BZ #28922] new 73fc4e28b9 Linux: Consolidate auxiliary vector parsing (redo) new ae13228409 io: Add fsync call in tst-stat new ca7334d34b manual: SA_ONSTACK is ignored without alternate stack
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/Makefile | 5 ++ elf/dl-support.c | 85 +++----------------- io/tst-stat.c | 4 + manual/signal.texi | 2 +- sysdeps/unix/sysv/linux/alpha/dl-auxv.h | 18 ++--- sysdeps/unix/sysv/linux/dl-parse_auxv.h | 61 ++++++++++++++ sysdeps/unix/sysv/linux/dl-sysdep.c | 114 ++++++++------------------- sysdeps/unix/sysv/linux/powerpc/dl-auxv.h | 14 +--- sysdeps/unix/sysv/linux/powerpc/dl-support.c | 4 + 9 files changed, 123 insertions(+), 184 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/dl-parse_auxv.h create mode 100644 sysdeps/unix/sysv/linux/powerpc/dl-support.c