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/release-aarch64 in repository toolchain/ci/glibc.
from 499a601796 Default to --with-default-link=no (bug 25812) adds c8ee1c85c0 misc: Fix rare fortify crash on wchar funcs. [BZ 29030] new e5cf8ccca6 INSTALL: Rephrase -with-default-link documentation new 106b7e0e45 dlfcn: Do not use rtld_active () to determine ld.so state (b [...] new cb4d670d8f scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlier
The 3 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: INSTALL | 8 +-- NEWS | 1 + 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 | 6 ++ elf/dl-libc.c | 8 +-- elf/{tst-audit24a.c => tst-audit26.c} | 19 +++---- elf/tst-auditmod26.c | 104 ++++++++++++++++++++++++++++++++++ manual/install.texi | 10 ++-- misc/sys/cdefs.h | 12 ++-- scripts/glibcelf.py | 6 ++ 20 files changed, 160 insertions(+), 39 deletions(-) copy elf/{tst-audit24a.c => tst-audit26.c} (72%) create mode 100644 elf/tst-auditmod26.c