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_tk1/llvm-master-arm-spec2k6-O3 in repository toolchain/ci/glibc.
from 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) 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 adds 9bcd12d223 wcrtomb: Make behavior POSIX compliant adds 111254f3e1 Add declare_object_symbol_alias for assembly codes (BZ #28128) adds 900fa25736 stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c adds 6fad891dfd stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c adds f39ff483f3 Remove configure fno_unit_at_a_time adds 7c20479d08 C-SKY: Use an autoconf template to produce `preconfigure' adds fe7dd93db3 m68k: Use an autoconf template to produce `preconfigure' adds 353a1220e3 MIPS: Use an autoconf template to produce `preconfigure' adds 7b1cfba79e RISC-V: Use an autoconf template to produce `preconfigure'
No new revisions were added by this update.
Summary of changes: Makeconfig | 3 +- benchtests/Makefile | 1 + benchtests/bench-wcrtomb.c | 139 +++++++++++++++++++++ config.make.in | 1 - configure | 32 ----- configure.ac | 19 --- debug/tst-fortify.c | 7 +- debug/wcrtomb_chk.c | 8 +- include/libc-symbols.h | 14 ++- include/signal.h | 6 +- include/stdio.h | 1 + include/time.h | 4 +- include/wchar.h | 4 + manual/charset.texi | 11 +- manual/getopt.texi | 3 +- nptl/pthread_mutex_lock.c | 16 ++- stdio-common/Makefile | 34 ++++- .../mach/hurd/errlist.c => stdio-common/err_map.h | 11 +- .../errlist-compat-data.h | 0 stdio-common/errlist-compat.c | 1 - stdio-common/{errlist.c => errlist-data-gen.c} | 24 ++-- stdio-common/errlist-data.S | 7 ++ stdio-common/errlist.c | 20 +-- stdio-common/{siglist.c => siglist-gen.c} | 4 - stdio-common/siglist.S | 7 ++ sysdeps/csky/preconfigure | 27 ++-- sysdeps/csky/{preconfigure => preconfigure.ac} | 21 ++-- .../{siglist-compat.h => siglist-compat-def.h} | 27 ++-- sysdeps/generic/siglist-compat.c | 1 - sysdeps/m68k/preconfigure | 6 +- sysdeps/m68k/{preconfigure => preconfigure.ac} | 8 +- sysdeps/mach/hurd/{errlist.c => err_map.h} | 9 +- .../hurd/{siglist-compat.c => siglist-compat.h} | 7 +- sysdeps/mach/hurd/spawni.c | 2 +- sysdeps/mips/preconfigure | 7 +- sysdeps/mips/{preconfigure => preconfigure.ac} | 7 +- sysdeps/nptl/pthreadP.h | 1 + .../pthread_mutex_backoff.h} | 24 ++-- sysdeps/riscv/preconfigure | 33 ++--- sysdeps/riscv/{preconfigure => preconfigure.ac} | 27 ++-- .../{errlist-compat.c => errlist-compat-data.h} | 0 sysdeps/unix/sysv/linux/bits/time.h | 4 +- .../{errlist-compat.c => errlist-compat-data.h} | 0 sysdeps/unix/sysv/linux/errlist-compat.h | 33 +++-- .../{errlist-compat.c => errlist-compat-data.h} | 0 sysdeps/unix/sysv/linux/i386/Makefile | 2 +- .../sysv/linux/i386/libc-do-syscall-int80.S} | 12 +- sysdeps/unix/sysv/linux/i386/libc-do-syscall.S | 3 - sysdeps/unix/sysv/linux/i386/startup.h | 23 +--- sysdeps/unix/sysv/linux/i386/sysdep.h | 13 +- sysdeps/unix/sysv/linux/ia64/brk.c | 5 +- .../errlist.c => unix/sysv/linux/ia64/startup.h} | 9 +- sysdeps/unix/sysv/linux/ia64/sysdep.h | 23 ++-- sysdeps/unix/sysv/linux/include/sys/timex.h | 10 +- .../{errlist-compat.c => errlist-compat-data.h} | 0 .../linux/{s390/mmap_internal.h => mmap_call.h} | 20 +-- sysdeps/unix/sysv/linux/mmap_internal.h | 6 +- .../linux/s390/{mmap_internal.h => mmap_call.h} | 14 +-- .../linux/{siglist-compat.c => siglist-compat.h} | 7 +- .../{errlist-compat.c => errlist-compat-data.h} | 0 sysdeps/unix/sysv/linux/spawni.c | 2 +- sysdeps/unix/sysv/linux/startup.h | 39 ++++++ sysdeps/unix/sysv/linux/sys/timex.h | 16 +-- .../nptl/pthread_mutex_backoff.h} | 30 +++-- time/time.h | 11 +- wcsmbs/wcrtomb.c | 31 +++-- 66 files changed, 562 insertions(+), 335 deletions(-) create mode 100644 benchtests/bench-wcrtomb.c copy sysdeps/mach/hurd/errlist.c => stdio-common/err_map.h (81%) copy elf/libtracemod1-1.c => stdio-common/errlist-compat-data.h (100%) delete mode 100644 stdio-common/errlist-compat.c copy stdio-common/{errlist.c => errlist-data-gen.c} (74%) create mode 100644 stdio-common/errlist-data.S rename stdio-common/{siglist.c => siglist-gen.c} (92%) create mode 100644 stdio-common/siglist.S copy sysdeps/csky/{preconfigure => preconfigure.ac} (80%) rename sysdeps/generic/{siglist-compat.h => siglist-compat-def.h} (69%) delete mode 100644 sysdeps/generic/siglist-compat.c copy sysdeps/m68k/{preconfigure => preconfigure.ac} (70%) copy sysdeps/mach/hurd/{errlist.c => err_map.h} (83%) rename sysdeps/mach/hurd/{siglist-compat.c => siglist-compat.h} (86%) copy sysdeps/mips/{preconfigure => preconfigure.ac} (78%) copy sysdeps/{unix/sysv/linux/mips/errlist-compat.c => nptl/pthread_mutex_backoff. [...] copy sysdeps/riscv/{preconfigure => preconfigure.ac} (59%) rename sysdeps/unix/sysv/linux/alpha/{errlist-compat.c => errlist-compat-data.h} (100%) rename sysdeps/unix/sysv/linux/{errlist-compat.c => errlist-compat-data.h} (100%) rename sysdeps/unix/sysv/linux/hppa/{errlist-compat.c => errlist-compat-data.h} (100%) copy sysdeps/{mach/hurd/errlist.c => unix/sysv/linux/i386/libc-do-syscall-int80.S} (72%) rename sysdeps/{mach/hurd/errlist.c => unix/sysv/linux/ia64/startup.h} (76%) rename sysdeps/unix/sysv/linux/mips/{errlist-compat.c => errlist-compat-data.h} (100%) copy sysdeps/unix/sysv/linux/{s390/mmap_internal.h => mmap_call.h} (67%) rename sysdeps/unix/sysv/linux/s390/{mmap_internal.h => mmap_call.h} (78%) copy sysdeps/unix/sysv/linux/{siglist-compat.c => siglist-compat.h} (87%) rename sysdeps/unix/sysv/linux/sparc/{errlist-compat.c => errlist-compat-data.h} (100%) create mode 100644 sysdeps/unix/sysv/linux/startup.h rename sysdeps/{unix/sysv/linux/siglist-compat.c => x86_64/nptl/pthread_mutex_back [...]