This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 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 adds 386de171cb Add PROP_VARIABLE_NAME adds 30569fbb57 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 79 ++++++ gdb/MAINTAINERS | 6 +- gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 7 + gdb/dwarf2/loc.c | 37 ++- gdb/dwarf2/read.c | 34 ++- gdb/dwarf2/read.h | 7 +- gdb/eval.c | 2 +- gdb/fbsd-tdep.c | 272 +++++++++++++++++++++ gdb/gdbtypes.h | 22 ++ gdb/python/py-symbol.c | 2 + gdb/python/py-tui.c | 17 ++ gdb/remote.c | 8 + gdb/ser-mingw.c | 5 + gdb/testsuite/ChangeLog | 19 ++ gdb/testsuite/gdb.ada/array_of_symbolic_length.exp | 59 +++++ .../gdb.ada/array_of_symbolic_length/foo.adb | 25 ++ .../gdb.ada/array_of_symbolic_length/gl.adb | 23 ++ .../gdb.ada/array_of_symbolic_length/gl.ads | 18 ++ .../gdb.ada/array_of_symbolic_length/pck.adb | 23 ++ .../gdb.ada/array_of_symbolic_length/pck.ads | 43 ++++ 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 +- 32 files changed, 868 insertions(+), 17 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length.exp create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/foo.adb create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/gl.adb create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/gl.ads create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/pck.adb create mode 100644 gdb/testsuite/gdb.ada/array_of_symbolic_length/pck.ads