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 f21410c03a Automatic date update in version.in adds 46e292ab0a S/390: Add support for z15 as CPU name. adds 6446511295 PowerPC local got test adds 063c511bd7 PR25078, stack overflow in function find_abstract_instance adds b7d9d3ee59 PR25079, "ar s" stopped working adds 34916edc47 Move declaration of lang_frame_mismatch_warn to header. adds 79bb1944d6 Move declaration of overload_debug to header adds cd6fdaa1ed Let ARI allow gdb %p printf extensions adds dde996e213 Don't include buildsym-legacy.h in windows-nat.c adds 3abea05d9b Remove two unused items from windows-nat.c adds 41481f9e4e Automatic date update in version.in adds 336bfbeb18 PR25070, SEGV in function _bfd_dwarf2_find_nearest_line adds 6d9d6da48e s390: Add record/replay support for arch13 instructions adds 8610e0fd93 PR25081, Discrepancy between VMA and LMA after ALIGN adds 1d3787499d Fix the disassembly of the LDS and STS instructions of the A [...] adds 6a25e8a290 Mark guile_{extension_,}script_ops as static adds cff32449e8 [gdb/target] Fix pretty-printer for MPX bnd registers adds a50faaf620 [gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for incorr [...] adds d2dd1084c1 Remove two TUI comments adds 6d7fd9aa47 Remove tui_default_win_viewport_height adds 5c45899e28 Remove tui_win_is_auxiliary adds a7798e7f7d Remove declaration from tui-wingeneral.h adds 7523da63ca Make TUI window handle a unique_ptr adds a31bff9d2d Don't call erase_data_content from tui_data_window::show_registers adds 61f0556832 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 13 ++++ bfd/dwarf2.c | 46 ++++++----- bfd/version.h | 2 +- binutils/ChangeLog | 6 ++ binutils/ar.c | 3 +- gas/ChangeLog | 6 ++ gas/config/tc-s390.c | 2 +- gas/doc/as.texi | 3 +- gas/doc/c-s390.texi | 4 +- gas/testsuite/gas/avr/pr25041.d | 9 +++ gas/testsuite/gas/avr/pr25041.s | 4 + gdb/ChangeLog | 107 ++++++++++++++++++++++++++ gdb/contrib/ari/gdb_ari.sh | 3 +- gdb/gdbtypes.c | 3 +- gdb/gdbtypes.h | 5 ++ gdb/guile/guile.c | 55 +++++++------ gdb/language.c | 9 +-- gdb/language.h | 5 ++ gdb/python/lib/gdb/printer/bound_registers.py | 2 +- gdb/s390-tdep.c | 55 +++++++++++-- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.rust/simple.exp | 56 ++++++++++++-- gdb/top.c | 4 +- gdb/tui/tui-command.c | 8 +- gdb/tui/tui-data.c | 11 --- gdb/tui/tui-data.h | 17 +++- gdb/tui/tui-disasm.c | 10 ++- gdb/tui/tui-io.c | 23 +++--- gdb/tui/tui-layout.c | 69 +---------------- gdb/tui/tui-layout.h | 2 - gdb/tui/tui-regs.c | 34 ++++---- gdb/tui/tui-stack.c | 14 ++-- gdb/tui/tui-win.c | 6 +- gdb/tui/tui-wingeneral.c | 22 ++---- gdb/tui/tui-wingeneral.h | 2 - gdb/tui/tui-winsource.c | 22 +++--- gdb/tui/tui.c | 6 +- gdb/tui/tui.h | 2 - gdb/valops.c | 2 +- gdb/windows-nat.c | 15 ---- ld/ChangeLog | 12 +++ ld/ldlang.c | 2 +- ld/testsuite/ld-powerpc/localgot.d | 8 ++ ld/testsuite/ld-powerpc/localgot.s | 5 ++ ld/testsuite/ld-powerpc/powerpc.exp | 1 + opcodes/ChangeLog | 6 ++ opcodes/avr-dis.c | 2 + opcodes/s390-mkopc.c | 3 +- 48 files changed, 453 insertions(+), 258 deletions(-) create mode 100644 gas/testsuite/gas/avr/pr25041.d create mode 100644 gas/testsuite/gas/avr/pr25041.s create mode 100644 ld/testsuite/ld-powerpc/localgot.d create mode 100644 ld/testsuite/ld-powerpc/localgot.s