This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-aarch64-spec2k6-Os 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] adds 26803075e4 hurd: Fix gmon-static adds 556a6126f8 hurd: Add rules for static PIE build adds 23645707f1 Replace --enable-static-pie with --disable-default-pie adds 5afe4c0d69 Cleanup encoding in comments
No new revisions were added by this update.
Summary of changes: INSTALL | 18 +++-- Makeconfig | 21 ++++-- NEWS | 20 ++++++ config.h.in | 3 + config.make.in | 3 - configure | 83 ++++++++++++++-------- configure.ac | 56 ++++++++------- csu/Makefile | 17 +++-- 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 ++-- gmon/Makefile | 8 +-- manual/install.texi | 16 ++--- scripts/build-many-glibcs.py | 13 ++-- sysdeps/alpha/configure | 5 ++ sysdeps/alpha/configure.ac | 4 ++ sysdeps/csky/configure | 7 ++ sysdeps/csky/configure.ac | 5 ++ sysdeps/hppa/configure | 7 ++ sysdeps/hppa/configure.ac | 5 ++ sysdeps/i386/fpu/e_pow.S | 20 +++--- sysdeps/i386/fpu/e_powl.S | 20 +++--- sysdeps/ia64/configure | 5 ++ sysdeps/ia64/configure.ac | 4 ++ sysdeps/ia64/fpu/s_tanf.S | 4 +- sysdeps/mach/hurd/Makefile | 4 +- sysdeps/mach/hurd/configure | 6 ++ sysdeps/mach/hurd/configure.ac | 5 ++ sysdeps/microblaze/configure | 8 +++ sysdeps/microblaze/configure.ac | 7 ++ sysdeps/pthread/tst-create1.c | 4 ++ sysdeps/sparc/Makefile | 1 + 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/fpu/e_powl.S | 20 +++--- 41 files changed, 358 insertions(+), 257 deletions(-) copy time/tst-timespec_get.c => elf/tst-align3.c (70%) copy elf/{tst-dlopenfailnodelmod.c => tst-alignmod3.c} (71%) create mode 100755 sysdeps/microblaze/configure create mode 100644 sysdeps/microblaze/configure.ac 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