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 a7cde6df40 sim: cris: fix a few missing prototype warnings adds 134df96436 Update the core file architecture if a target description is [...] adds 8a3df5acae Add non-wrapping mode to ada_decode adds 67470e9d8b Decode Ada types in Python layer adds 50a6759f0f Use gdb::function_view in addrmap_foreach adds 202054aea6 Add ISA 3.1 check to powerpc-plxv-norel.exp adds 81b327aadd gdb/guile: improve the errors when creating breakpoints adds 08080f9744 gdb/guile: allow for catchpoint type breakpoints in guile adds 6b95f5ad96 gdb/python: allow for catchpoint type breakpoints in python adds bf1dcdb391 Consolidate CU language setting adds 3e9f1ca148 Remove dwarf2_cu::language adds 3da4c6449b Change how .debug_aranges padding is skipped adds 79bd4d34f0 gdb: fix regression in evaluate_funcall for non C++ like cases adds 13221aec0d gdb: replace NULL terminated array with array_view adds 158cc4feb7 gdb: use gdb::optional instead of passing a pointer to gdb:: [...] adds d038ce48f1 gdb: fix invalid arg coercion when calling static member functions adds fc4d5ebf8f gdb: add new function quick_symbol_functions::has_unexpanded [...] adds 4a0788e08c gdb: make struct output_source_filename_data more C++ like adds 0e350a054b gdb/mi: add regexp filtering to -file-list-exec-source-files adds 1fb1ce02fc gdb/mi: add new --group-by-objfile flag for -file-list-exec- [...] adds bd742128ba gdb: change info sources to group results by objfile adds ac2d77c6a1 Automatic date update in version.in adds 0f8e203412 gdb: add context getter/setter to cmd_list_element adds d6ff04a343 gdb: add assert in cmd_list_element::set_context adds 4c0ba02a74 gdb: remove context parameter from add_setshow_enum_cmd adds 6a72dbb692 gdb/guile: use return values of add_setshow functions in add [...] new f1fa7a3d88 Automatic date update in version.in new d57b653328 sim: bfin: move pkg-config & SDL checks to common code new 5d0b3088f7 sim: erc32: merge with common configure script
The 3 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: bfd/version.h | 2 +- gdb/ChangeLog | 293 ++ gdb/NEWS | 35 + gdb/ada-lang.c | 23 +- gdb/ada-lang.h | 7 +- gdb/addrmap.c | 34 +- gdb/addrmap.h | 18 +- gdb/break-catch-sig.c | 3 +- gdb/break-catch-syscall.c | 3 +- gdb/break-catch-throw.c | 7 +- gdb/breakpoint.c | 11 +- gdb/cli/cli-decode.c | 22 +- gdb/cli/cli-decode.h | 16 +- gdb/cli/cli-dump.c | 6 +- gdb/cli/cli-style.c | 67 +- gdb/command.h | 8 +- gdb/corelow.c | 15 + gdb/doc/ChangeLog | 25 + gdb/doc/gdb.texinfo | 176 +- gdb/doc/guile.texi | 4 + gdb/doc/python.texi | 7 + gdb/dwarf2/cu.c | 2 +- gdb/dwarf2/cu.h | 1 - gdb/dwarf2/index-write.c | 41 +- gdb/dwarf2/read.c | 402 +-- gdb/eval.c | 14 +- gdb/f-lang.c | 2 +- gdb/guile/scm-breakpoint.c | 19 +- gdb/guile/scm-cmd.c | 6 +- gdb/guile/scm-param.c | 158 +- gdb/guile/scm-value.c | 2 +- gdb/infcall.c | 4 +- gdb/m2-lang.c | 4 +- gdb/mi/mi-cmd-file.c | 92 +- gdb/objfiles.h | 6 + gdb/opencl-lang.c | 2 +- gdb/psympriv.h | 2 + gdb/psymtab.c | 83 +- gdb/python/py-breakpoint.c | 6 +- gdb/python/py-cmd.c | 6 +- gdb/python/py-param.c | 8 +- gdb/python/py-type.c | 9 + gdb/python/py-value.c | 2 +- gdb/quick-symbol.h | 6 + gdb/rust-lang.c | 18 +- gdb/symfile-debug.c | 25 + gdb/symtab.c | 364 +- gdb/symtab.h | 59 + gdb/target.c | 7 +- gdb/testsuite/ChangeLog | 73 + gdb/testsuite/gdb.ada/py_range.exp | 5 + gdb/testsuite/gdb.arch/powerpc-plxv-nonrel.exp | 4 +- gdb/testsuite/gdb.base/info_sources_2-header.h | 28 + gdb/testsuite/gdb.base/info_sources_2-lib.c | 25 + gdb/testsuite/gdb.base/info_sources_2-test.c | 26 + gdb/testsuite/gdb.base/info_sources_2.exp | 169 + gdb/testsuite/gdb.cp/method-call-in-c.cc | 61 + gdb/testsuite/gdb.cp/method-call-in-c.exp | 50 + gdb/testsuite/gdb.dwarf2/dw2-filename.exp | 2 +- gdb/testsuite/gdb.guile/scm-breakpoint.exp | 44 + gdb/testsuite/gdb.mi/mi-file.exp | 2 +- gdb/testsuite/gdb.mi/mi-info-sources-base.c | 23 + gdb/testsuite/gdb.mi/mi-info-sources.c | 25 + gdb/testsuite/gdb.mi/mi-info-sources.exp | 184 + gdb/testsuite/gdb.python/py-breakpoint.c | 14 + gdb/testsuite/gdb.python/py-breakpoint.exp | 60 + gdb/testsuite/gdb.rust/dwindex.exp | 43 + gdb/testsuite/gdb.rust/dwindex.rs | 22 + gdb/testsuite/lib/gdb.exp | 61 +- gdb/tui/tui-layout.c | 5 +- gdb/valarith.c | 2 +- gdb/valops.c | 57 +- gdb/value.h | 2 +- sim/ChangeLog | 16 + sim/Makefile.in | 14 +- sim/aclocal.m4 | 1 + sim/arch-subdir.mk.in | 5 + sim/bfin/ChangeLog | 7 + sim/bfin/Makefile.in | 4 +- sim/bfin/aclocal.m4 | 1 - sim/bfin/configure | 1181 +------ sim/bfin/configure.ac | 10 - sim/configure | 446 ++- sim/configure.ac | 2 +- sim/erc32/ChangeLog | 5 + sim/erc32/Makefile.in | 4 - sim/erc32/aclocal.m4 | 15 - sim/erc32/configure | 4233 ------------------------ sim/erc32/configure.ac | 47 - sim/m4/sim_ac_platform.m4 | 37 + sim/m4/sim_ac_toolchain.m4 | 1 + 91 files changed, 2930 insertions(+), 6218 deletions(-) create mode 100644 gdb/testsuite/gdb.base/info_sources_2-header.h create mode 100644 gdb/testsuite/gdb.base/info_sources_2-lib.c create mode 100644 gdb/testsuite/gdb.base/info_sources_2-test.c create mode 100644 gdb/testsuite/gdb.base/info_sources_2.exp create mode 100644 gdb/testsuite/gdb.cp/method-call-in-c.cc create mode 100644 gdb/testsuite/gdb.cp/method-call-in-c.exp create mode 100644 gdb/testsuite/gdb.mi/mi-info-sources-base.c create mode 100644 gdb/testsuite/gdb.mi/mi-info-sources.c create mode 100644 gdb/testsuite/gdb.mi/mi-info-sources.exp create mode 100644 gdb/testsuite/gdb.rust/dwindex.exp create mode 100644 gdb/testsuite/gdb.rust/dwindex.rs delete mode 100644 sim/erc32/aclocal.m4 delete mode 100755 sim/erc32/configure delete mode 100644 sim/erc32/configure.ac