This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-aarch64 in repository toolchain/ci/glibc.
from 78fb888273 mips: Fix mips64n32 64 bit time_t stat support (BZ#29069) adds 3e9acce8c5 elf: Remove __libc_init_secure adds c72a1a062a x86: Fix missing __wmemcmp def for disable-multiarch build adds 62be968167 nptl: Fix pthread_cancel cancelhandling atomic operations adds a8e9b5b807 m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071) adds 84e02af1eb elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside adds 3e29dc5233 Add locale for syr_SY
No new revisions were added by this update.
Summary of changes: csu/libc-start.c | 3 - elf/do-rel.h | 49 ++++---- elf/enbl-secure.c | 10 -- include/libc-internal.h | 3 - include/unistd.h | 1 - localedata/Makefile | 2 + localedata/SUPPORTED | 1 + localedata/locales/syr | 197 ++++++++++++++++++++++++++++++++ localedata/syr.UTF-8.in | 30 +++++ nptl/pthread_cancel.c | 3 +- sysdeps/generic/startup.h | 24 ---- sysdeps/m68k/dl-machine.h | 12 +- sysdeps/mach/hurd/enbl-secure.c | 30 ----- sysdeps/mach/hurd/i386/init-first.c | 4 - sysdeps/unix/sysv/linux/i386/startup.h | 24 ---- sysdeps/x86_64/multiarch/wmemcmp-sse2.S | 8 +- sysdeps/x86_64/wmemcmp.S | 6 +- 17 files changed, 272 insertions(+), 135 deletions(-) create mode 100644 localedata/locales/syr create mode 100644 localedata/syr.UTF-8.in delete mode 100644 sysdeps/mach/hurd/enbl-secure.c