This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 524ad5e30f gdb: update comments throughout reggroups.{c,h} files adds d3fc98f911 gdb/testsuite: make gdb_breakpoint and runto take a linespec adds e473032828 gdb: remove symtab::dirname adds 44281e6c08 gdb: remove symtab::blockvector adds 3c86fae3d9 gdb: remove symtab::objfile adds 7678d1304a gdb: remove symtab::pspace adds ae58413816 gdb/testsuite/dwarf: remove two unused variables adds d4c4a2298c gdb/testsuite/dwarf: simplify line number program syntax adds 359efc2d89 [gdb/testsuite] Make gdb.base/annota1.exp more robust adds 4f7df13ee7 gdb: remove subfile::buildsym_compunit field adds 9be5d742db gdb/testsuite: add "macros" option to gdb_compile adds 3fb842cea1 gdb/fortran: fix fetching assumed rank array content
No new revisions were added by this update.
Summary of changes: gdb/ada-exp.y | 3 +- gdb/ada-lang.c | 8 +- gdb/annotate.c | 4 +- gdb/breakpoint.c | 9 +- gdb/buildsym.c | 1 - gdb/buildsym.h | 2 - gdb/c-exp.y | 5 +- gdb/cli/cli-cmds.c | 8 +- gdb/coffread.c | 2 +- gdb/compile/compile-object-load.c | 2 +- gdb/compile/compile.c | 2 +- gdb/gdbtypes.c | 38 +++-- gdb/guile/scm-symtab.c | 12 +- gdb/linespec.c | 63 ++++---- gdb/mdebugread.c | 16 +- gdb/mi/mi-symbol-cmds.c | 2 +- gdb/objfiles.c | 2 +- gdb/p-exp.y | 5 +- gdb/parse.c | 2 +- gdb/python/py-symtab.c | 24 +-- gdb/source-cache.c | 5 +- gdb/source.c | 19 +-- gdb/symmisc.c | 10 +- gdb/symtab.c | 14 +- gdb/symtab.h | 26 ---- gdb/testsuite/gdb.base/annota1.exp | 71 ++++++--- gdb/testsuite/gdb.base/info-macros.exp | 14 +- gdb/testsuite/gdb.base/macscp.exp | 11 +- gdb/testsuite/gdb.base/style.exp | 23 +-- gdb/testsuite/gdb.base/until-trailing-insns.exp | 58 +++---- gdb/testsuite/gdb.dwarf2/dw2-bad-elf.exp | 28 ++-- .../gdb.dwarf2/dw2-disasm-over-non-stmt.exp | 56 +++---- gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp | 70 ++++----- gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp | 66 ++++---- gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp | 66 ++++---- .../gdb.dwarf2/dw2-inline-many-frames.exp | 168 ++++++++++----------- gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp | 34 ++--- gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.exp | 46 +++--- .../gdb.dwarf2/dw2-inline-with-lexical-scope.exp | 28 ++-- gdb/testsuite/gdb.dwarf2/dw2-is-stmt-2.exp | 156 +++++++++---------- gdb/testsuite/gdb.dwarf2/dw2-is-stmt.exp | 58 +++---- gdb/testsuite/gdb.dwarf2/dw2-line-number-zero.exp | 60 ++++---- gdb/testsuite/gdb.dwarf2/dw2-lines.exp | 28 ++-- .../gdb.dwarf2/dw2-out-of-range-end-of-seq.exp | 20 +-- gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp | 34 ++--- gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 46 +++--- gdb/testsuite/gdb.dwarf2/dw2-ranges-func.exp | 120 +++++++-------- .../dw2-step-out-of-function-no-stmt.exp | 36 ++--- .../gdb.dwarf2/dw2-symtab-includes-lookup.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-symtab-includes.exp | 2 +- .../gdb.dwarf2/dw2-vendor-extended-opcode.exp | 14 +- gdb/testsuite/gdb.dwarf2/fission-multi-cu.exp | 64 ++++---- gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl | 48 +++--- .../gdb.dwarf2/locexpr-data-member-location.exp | 50 +++--- gdb/testsuite/gdb.fortran/assumedrank.exp | 29 ++-- gdb/testsuite/gdb.fortran/assumedrank.f90 | 5 + gdb/testsuite/gdb.linespec/macro-relative.exp | 9 +- gdb/testsuite/lib/dwarf.exp | 25 +-- gdb/testsuite/lib/gdb.exp | 37 +++-- gdb/tui/tui-source.c | 2 +- gdb/tui/tui-winsource.c | 2 +- 61 files changed, 928 insertions(+), 942 deletions(-)