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_binutils/release-aarch64 in repository toolchain/ci/glibc.
from bbb017a2bb NEWS: Add a bug fix entry for BZ #29109 new 78f82ab4ef manual: Document the dlinfo function new 28ea43f8d6 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/dynlink.texi | 80 ++++++++++++++++++++++++++++++- 5 files changed, 226 insertions(+), 3 deletions(-) create mode 100644 dlfcn/tst-dlinfo-phdr.c