This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from e47de5cb2d Do not use --hash-style=both for building glibc shared objects adds 93804a1ee0 manual: Document the dlinfo function adds d056c21213 dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
No new revisions were added by this update.
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