This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/release-arm in repository toolchain/ci/glibc.
from 72d9dcfd16 csu: Implement and use _dl_early_allocate during static startup adds 04892c543e S390: Enable static PIE adds f5f7144dfc rtld: Use generic argv adjustment in ld.so [BZ #23293] adds 2b128a7d30 linux: Add a getauxval test [BZ #23293]
No new revisions were added by this update.
Summary of changes: elf/rtld.c | 73 +++++++++++++++---- sysdeps/mach/hurd/dl-sysdep.c | 30 ++++---- sysdeps/s390/s390-64/configure | 122 ++++++++++++++++++++++++++++++++ sysdeps/s390/s390-64/configure.ac | 92 ++++++++++++++++++++++++ sysdeps/s390/s390-64/start.S | 28 ++++++++ sysdeps/unix/sysv/linux/Makefile | 1 + sysdeps/unix/sysv/linux/tst-getauxval.c | 74 +++++++++++++++++++ 7 files changed, 390 insertions(+), 30 deletions(-) create mode 100644 sysdeps/s390/s390-64/configure create mode 100644 sysdeps/s390/s390-64/configure.ac create mode 100644 sysdeps/unix/sysv/linux/tst-getauxval.c