This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-aarch64-spec2k6-Oz in repository toolchain/ci/glibc.
from 8e8d46d598 mips: Fix mips64n32 64 bit time_t stat support (BZ#29069) adds 68d3a9a696 nptl: Fix pthread_cancel cancelhandling atomic operations adds d3feff2232 m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071) adds 70f1eecdc1 scripts: Add glibcelf.py module adds 499a601796 Default to --with-default-link=no (bug 25812) new c8ee1c85c0 misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
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: INSTALL | 6 + NEWS | 1 + configure | 65 +- configure.ac | 55 +- debug/tst-fortify.c | 5 + elf/Makefile | 40 ++ elf/tst-glibcelf.py | 260 ++++++++ elf/tst-relro-symbols.py | 137 ++++ manual/install.texi | 6 + misc/sys/cdefs.h | 12 +- nptl/pthread_cancel.c | 3 +- scripts/glibcelf.py | 1135 +++++++++++++++++++++++++++++++++ sysdeps/m68k/dl-machine.h | 12 +- sysdeps/unix/sysv/linux/ia64/Makefile | 6 + 14 files changed, 1612 insertions(+), 131 deletions(-) create mode 100644 elf/tst-glibcelf.py create mode 100644 elf/tst-relro-symbols.py create mode 100644 scripts/glibcelf.py