This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/glibc.
from eca1b23332 arm: XFAIL string/tst-memmove-overflow due to bug 25620 adds 98b2dc7e20 Add arch-syscall.h dependency for generating sysd-syscalls file adds a4a3519245 string: Fix string/tst-memmove-overflow to compile with GCC 7 adds 981e638d38 locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4) adds 59b64f9cbb aarch64: fix strcpy and strnlen for big-endian [BZ #25824] adds 61d64408a1 Update timezone code from tzcode 2020a new 501bdb5dd6 Linux: Remove remnants of the getcpu cache
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: locale/C-translit.h.in | 2 + string/tst-memmove-overflow.c | 4 +- sysdeps/aarch64/strcpy.S | 5 + sysdeps/aarch64/strnlen.S | 5 + sysdeps/unix/Makefile | 1 + sysdeps/unix/sysv/linux/pthread_setaffinity.c | 5 - sysdeps/unix/sysv/linux/sched_setaffinity.c | 5 - .../unix/sysv/linux/x86_64/pthread_setaffinity.c | 14 - sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c | 14 - sysdeps/x86_64/nptl/tcb-offsets.sym | 1 - sysdeps/x86_64/nptl/tls.h | 2 +- time/tzfile.c | 2 +- timezone/private.h | 37 +- timezone/tzfile.h | 20 +- timezone/version | 2 +- timezone/zdump.c | 6 +- timezone/zic.c | 814 +++++++++++++-------- 17 files changed, 570 insertions(+), 369 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c