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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 703a86c2fa gdb: re-write add_psymbol_to_list doc, move it to header file adds c7ee338a2d Improve some comments about msymbol handling adds 4a56a52007 Disable all warnings in gdb.rust/traits.rs adds 6fb08628e0 Use std::sort instead of qsort in minsyms.c adds 5f48f8f3c3 Remove extra whitespaces at the end of lines. adds af79fcc547 Automatic date update in version.in adds 8fe0f950f4 [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx adds cd7c32c36a Fix leak due to assigning a xstrdup-ed string to the std::st [...] adds 53d666ecfb gdb/testsuite: Fix pretty-print.exp on big-endian platforms adds e43b10e10e Remove the ui_out_style_kind enum adds 0dfe5bfbb7 Don't create empty literal pieces adds 2a3c1174c3 Introduce gdb-specific %p format suffixes adds 6a831f06e1 Use new %p format suffixes in gdb adds 14309bb6bf Style "pwd" output adds 7f6aba03b9 Introduce metadata style adds 9d636d67e0 Use styled_string in more places adds 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 new 38583298e0 Change SYMBOL_VALUE_ADDRESS to be an rvalue new d3d323915c Search global block from basic_lookup_symbol_nonlocal new 5c281dbb24 Don't call decode_line_with_current_source from select_sourc [...] new 1dd5885077 Make current_source_* per-program-space new 4b610737f0 Handle copy relocations new 1d58d6a26c Make print-file-var.exp test attribute visibility hidden, dl [...] new fccf9de11f Back out earlier Ada exception change new 37f6a7f456 Add $_ada_exception convenience variable
The 8 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 +- 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 | 379 ++++++++++++++++++ gdb/MAINTAINERS | 4 +- gdb/NEWS | 3 + gdb/ada-lang.c | 436 ++++++--------------- gdb/ada-tasks.c | 14 +- gdb/ada-typeprint.c | 15 +- gdb/ada-valprint.c | 18 +- gdb/auto-load.c | 40 +- gdb/break-catch-sig.c | 4 +- gdb/break-catch-syscall.c | 3 +- gdb/breakpoint.c | 81 ++-- gdb/btrace.c | 98 +++-- gdb/btrace.h | 5 +- gdb/c-typeprint.c | 32 +- gdb/cli-out.c | 68 ++-- gdb/cli-out.h | 13 +- gdb/cli/cli-cmds.c | 11 +- gdb/cli/cli-logging.c | 5 +- gdb/cli/cli-style.c | 11 + gdb/cli/cli-style.h | 5 + gdb/coffread.c | 14 +- gdb/cp-valprint.c | 19 +- gdb/disasm.c | 3 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 20 +- gdb/dwarf2read.c | 100 +++-- gdb/dwarf2read.h | 13 +- gdb/elfread.c | 16 +- gdb/expprint.c | 6 +- gdb/f-typeprint.c | 3 +- gdb/f-valprint.c | 6 +- gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/linux-low.c | 8 +- gdb/gdbsupport/btrace-common.c | 18 +- gdb/gdbsupport/btrace-common.h | 19 +- gdb/gdbsupport/format.c | 178 +++++---- gdb/gdbsupport/format.h | 11 +- gdb/gnu-v3-abi.c | 4 +- gdb/infcmd.c | 4 +- gdb/infrun.c | 19 +- gdb/linux-thread-db.c | 9 +- gdb/m2-typeprint.c | 3 +- gdb/m2-valprint.c | 10 +- gdb/macrocmd.c | 6 +- gdb/main.c | 8 +- gdb/mdebugread.c | 6 +- gdb/mi/mi-out.c | 17 +- gdb/mi/mi-out.h | 12 +- gdb/minsyms.c | 61 +-- gdb/minsyms.h | 14 +- gdb/nat/linux-btrace.c | 16 +- gdb/objfiles.c | 4 +- gdb/objfiles.h | 14 +- gdb/p-lang.c | 5 +- gdb/p-typeprint.c | 8 +- gdb/p-valprint.c | 16 +- gdb/printcmd.c | 18 +- gdb/python/py-framefilter.c | 7 +- gdb/python/py-prettyprint.c | 8 +- gdb/record-btrace.c | 9 +- gdb/rust-lang.c | 5 +- gdb/skip.c | 9 +- gdb/solib.c | 3 +- gdb/source.c | 138 ++++--- gdb/stabsread.c | 22 +- gdb/stack.c | 41 +- gdb/symfile.c | 13 +- gdb/symfile.h | 3 +- gdb/symmisc.c | 10 +- gdb/symtab.c | 109 ++++-- gdb/symtab.h | 44 ++- gdb/testsuite/ChangeLog | 60 +++ gdb/testsuite/gdb.ada/catch_ex_std.exp | 3 + gdb/testsuite/gdb.base/pretty-print.c | 8 +- gdb/testsuite/gdb.base/pretty-print.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.base/style.exp | 19 +- gdb/testsuite/gdb.rust/traits.rs | 4 +- gdb/testsuite/lib/gdb-utils.exp | 1 + gdb/tracepoint.c | 22 +- gdb/tui/tui-out.c | 8 +- gdb/tui/tui-out.h | 7 +- gdb/typeprint.c | 8 +- gdb/ui-out.c | 210 +++++++++- gdb/ui-out.h | 166 +++++++- gdb/ui-style.h | 6 + gdb/unittests/format_pieces-selftests.c | 37 +- gdb/utils.c | 81 +++- gdb/utils.h | 25 +- gdb/valprint.c | 30 +- gdb/value.c | 4 +- gdb/xcoffread.c | 6 +- ld/ChangeLog | 10 + ld/ld.h | 21 - ld/ld.texi | 12 +- ld/lexsup.c | 97 +++-- 106 files changed, 2376 insertions(+), 1194 deletions(-) create mode 100644 binutils/testsuite/binutils-all/set-section-alignment.d copy gdb/testsuite/gdb.base/{options.c => print-file-var.h} (68%)