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_gdb/master-aarch64 in repository toolchain/ci/glibc.
from 627f5ede70 Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN adds 5cc3385654 nptl: Add one more barrier to nptl/tst-create1 adds 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 | 7 +++ elf/Makefile | 21 +++++++-- 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/pthread/tst-create1.c | 4 ++ 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 - 13 files changed, 102 insertions(+), 125 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