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_build/master-aarch64 in repository toolchain/ci/glibc.
from 6f043e0ee7 Use __ehdr_start rather than _begin in _dl_start_final adds 118a2aee07 linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time [...] adds 944afe6d95 benchtests: Add UNSUPPORTED benchmark status adds 5b5b1012d5 benchtests: Better libmvec integration adds 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: Makeconfig | 9 -- Makerules | 7 -- benchtests/Makefile | 55 +++++++----- config.make.in | 1 - configure | 28 ------- configure.ac | 16 ---- dlfcn/Makefile | 4 + dlfcn/dlfcn.h | 7 +- dlfcn/dlinfo.c | 13 ++- dlfcn/tst-dlinfo-phdr.c | 125 ++++++++++++++++++++++++++++ io/Makefile | 8 +- io/tst-lchmod-time64.c | 2 + io/tst-lchmod.c | 22 ++++- manual/dynlink.texi | 80 +++++++++++++++++- sysdeps/unix/sysv/linux/fchmodat.c | 4 +- sysdeps/x86_64/fpu/Makefile | 4 - sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 12 +-- 17 files changed, 297 insertions(+), 100 deletions(-) create mode 100644 dlfcn/tst-dlinfo-phdr.c create mode 100644 io/tst-lchmod-time64.c