This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/glibc.
from 9e94f57484 hppa: Fix bind-now audit (BZ #28857) adds 91c0a47ffb elf: Merge dl-sysdep.c into the Linux version adds b9c3d3382f Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE adds 2d47fa6862 Linux: Remove DL_FIND_ARG_COMPONENTS adds f19fc997a5 Linux: Assume that NEED_DL_SYSINFO_DSO is always defined adds 8c8510ab27 Linux: Consolidate auxiliary vector parsing adds 6628c742b2 elf: Remove prelink support adds d7703d3176 malloc: Remove LD_TRACE_PRELINKING usage from mtrace adds 144761540a elf: Remove LD_USE_LOAD_BIAS adds fb55d9b945 Use binutils 2.38 branch in build-many-glibcs.py
No new revisions were added by this update.
Summary of changes: NEWS | 11 +- elf/Makefile | 16 -- elf/dl-conflict.c | 77 ------ elf/dl-deps.c | 66 ----- elf/dl-error-skeleton.c | 4 +- elf/dl-load.c | 3 +- elf/dl-lookup.c | 161 ------------ elf/dl-main.h | 3 + elf/dl-map-segments.h | 3 +- elf/dl-support.c | 81 +----- elf/dl-sysdep.c | 352 +-------------------------- elf/do-rel.h | 3 - elf/rtld.c | 283 +++++---------------- elf/tst-prelink-cmp.c | 49 ---- elf/tst-prelink.c | 29 --- include/link.h | 4 - malloc/mtrace.pl | 55 +++-- scripts/build-many-glibcs.py | 2 +- sysdeps/alpha/dl-machine.h | 15 -- sysdeps/arm/dl-machine.h | 4 - sysdeps/generic/ldsodefs.h | 16 -- sysdeps/generic/unsecvars.h | 1 - sysdeps/i386/dl-machine.h | 16 +- sysdeps/or1k/dl-machine.h | 4 - sysdeps/powerpc/powerpc32/dl-machine.h | 31 +-- sysdeps/powerpc/powerpc64/dl-machine.h | 37 --- sysdeps/s390/s390-32/dl-machine.h | 22 +- sysdeps/s390/s390-64/dl-machine.h | 22 +- sysdeps/sh/dl-machine.h | 2 +- sysdeps/sparc/sparc32/dl-machine.h | 52 +--- sysdeps/sparc/sparc64/dl-machine.h | 72 +----- 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 + sysdeps/x86_64/dl-machine.h | 48 ++-- 39 files changed, 477 insertions(+), 1420 deletions(-) delete mode 100644 elf/dl-conflict.c delete mode 100644 elf/tst-prelink-cmp.c delete mode 100644 elf/tst-prelink.c create mode 100644 sysdeps/unix/sysv/linux/dl-parse_auxv.h create mode 100644 sysdeps/unix/sysv/linux/powerpc/dl-support.c