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-O3_LTO in repository toolchain/ci/glibc.
from 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) adds 18bd9c3d3b ia64: Always define IA64_USE_NEW_STUB as a flag macro adds a2a6bce7d7 Linux: Implement a useful version of _startup_fatal adds 8162147872 nptl: Add backoff mechanism to spinlock loop
No new revisions were added by this update.
Summary of changes: benchtests/Makefile | 1 + benchtests/bench-wcrtomb.c | 139 +++++++++++++++++++++ include/time.h | 4 +- nptl/pthread_mutex_lock.c | 16 ++- sysdeps/nptl/pthreadP.h | 1 + .../nptl/pthread_mutex_backoff.h | 25 ++-- sysdeps/unix/sysv/linux/bits/time.h | 4 +- sysdeps/unix/sysv/linux/i386/startup.h | 23 +--- sysdeps/unix/sysv/linux/ia64/brk.c | 5 +- .../unix/sysv/linux/ia64/startup.h | 17 +-- sysdeps/unix/sysv/linux/ia64/sysdep.h | 23 ++-- sysdeps/unix/sysv/linux/include/sys/timex.h | 10 +- sysdeps/unix/sysv/linux/spawni.c | 2 +- sysdeps/unix/sysv/linux/startup.h | 39 ++++++ sysdeps/unix/sysv/linux/sys/timex.h | 16 +-- .../x86_64/nptl/pthread_mutex_backoff.h | 24 ++-- time/time.h | 11 +- 17 files changed, 273 insertions(+), 87 deletions(-) create mode 100644 benchtests/bench-wcrtomb.c copy libio/tst-bz28828.c => sysdeps/nptl/pthread_mutex_backoff.h (69%) copy elf/tst-audit24amod1.c => sysdeps/unix/sysv/linux/ia64/startup.h (81%) create mode 100644 sysdeps/unix/sysv/linux/startup.h copy elf/tst-auditmod24.h => sysdeps/x86_64/nptl/pthread_mutex_backoff.h (63%)