This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 4a63681493 gdb/dwarf: fix reading subprogram with DW_AT_specification ( [...] adds 5fb4027fae [gdb/symtab] Make find_block_in_blockvector more robust adds 24f5300a53 gdb: make target_ops::make_corefile_notes return a unique ptr adds 4b4bb603fd gdb: remove unused macros from target-debug.h adds 6b9d0dfda4 Don't create _Complex type name if there is no target type name adds 1a97fe8cf5 Remove gdb_assert for TYPE_CODE_METHOD in stabs reader adds a948551942 Automatic date update in version.in adds b01175fc46 gdb: Merge auto and unknown language implementations adds 790e2a1248 gdb: move Modula2 language class into a header file adds d3b67c56fa gdb: remove LA_PRINT_TYPEDEF macro adds 00c696a6e2 gdb: remove LA_VALUE_PRINT macro adds e74b39ded0 gdb: remove LA_PRINT_ARRAY_INDEX macro adds 4b2f86ef2a gdb: remove LA_ITERATE_OVER_SYMBOLS macro adds 5399db93c5 gdb: Rename language_defn::demangle adds 88cefd9be0 gdb: Improve documentation comment on language_defn::print_type adds 1a0ea39913 gdb: move f_language class into a header file adds 8747316ecf ada-typeprint.c::ada_print_type: Remove redundant call to ad [...] adds 9476b583cb [gdb/testsuite] Use $srcfile in DW_AT_name for CU
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 184 ++++++++++ gdb/ada-lang.c | 4 +- gdb/ada-typeprint.c | 3 - gdb/block.c | 2 + gdb/c-lang.c | 2 +- gdb/d-lang.c | 2 +- gdb/exec.c | 4 +- gdb/f-exp.y | 2 +- gdb/f-lang.c | 320 ++++------------ gdb/f-lang.h | 272 +++++++++++++- gdb/f-typeprint.c | 82 ++--- gdb/f-valprint.c | 5 +- gdb/gcore.c | 2 +- gdb/gdbtypes.c | 2 +- gdb/go-lang.c | 2 +- gdb/language.c | 221 ++++------- gdb/language.h | 25 +- gdb/linespec.c | 2 +- gdb/m2-exp.y | 2 +- gdb/m2-lang.c | 402 ++++++++------------- gdb/m2-lang.h | 130 ++++++- gdb/m2-typeprint.c | 4 +- gdb/m2-valprint.c | 11 +- gdb/objc-lang.c | 2 +- gdb/parse.c | 1 - gdb/procfs.c | 88 ++--- gdb/rust-lang.c | 2 +- gdb/stabsread.c | 3 - gdb/target-debug.h | 18 +- gdb/target-delegates.c | 14 +- gdb/target.c | 6 +- gdb/target.h | 2 +- gdb/testsuite/ChangeLog | 23 ++ gdb/testsuite/gdb.dwarf2/ada-linkage-name.exp | 2 +- gdb/testsuite/gdb.dwarf2/atomic-type.exp | 4 +- gdb/testsuite/gdb.dwarf2/bad-regnum.exp | 4 +- gdb/testsuite/gdb.dwarf2/cpp-linkage-name.exp | 4 +- gdb/testsuite/gdb.dwarf2/dw2-align.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-bad-elf.exp | 6 +- .../gdb.dwarf2/dw2-bad-mips-linkage-name.exp | 4 +- gdb/testsuite/gdb.dwarf2/dw2-bad-unresolved.exp | 4 +- .../gdb.dwarf2/dw2-namespaceless-anonymous.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp | 3 +- .../gdb.dwarf2/dw2-unusual-field-names.exp | 2 +- gdb/testsuite/gdb.dwarf2/enum-type.exp | 4 +- .../gdb.dwarf2/frame-inlined-in-outer-frame.exp | 4 +- .../gdb.dwarf2/info-locals-optimized-out.exp | 4 +- gdb/testsuite/gdb.dwarf2/main-subprogram.exp | 4 +- gdb/testsuite/gdb.dwarf2/missing-type-name.exp | 4 +- gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 4 +- gdb/testsuite/gdb.dwarf2/typedef-void-finish.exp | 4 +- gdb/testsuite/gdb.dwarf2/var-access.exp | 4 +- gdb/testsuite/gdb.dwarf2/void-type.exp | 4 +- gdb/typeprint.c | 2 +- gdb/valprint.c | 6 +- 56 files changed, 1036 insertions(+), 891 deletions(-)