This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-master-arm-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from 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 adds 30035d6772 scripts: Add glibcelf.py module adds 198abcbb94 Default to --with-default-link=no (bug 25812) adds 8ea20ee5f6 x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32
No new revisions were added by this update.
Summary of changes: INSTALL | 6 + configure | 65 +- configure.ac | 55 +- elf/Makefile | 40 ++ elf/do-rel.h | 49 +- elf/tst-glibcelf.py | 260 +++++++ elf/tst-relro-symbols.py | 137 ++++ 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/m68k/dl-machine.h | 12 +- sysdeps/unix/sysv/linux/ia64/Makefile | 6 + sysdeps/x86_64/memcmp.S | 4 + sysdeps/x86_64/multiarch/memmove-ssse3.S | 4 + 18 files changed, 1866 insertions(+), 146 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