This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/glibc.
from 1305edd42c elf: Move post-relocation code of _dl_start into _dl_start_final adds c935789bdf INSTALL: Rephrase -with-default-link documentation new 8dcb6d0af0 dlfcn: Do not use rtld_active () to determine ld.so state (b [...]
The 1 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 +-- 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 +-- libio/tst-bz28828.c => elf/tst-audit26.c | 15 +++-- elf/tst-auditmod26.c | 104 +++++++++++++++++++++++++++++++ manual/install.texi | 10 +-- 16 files changed, 142 insertions(+), 29 deletions(-) copy libio/tst-bz28828.c => elf/tst-audit26.c (72%) create mode 100644 elf/tst-auditmod26.c