This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from ea8e302e12 PR16794, gold ignores R_386_GOTOFF addend adds ad75efa628 gdb: include gdbarch.h in hppa-linux-nat.c adds 612aac65e6 Automatic date update in version.in adds 73d9a918c6 [gdb/testsuite] Make pass message unique in gdb-index.exp fo [...] adds 0df0352ad0 [gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir adds 0925bc8441 Automatic date update in version.in adds 663f67df1e PR25046, readelf "Reading xxx bytes extends past end of file [...] adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/readelf.c | 6 +- gdb/ChangeLog | 243 ++++++++++++++++++++++++++++++++ gdb/ada-lang.c | 13 +- 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/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/contrib/cc-with-tweaks.sh | 16 ++- gdb/cp-valprint.c | 19 +-- gdb/disasm.c | 3 +- gdb/dwarf2read.c | 20 ++- gdb/expprint.c | 6 +- gdb/f-typeprint.c | 3 +- gdb/f-valprint.c | 6 +- gdb/gdbsupport/format.c | 178 ++++++++++++++--------- gdb/gdbsupport/format.h | 11 +- gdb/gnu-v3-abi.c | 4 +- gdb/hppa-linux-nat.c | 1 + 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/mi/mi-out.c | 17 +-- gdb/mi/mi-out.h | 12 +- gdb/minsyms.c | 38 +++-- gdb/minsyms.h | 3 +- gdb/objfiles.h | 14 +- gdb/p-lang.c | 5 +- gdb/p-typeprint.c | 8 +- gdb/p-valprint.c | 16 ++- gdb/printcmd.c | 18 +-- gdb/psympriv.h | 35 +++-- gdb/psymtab.c | 6 +- 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 | 3 +- gdb/stack.c | 41 ++++-- gdb/symfile.c | 13 +- gdb/symtab.c | 24 ++-- gdb/testsuite/ChangeLog | 38 +++++ gdb/testsuite/gdb.base/pretty-print.c | 8 +- gdb/testsuite/gdb.base/pretty-print.exp | 8 +- gdb/testsuite/gdb.base/style.exp | 19 ++- gdb/testsuite/gdb.dwarf2/gdb-index.exp | 24 ++-- 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 +- 77 files changed, 1426 insertions(+), 490 deletions(-)