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_gcc/master-arm in repository toolchain/ci/glibc.
from 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/tst-glibcelf.py | 260 +++++++ elf/tst-relro-symbols.py | 137 ++++ manual/install.texi | 6 + scripts/glibcelf.py | 1135 ++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/ia64/Makefile | 6 + sysdeps/x86_64/memcmp.S | 4 + sysdeps/x86_64/multiarch/memmove-ssse3.S | 4 + 11 files changed, 1600 insertions(+), 118 deletions(-) create mode 100644 elf/tst-glibcelf.py create mode 100644 elf/tst-relro-symbols.py create mode 100644 scripts/glibcelf.py