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-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 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: benchtests/Makefile | 1 + benchtests/bench-wcrtomb.c | 139 +++++++++++++++++++++ include/time.h | 4 +- sysdeps/mach/hurd/spawni.c | 2 +- sysdeps/unix/sysv/linux/bits/time.h | 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 +-- time/time.h | 11 +- 16 files changed, 198 insertions(+), 61 deletions(-) create mode 100644 benchtests/bench-wcrtomb.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%)