This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9e94f57484 hppa: Fix bind-now audit (BZ #28857) new 91c0a47ffb elf: Merge dl-sysdep.c into the Linux version new b9c3d3382f Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE new 2d47fa6862 Linux: Remove DL_FIND_ARG_COMPONENTS new f19fc997a5 Linux: Assume that NEED_DL_SYSINFO_DSO is always defined new 8c8510ab27 Linux: Consolidate auxiliary vector parsing
The 5 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 | 80 +----- elf/dl-sysdep.c | 352 +-------------------------- 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 | 240 ++++++++++++++++-- sysdeps/unix/sysv/linux/ldsodefs.h | 12 - sysdeps/unix/sysv/linux/m68k/sysdep.h | 4 +- sysdeps/unix/sysv/linux/powerpc/dl-auxv.h | 14 +- sysdeps/unix/sysv/linux/powerpc/dl-support.c | 4 + 9 files changed, 305 insertions(+), 480 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/dl-parse_auxv.h create mode 100644 sysdeps/unix/sysv/linux/powerpc/dl-support.c