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-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from d770d56f42 Use styled_string for "show logging filename" adds c292080e11 Automatic date update in version.in adds de4859eacb Change objcopy's --set-section-alignment option to take a by [...] adds 46f29a9a26 gdb: Remove a VEC from gdbsupport/btrace-common.h adds 554ac434b0 gdb: Change a VEC to std::vector in btrace.{c,h} adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/doc/binutils.texi | 6 +- binutils/objcopy.c | 29 +- binutils/testsuite/binutils-all/objcopy.exp | 2 + .../testsuite/binutils-all/set-section-alignment.d | 9 + gdb/ChangeLog | 167 ++++++++ gdb/MAINTAINERS | 4 +- gdb/Makefile.in | 1 + gdb/NEWS | 3 + gdb/ada-lang.c | 423 ++++++--------------- gdb/btrace.c | 98 +++-- gdb/btrace.h | 5 +- gdb/coffread.c | 14 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 20 +- gdb/dwarf2read.c | 80 ++-- gdb/dwarf2read.h | 13 +- gdb/elfread.c | 16 +- gdb/gdbserver/ChangeLog | 39 ++ gdb/gdbserver/Makefile.in | 2 + gdb/gdbserver/linux-low.c | 8 +- gdb/gdbserver/server.c | 66 ++-- gdb/gdbserver/server.h | 14 +- gdb/gdbserver/target.c | 4 +- gdb/gdbsupport/btrace-common.c | 18 +- gdb/gdbsupport/btrace-common.h | 19 +- .../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 | 16 +- 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 | 39 ++ gdb/testsuite/gdb.ada/catch_ex_std.exp | 3 + 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 +++-- 59 files changed, 1177 insertions(+), 837 deletions(-) create mode 100644 binutils/testsuite/binutils-all/set-section-alignment.d copy gdb/{fortran-operator.def => gdbsupport/common-inferior.c} (74%) copy gdb/testsuite/gdb.base/{options.c => print-file-var.h} (68%)