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_tk1/gnu-master-arm-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 3a0588ae48 elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS w [...] adds 834ddd0432 linux: Fix missing internal 64 bit time_t stat usage adds 9e5daa1f6a benchtests: Add pthread-mutex-locks bench adds 7c477b57a3 posix/glob.c: update from gnulib adds 911c63a51c sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h adds 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 adds 4e7e4f3b4b powerpc32: Remove unused HAVE_PPC_SECURE_PLT adds 8e28aa3a51 elf: Remove fallback to the start of DT_STRTAB for dladdr
No new revisions were added by this update.
Summary of changes: Makeconfig | 9 - Makerules | 7 - benchtests/Makefile | 57 ++-- benchtests/bench-pthread-mutex-locks.c | 288 +++++++++++++++++++++ config.h.in | 3 - 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 +++++++++ elf/Makefile | 3 +- elf/dl-addr.c | 16 +- elf/rtld.c | 7 +- io/Makefile | 8 +- io/tst-lchmod-time64.c | 2 + io/tst-lchmod.c | 22 +- manual/dynlink.texi | 80 +++++- posix/glob.c | 70 ++++- .../generic/fast-jitter.h | 37 +-- sysdeps/powerpc/powerpc32/configure | 27 -- sysdeps/powerpc/powerpc32/configure.ac | 14 - sysdeps/unix/sysv/linux/faccessat.c | 4 +- sysdeps/unix/sysv/linux/fchmodat.c | 4 +- sysdeps/unix/sysv/linux/glob64-time64.c | 1 + sysdeps/unix/sysv/linux/pathconf.c | 4 +- sysdeps/x86_64/fpu/Makefile | 4 - sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 12 +- 29 files changed, 678 insertions(+), 195 deletions(-) create mode 100644 benchtests/bench-pthread-mutex-locks.c create mode 100644 dlfcn/tst-dlinfo-phdr.c create mode 100644 io/tst-lchmod-time64.c copy posix/tst-fnmatch4.c => sysdeps/generic/fast-jitter.h (57%)