This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-aarch64-spec2k6-Os 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 adds 4e7e4f3b4b powerpc32: Remove unused HAVE_PPC_SECURE_PLT adds 8e28aa3a51 elf: Remove fallback to the start of DT_STRTAB for dladdr adds db1efe02c9 manual: Clarify that abbreviations of long options are allowed adds 6e5c7a1e26 i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.S adds 60f0f2130d i386: Honor I386_USE_SYSENTER for 6-argument Linux system calls adds c1b68685d4 Linux: Define MMAP_CALL_INTERNAL adds eff158b75d hurd spawni: Fix reauthenticating closed fds adds d62a70fda8 adjtimex/adjtimex64: Use __nonnull to avoid null pointer adds 6a9786b8ec ntp_xxxtimex: Use __nonnull to avoid null pointer adds ed2ddeffa5 clock_adjtime: Use __nonnull to avoid null pointer adds cf73acb596 clock_settime/clock_gettime: Use __nonnull to avoid null pointer adds 050cc5f7c1 benchtests: Add wcrtomb microbenchmark adds 71e2a681f1 linux: Fix posix_spawn return code if clone fails (BZ#29109)
No new revisions were added by this update.
Summary of changes: Makeconfig | 9 -- Makerules | 7 -- benchtests/Makefile | 56 ++++++--- benchtests/bench-wcrtomb.c | 139 +++++++++++++++++++++ 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/dl-addr.c | 16 +-- include/time.h | 4 +- io/Makefile | 8 +- io/tst-lchmod-time64.c | 2 + io/tst-lchmod.c | 22 +++- manual/dynlink.texi | 80 +++++++++++- manual/getopt.texi | 3 +- sysdeps/mach/hurd/spawni.c | 2 +- sysdeps/powerpc/powerpc32/configure | 27 ---- sysdeps/powerpc/powerpc32/configure.ac | 14 --- sysdeps/unix/sysv/linux/bits/time.h | 4 +- sysdeps/unix/sysv/linux/fchmodat.c | 4 +- sysdeps/unix/sysv/linux/i386/Makefile | 2 +- .../unix/sysv/linux/i386/libc-do-syscall-int80.S | 16 +-- sysdeps/unix/sysv/linux/i386/libc-do-syscall.S | 3 - sysdeps/unix/sysv/linux/i386/sysdep.h | 13 +- sysdeps/unix/sysv/linux/include/sys/timex.h | 10 +- .../unix/sysv/linux/mmap_call.h | 16 +-- sysdeps/unix/sysv/linux/mmap_internal.h | 6 +- .../linux/s390/{mmap_internal.h => mmap_call.h} | 14 +-- sysdeps/unix/sysv/linux/spawni.c | 2 +- sysdeps/unix/sysv/linux/sys/timex.h | 16 +-- sysdeps/x86_64/fpu/Makefile | 4 - sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 12 +- time/time.h | 11 +- 37 files changed, 502 insertions(+), 217 deletions(-) create mode 100644 benchtests/bench-wcrtomb.c create mode 100644 dlfcn/tst-dlinfo-phdr.c create mode 100644 io/tst-lchmod-time64.c copy elf/tst-auditmod24.h => sysdeps/unix/sysv/linux/i386/libc-do-syscall-int80.S (77%) copy support/xpthread_barrierattr_setpshared.c => sysdeps/unix/sysv/linux/mmap_cal [...] rename sysdeps/unix/sysv/linux/s390/{mmap_internal.h => mmap_call.h} (78%)