This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from aac0f62c47 hurd: let _dl_argv and __libc_stack_end be relro adds 1daccf403b nptl: Move stack list variables into _rtld_global new 3dbbd2ff92 Add {,sysdep-}ld-library-path make variable new 4e58941fc4 hurd: Enable using ifunc
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: Makeconfig | 3 + csu/libc-tls.c | 7 ++ dlfcn/Makefile | 2 +- elf/Makefile | 10 ++- elf/dl-support.c | 9 ++- elf/dl-thread_gscope_wait.c | 2 + elf/rtld.c | 12 +++ inet/Makefile | 2 +- nptl/Makefile | 2 +- nptl/allocatestack.c | 147 +++++++++-------------------------- nptl/descr.h | 3 +- nptl/nptl-init.c | 11 +-- nptl/pthreadP.h | 4 - nptl/pthread_create.c | 8 +- nptl_db/structs.def | 4 +- nptl_db/td_init.c | 14 ++++ nptl_db/td_ta_map_lwp2thr.c | 2 +- nptl_db/td_ta_thr_iter.c | 4 +- nptl_db/td_thr_tlsbase.c | 7 +- nptl_db/td_thr_validate.c | 39 +++++++++- nptl_db/thread_dbP.h | 13 ++++ sysdeps/aarch64/nptl/tls.h | 2 - sysdeps/alpha/nptl/tls.h | 2 - sysdeps/arc/nptl/tls.h | 2 - sysdeps/arm/nptl/tls.h | 2 - sysdeps/csky/nptl/tls.h | 2 - sysdeps/generic/ldsodefs.h | 19 ++++- sysdeps/hppa/nptl/tls.h | 2 - sysdeps/i386/nptl/tls.h | 2 - sysdeps/ia64/nptl/tls.h | 2 - sysdeps/m68k/nptl/tls.h | 2 - sysdeps/mach/hurd/Makeconfig | 2 + sysdeps/mach/hurd/configure | 2 - sysdeps/mach/hurd/configure.ac | 4 - sysdeps/microblaze/nptl/tls.h | 2 - sysdeps/mips/nptl/tls.h | 2 - sysdeps/nios2/nptl/tls.h | 2 - sysdeps/nptl/dl-thread_gscope_wait.c | 80 +++++++++++++++++++ sysdeps/powerpc/nptl/tls.h | 2 - sysdeps/riscv/nptl/tls.h | 2 - sysdeps/s390/nptl/tls.h | 2 - sysdeps/sh/nptl/tls.h | 2 - sysdeps/sparc/nptl/tls.h | 2 - sysdeps/x86_64/nptl/tls.h | 2 - 44 files changed, 253 insertions(+), 195 deletions(-) create mode 100644 elf/dl-thread_gscope_wait.c create mode 100644 sysdeps/nptl/dl-thread_gscope_wait.c