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-allnoconfig in repository toolchain/ci/binutils-gdb.
from df07e2c772 gdb: Remove a use of VEC from dwarf2read.{c,h} adds 1914e26482 -Bsymbolic is not for PIEs adds 9344c18feb Update my email address in gdb/MAINTAINERS adds 38583298e0 Change SYMBOL_VALUE_ADDRESS to be an rvalue adds d3d323915c Search global block from basic_lookup_symbol_nonlocal adds 5c281dbb24 Don't call decode_line_with_current_source from select_sourc [...] adds 1dd5885077 Make current_source_* per-program-space adds 4b610737f0 Handle copy relocations adds 1d58d6a26c Make print-file-var.exp test attribute visibility hidden, dl [...] adds fccf9de11f Back out earlier Ada exception change adds 37f6a7f456 Add $_ada_exception convenience variable adds 9ef62df072 gdb/testsuite: Fix py-format-string.exp on big-endian platforms adds 700545387d Add missing includes to gdb_assert.h and gdb_string_view.h adds 80fd282641 Fix type of startup_with_shell in gdbserver adds 3e6ec53ac1 Convert boolean globals in server.c to bool adds 03ba321aaa Automatic date update in version.in adds 4d825eab2d [gdb] Fix set/show style metadata help text adds a8b3b8e93e gdb: Remove whitespace in 'std::vector <...>' new 4227504491 [gdb/testsuite] Fix info-types.exp with gcc/g++ 4.8
The 1 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 | 140 +++++++ gdb/MAINTAINERS | 4 +- gdb/Makefile.in | 1 + gdb/NEWS | 3 + gdb/ada-lang.c | 423 ++++++--------------- gdb/btrace.c | 12 +- gdb/btrace.h | 2 +- gdb/cli/cli-style.c | 2 +- gdb/coffread.c | 14 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 20 +- gdb/dwarf2read.c | 67 ++-- gdb/dwarf2read.h | 10 +- gdb/elfread.c | 16 +- gdb/gdbserver/ChangeLog | 34 ++ gdb/gdbserver/Makefile.in | 2 + gdb/gdbserver/server.c | 66 ++-- gdb/gdbserver/server.h | 14 +- gdb/gdbserver/target.c | 4 +- gdb/gdbsupport/btrace-common.c | 2 +- gdb/gdbsupport/btrace-common.h | 2 +- .../common-inferior.c} | 15 +- gdb/gdbsupport/common-inferior.h | 20 + gdb/gdbsupport/gdb_assert.h | 2 + gdb/gdbsupport/gdb_string_view.h | 1 + gdb/infcmd.c | 4 - gdb/inferior.h | 19 - gdb/mdebugread.c | 6 +- gdb/minsyms.c | 23 ++ gdb/minsyms.h | 11 + gdb/nat/fork-inferior.h | 20 - gdb/nat/linux-btrace.c | 4 +- gdb/objfiles.c | 4 +- gdb/source.c | 135 ++++--- gdb/stabsread.c | 22 +- gdb/symfile.h | 3 +- gdb/symmisc.c | 10 +- gdb/symtab.c | 85 +++-- gdb/symtab.h | 44 ++- gdb/testsuite/ChangeLog | 45 +++ gdb/testsuite/gdb.ada/catch_ex_std.exp | 3 + gdb/testsuite/gdb.base/info-types.exp | 8 +- gdb/testsuite/gdb.base/print-file-var-lib1.c | 11 +- gdb/testsuite/gdb.base/print-file-var-lib2.c | 10 +- gdb/testsuite/gdb.base/print-file-var-main.c | 42 +- gdb/testsuite/gdb.base/print-file-var.exp | 201 ++++++---- .../gdb.base/{options.c => print-file-var.h} | 29 +- gdb/testsuite/gdb.python/py-format-string.c | 6 +- gdb/testsuite/gdb.python/py-format-string.exp | 8 +- gdb/xcoffread.c | 6 +- ld/ChangeLog | 10 + ld/ld.h | 21 - ld/ld.texi | 12 +- ld/lexsup.c | 97 +++-- 55 files changed, 1039 insertions(+), 743 deletions(-) copy gdb/{fortran-operator.def => gdbsupport/common-inferior.c} (74%) copy gdb/testsuite/gdb.base/{options.c => print-file-var.h} (68%)