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-release-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 9be62976af hppa: Use END instead of PSEUDO_END in swapcontext.S adds db03235895 NEWS: Move PLT tracking slowdown to glibc 2.35. adds cc9a4a664f elf: Fix memory leak in _dl_find_object_update (bug 29062) adds 6583d53445 S390: Add new s390 platform z16. adds ba9c42ac0e nptl: Handle spurious EINTR when thread cancellation is disa [...] adds bd415684df hurd: Fix arbitrary error code adds 8e8d46d598 mips: Fix mips64n32 64 bit time_t stat support (BZ#29069) adds 68d3a9a696 nptl: Fix pthread_cancel cancelhandling atomic operations adds d3feff2232 m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071) adds 70f1eecdc1 scripts: Add glibcelf.py module adds 499a601796 Default to --with-default-link=no (bug 25812) adds c8ee1c85c0 misc: Fix rare fortify crash on wchar funcs. [BZ 29030] adds e5cf8ccca6 INSTALL: Rephrase -with-default-link documentation adds 106b7e0e45 dlfcn: Do not use rtld_active () to determine ld.so state (b [...] adds cb4d670d8f scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlier
No new revisions were added by this update.
Summary of changes: INSTALL | 6 + NEWS | 13 +- configure | 65 +- configure.ac | 55 +- debug/tst-fortify.c | 5 + dlfcn/dladdr.c | 2 +- dlfcn/dladdr1.c | 2 +- dlfcn/dlclose.c | 2 +- dlfcn/dlerror.c | 2 +- dlfcn/dlinfo.c | 2 +- dlfcn/dlmopen.c | 2 +- dlfcn/dlopen.c | 2 +- dlfcn/dlopenold.c | 2 +- dlfcn/dlsym.c | 2 +- dlfcn/dlvsym.c | 2 +- elf/Makefile | 54 ++ elf/dl-find_object.c | 5 +- elf/dl-libc.c | 8 +- elf/{tst-audit24a.c => tst-audit26.c} | 19 +- elf/tst-auditmod26.c | 104 +++ elf/tst-glibc-hwcaps-cache.script | 6 + elf/tst-glibcelf.py | 260 ++++++ elf/tst-relro-symbols.py | 137 +++ manual/install.texi | 6 + manual/process.texi | 3 +- misc/sys/cdefs.h | 12 +- nptl/allocatestack.c | 2 - nptl/cancellation.c | 50 +- nptl/cleanup_defer.c | 42 +- nptl/descr.h | 41 +- nptl/libc-cleanup.c | 39 +- nptl/pthread_cancel.c | 111 ++- nptl/pthread_join_common.c | 7 +- nptl/pthread_setcancelstate.c | 26 +- nptl/pthread_setcanceltype.c | 31 +- nptl/pthread_testcancel.c | 9 +- nss/nss_test_errno.c | 2 +- scripts/glibcelf.py | 1141 +++++++++++++++++++++++ sysdeps/m68k/dl-machine.h | 12 +- sysdeps/nptl/dl-tls_init_tp.c | 3 - sysdeps/nptl/pthreadP.h | 2 +- sysdeps/pthread/Makefile | 1 + sysdeps/pthread/tst-cancel29.c | 207 ++++ sysdeps/s390/dl-procinfo.c | 5 +- sysdeps/s390/dl-procinfo.h | 2 +- sysdeps/s390/s390-64/Makefile | 25 +- sysdeps/s390/s390-64/dl-hwcap-check.h | 6 +- sysdeps/s390/s390-64/dl-hwcaps-subdirs.c | 11 +- sysdeps/s390/s390-64/tst-glibc-hwcaps.c | 8 +- sysdeps/unix/sysv/linux/ia64/Makefile | 6 + sysdeps/unix/sysv/linux/mips/bits/struct_stat.h | 38 +- 51 files changed, 2329 insertions(+), 276 deletions(-) copy elf/{tst-audit24a.c => tst-audit26.c} (72%) create mode 100644 elf/tst-auditmod26.c create mode 100644 elf/tst-glibcelf.py create mode 100644 elf/tst-relro-symbols.py create mode 100644 scripts/glibcelf.py create mode 100644 sysdeps/pthread/tst-cancel29.c