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/master-arm in repository toolchain/ci/glibc.
from 2e75604f83 elf: Install a symbolic link to ld.so as /usr/bin/ld.so adds 718fdd87b1 elf: Properly align PT_LOAD segments [BZ #28676] adds fc2334ab32 Add a testcase to check alignment of PT_LOAD segment [BZ #28676] adds f1eeef945d elf: Use errcode instead of (unset) errno in rtld_chain_load adds ea5814467a x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]
No new revisions were added by this update.
Summary of changes: NEWS | 4 ++ elf/Makefile | 14 +++++- elf/dl-load.c | 2 + elf/dl-load.h | 3 +- elf/dl-map-segments.h | 50 ++++++++++++++++++++-- elf/rtld.c | 2 +- time/tst-timespec_get.c => elf/tst-align3.c | 28 ++++++------ elf/{tst-dlopenfailnodelmod.c => tst-alignmod3.c} | 15 ++++--- sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h | 45 ------------------- sysdeps/unix/sysv/linux/x86_64/64/mmap_internal.h | 42 ------------------ sysdeps/x86/cpu-tunables.c | 7 --- .../cpu-features-preferred_feature_index_1.def | 1 - 12 files changed, 89 insertions(+), 124 deletions(-) copy time/tst-timespec_get.c => elf/tst-align3.c (70%) copy elf/{tst-dlopenfailnodelmod.c => tst-alignmod3.c} (71%) delete mode 100644 sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h delete mode 100644 sysdeps/unix/sysv/linux/x86_64/64/mmap_internal.h