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-arm-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 7d72802bfc [gdb/testsuite] Don't use default form in Dwarf::_guess_form adds 72d813f35e ld: Set plug_opt only if compiler is available
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 138 +++++++ gdb/ada-lang.c | 4 +- gdb/ada-typeprint.c | 3 - gdb/c-lang.c | 2 +- gdb/d-lang.c | 2 +- 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/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/rust-lang.c | 2 +- gdb/testsuite/ChangeLog | 31 ++ 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/testsuite/lib/dwarf.exp | 35 +- gdb/typeprint.c | 2 +- gdb/valprint.c | 6 +- ld/ChangeLog | 5 + ld/testsuite/config/default.exp | 26 +- 49 files changed, 979 insertions(+), 835 deletions(-)