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_binutils/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 new 30035d6772 scripts: Add glibcelf.py module new 198abcbb94 Default to --with-default-link=no (bug 25812)
The 2 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: INSTALL | 6 + configure | 65 +- configure.ac | 55 +- csu/libc-start.c | 3 - elf/Makefile | 40 ++ elf/do-rel.h | 49 +- elf/enbl-secure.c | 10 - elf/tst-glibcelf.py | 260 +++++++ elf/tst-relro-symbols.py | 137 ++++ 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 + manual/install.texi | 6 + nptl/pthread_cancel.c | 3 +- scripts/glibcelf.py | 1135 +++++++++++++++++++++++++++++++ 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/unix/sysv/linux/ia64/Makefile | 6 + sysdeps/x86_64/multiarch/wmemcmp-sse2.S | 8 +- sysdeps/x86_64/wmemcmp.S | 6 +- 26 files changed, 1864 insertions(+), 253 deletions(-) create mode 100644 elf/tst-glibcelf.py create mode 100644 elf/tst-relro-symbols.py create mode 100644 localedata/locales/syr create mode 100644 localedata/syr.UTF-8.in create mode 100644 scripts/glibcelf.py delete mode 100644 sysdeps/mach/hurd/enbl-secure.c