This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-release-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 059e36d9ed x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896] adds 5c0d94d780 linux: Fix posix_spawn return code if clone fails (BZ#29109) adds bbb017a2bb NEWS: Add a bug fix entry for BZ #29109 adds 78f82ab4ef manual: Document the dlinfo function adds 28ea43f8d6 dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
No new revisions were added by this update.
Summary of changes: NEWS | 2 + dlfcn/Makefile | 4 ++ dlfcn/dlfcn.h | 7 ++- dlfcn/dlinfo.c | 13 +++- dlfcn/tst-dlinfo-phdr.c | 125 +++++++++++++++++++++++++++++++++++++++ manual/dynlink.texi | 80 ++++++++++++++++++++++++- sysdeps/unix/sysv/linux/spawni.c | 2 +- 7 files changed, 229 insertions(+), 4 deletions(-) create mode 100644 dlfcn/tst-dlinfo-phdr.c