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_gcc/master-arm in repository toolchain/ci/glibc.
from a41c8e9235 nptl: rseq failure after registration on main thread is fatal adds 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] new f1eeef945d elf: Use errcode instead of (unset) errno in rtld_chain_load new ea5814467a x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NEWS | 7 +++ csu/libc-tls.c | 5 ++- elf/Makefile | 21 +++++++-- elf/dl-load.c | 2 + elf/dl-load.h | 3 +- elf/dl-map-segments.h | 50 ++++++++++++++++++++-- elf/dl-tls.c | 4 +- elf/rtld.c | 2 +- time/tst-timespec_get.c => elf/tst-align3.c | 28 ++++++------ elf/{tst-dlopenfailnodelmod.c => tst-alignmod3.c} | 15 ++++--- sysdeps/aarch64/nptl/tls.h | 6 --- sysdeps/alpha/nptl/tls.h | 6 --- sysdeps/arc/nptl/tls.h | 6 --- sysdeps/arm/nptl/tls.h | 6 --- sysdeps/csky/nptl/tls.h | 6 --- sysdeps/generic/tls.h | 14 +++--- sysdeps/hppa/nptl/tls.h | 6 --- sysdeps/i386/nptl/tls.h | 6 --- sysdeps/ia64/libc-tls.c | 3 ++ sysdeps/ia64/nptl/tls.h | 6 --- sysdeps/m68k/nptl/tls.h | 9 +--- sysdeps/mach/hurd/tls.h | 8 ---- sysdeps/microblaze/nptl/tls.h | 6 --- sysdeps/mips/nptl/tls.h | 9 +--- sysdeps/nios2/nptl/tls.h | 9 +--- sysdeps/powerpc/nptl/tls.h | 9 +--- sysdeps/pthread/tst-create1.c | 4 ++ sysdeps/riscv/nptl/tls.h | 9 +--- sysdeps/s390/nptl/tls.h | 6 --- sysdeps/sh/nptl/tls.h | 6 --- sysdeps/sparc/nptl/tls.h | 6 --- 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 - sysdeps/x86_64/nptl/tls.h | 6 --- 36 files changed, 125 insertions(+), 259 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