This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master in repository glibc.
from 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 [...]
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: INSTALL | 8 +-- NEWS | 1 + 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 ++-- 17 files changed, 143 insertions(+), 33 deletions(-) copy elf/{tst-audit24a.c => tst-audit26.c} (72%) create mode 100644 elf/tst-auditmod26.c