This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from ea6197bf5f sim m32c: Include defs.h in m32c.opc and r8c.opc. adds 60be64b396 Fix temp-dir leakage in per-bfd-sharing.exp adds 9ef5bfdad9 Automatic date update in version.in adds a38d139645 PR1202, mcore disassembler: wrong address loopt adds 364d772977 PR2589, ld vs. ld.so adds bbd47c1230 PR4283, update gprof manual with note about GMON_OUT_PREFIX adds 6ac5237cf1 Restore gdb.SYMBOL_LABEL_DOMAIN constant adds 7cfa3e63f9 Add myself to gdb/MAINTAINERS adds 4c958d7911 Add ChangeLog entry for previous commit adds 8381088119 Report additional details for signals received on FreeBSD. adds 415c8100a2 Update my email address in MAINTAINERS adds df5bc734f2 gdb: fix eval.c assert during inferior exit event adds 25e821a6c2 Automatic date update in version.in adds 1bace02a96 Initial TUI mouse support adds a53755664f Forward mouse click to python TUI window adds 4351271e9c gdb: add some additional debug output in remote.c
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 5 + gas/testsuite/gas/mcore/allinsn.d | 2 +- gdb/ChangeLog | 62 ++++++ gdb/MAINTAINERS | 6 +- gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 7 + gdb/eval.c | 2 +- gdb/fbsd-tdep.c | 272 +++++++++++++++++++++++++++ gdb/python/py-symbol.c | 2 + gdb/python/py-tui.c | 17 ++ gdb/remote.c | 8 + gdb/ser-mingw.c | 5 + gdb/testsuite/ChangeLog | 14 ++ gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp | 10 +- gdb/testsuite/gdb.python/py-events.exp | 41 ++++ gdb/testsuite/gdb.python/py-events.py | 1 + gdb/testsuite/gdb.python/py-symbol.exp | 48 +++++ gdb/tui/tui-data.h | 7 + gdb/tui/tui-io.c | 37 ++++ gdb/tui/tui.c | 4 + gprof/ChangeLog | 5 + gprof/gprof.texi | 8 +- ld/ChangeLog | 6 + ld/ld.texi | 14 +- opcodes/ChangeLog | 6 + opcodes/mcore-dis.c | 8 +- 27 files changed, 581 insertions(+), 22 deletions(-)