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-arm in repository toolchain/ci/binutils-gdb.
from 585d6e39eb [gdb/testsuite] Add gdb.arch/ppc64-break-on-_exit.exp adds b038b53f1f [gdb/build] Fix build with -std=c++11 adds fdf95218bc [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build adds 4d772ea24d gdb: fix "set scheduler-locking" thread exit hang adds d31028e8cc Automatic date update in version.in adds 0d64622696 Fix demangle style usage info new be472decb2 Import Makefile.def from gcc new 0b32f05bac Don't compile some opcodes files when bfd is 32-bit only
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: Makefile.def | 78 +- Makefile.in | 18200 +++++++++++++++---- bfd/version.h | 2 +- binutils/Makefile.am | 10 +- binutils/Makefile.in | 19 +- binutils/demanguse.c | 54 + binutils/{maybe-ranlib.c => demanguse.h} | 19 +- binutils/nm.c | 113 +- binutils/objdump.c | 8 +- binutils/po/POTFILES.in | 2 + binutils/readelf.c | 8 +- gdb/infrun.c | 3 +- .../schedlock-thread-exit.c} | 37 +- .../gdb.threads/schedlock-thread-exit.exp | 42 + gdbsupport/new-op.cc | 9 +- opcodes/Makefile.am | 48 +- opcodes/Makefile.in | 48 +- opcodes/configure | 6 +- opcodes/configure.ac | 6 +- opcodes/disassemble.c | 22 +- 20 files changed, 14696 insertions(+), 4038 deletions(-) create mode 100644 binutils/demanguse.c copy binutils/{maybe-ranlib.c => demanguse.h} (72%) copy gdb/testsuite/{gdb.multi/watchpoint-multi.c => gdb.threads/schedlock-thread-e [...] create mode 100644 gdb/testsuite/gdb.threads/schedlock-thread-exit.exp