This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from ca0faa140f misc: Fix rare fortify crash on wchar funcs. [BZ 29030] new 0d477e92c4 INSTALL: Rephrase -with-default-link documentation new bc56ab1f4a dlfcn: Do not use rtld_active () to determine ld.so state (b [...] new 83cc145830 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 + 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-audit24d.c => tst-audit26.c} | 19 +++---- elf/tst-auditmod26.c | 104 ++++++++++++++++++++++++++++++++++ manual/install.texi | 10 ++-- scripts/glibcelf.py | 6 ++ 18 files changed, 149 insertions(+), 33 deletions(-) copy elf/{tst-audit24d.c => tst-audit26.c} (72%) create mode 100644 elf/tst-auditmod26.c