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 e123f08ad5 x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896] new e4a2fb76ef manual: Document the dlinfo function new 91c2e6c3db dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
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: dlfcn/Makefile | 4 ++ dlfcn/dlfcn.h | 7 ++- dlfcn/dlinfo.c | 13 ++++- dlfcn/tst-dlinfo-phdr.c | 125 ++++++++++++++++++++++++++++++++++++++++++++++++ manual/Makefile | 2 +- manual/dynlink.texi | 109 +++++++++++++++++++++++++++++++++++++++++ manual/libdl.texi | 10 ---- manual/probes.texi | 2 +- manual/threads.texi | 2 +- 9 files changed, 259 insertions(+), 15 deletions(-) create mode 100644 dlfcn/tst-dlinfo-phdr.c create mode 100644 manual/dynlink.texi delete mode 100644 manual/libdl.texi