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-O2 in repository toolchain/ci/glibc.
from 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' adds 9403b71ae9 x86_64: Remove bzero optimization
No new revisions were added by this update.
Summary of changes: Makeconfig | 3 +- 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/wchar.h | 4 + manual/charset.texi | 11 ++- 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/mips/preconfigure | 7 +- sysdeps/mips/{preconfigure => preconfigure.ac} | 7 +- sysdeps/riscv/preconfigure | 33 ++++--- sysdeps/riscv/{preconfigure => preconfigure.ac} | 27 +++--- .../{errlist-compat.c => errlist-compat-data.h} | 0 .../{errlist-compat.c => errlist-compat-data.h} | 0 sysdeps/unix/sysv/linux/errlist-compat.h | 33 ++++--- .../{errlist-compat.c => errlist-compat-data.h} | 0 .../{errlist-compat.c => errlist-compat-data.h} | 0 .../linux/{siglist-compat.c => siglist-compat.h} | 7 +- .../{errlist-compat.c => errlist-compat-data.h} | 0 sysdeps/x86_64/bzero.S | 1 - sysdeps/x86_64/memset.S | 10 +- sysdeps/x86_64/multiarch/Makefile | 1 - sysdeps/x86_64/multiarch/bzero.c | 106 --------------------- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 42 -------- .../multiarch/memset-avx2-unaligned-erms-rtm.S | 1 - .../x86_64/multiarch/memset-avx2-unaligned-erms.S | 6 -- .../multiarch/memset-avx512-unaligned-erms.S | 3 - .../x86_64/multiarch/memset-evex-unaligned-erms.S | 3 - .../x86_64/multiarch/memset-sse2-unaligned-erms.S | 1 - .../x86_64/multiarch/memset-vec-unaligned-erms.S | 63 +----------- wcsmbs/wcrtomb.c | 31 ++++-- 51 files changed, 250 insertions(+), 452 deletions(-) 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%) rename 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/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%) rename sysdeps/unix/sysv/linux/mips/{errlist-compat.c => errlist-compat-data.h} (100%) rename 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%) delete mode 100644 sysdeps/x86_64/bzero.S delete mode 100644 sysdeps/x86_64/multiarch/bzero.c