This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release-aarch64-spec2k6-O3_LTO 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] adds 478cd506ea string.h: fix __fortified_attr_access macro call [BZ #29162]
No new revisions were added by this update.
Summary of changes: elf/rtld.c | 73 +++++++++++++++---- string/bits/string_fortified.h | 2 +- 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 +++++++++++++++++++ 8 files changed, 391 insertions(+), 31 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