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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 16d01f9cd4 Fix PR win32/24284: tcp_auto_retry doesn't work in MinGW adds 2ea1a07a0a Run argv0-symlink.exp only on native target and local host. adds 9d1c2eb1b8 Automatic date update in version.in adds cd18a823d1 [ARC] [COMMITTED] Fix FASTMATH field. adds 1c1e0fe58b [PATCH][ARM][GAS]: Assembler support to interpret MVE VMOV i [...] adds 6744bcad05 Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archive new 1f6d2f100a Remove NO_DATA_STRING new 18bb55c722 Remove tui_data_window::display_all_data new 0670413d0e Remove some checks of .empty() new 1bf2866a59 Remove some calls in tui_data_window new 89df7f9056 Private data members in tui_data_window new cdaa6eb439 Simplify register display new 108e13abdf Remove NULL checks from box_win new 772f3f0398 Don't call touchwin in tui_gen_win_info::refresh_window new 715bb467fe Don't call tui_refresh_all from show_layout new e594a5d19e Turn two locator functions into methods new 99ab33fb2d Swap tui_show_locator_content and tui_locator_window::rerender new 900ac24287 Make tui_locator_window::set_locator_fullname re-render new 12a8555a54 Minor rearrangement of tui-stack.c new 55b2657bdc Don't call wrefresh from tui_cont_sig new d6a00eba2a Remove tui_win_info::refresh_all
The 15 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/ChangeLog | 6 + bfd/archive.c | 7 + bfd/version.h | 2 +- gas/config/tc-arm.c | 8 +- gas/testsuite/gas/arm/mve-vmov-1.d | 72 ++++++++ gas/testsuite/gas/arm/mve-vmov-1.s | 7 + gdb/ChangeLog | 111 +++++++++++ gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/argv0-symlink.exp | 17 ++ gdb/tui/tui-data.h | 7 - gdb/tui/tui-io.c | 2 - gdb/tui/tui-layout.c | 8 +- gdb/tui/tui-regs.c | 308 ++++++++++++------------------- gdb/tui/tui-regs.h | 25 +-- gdb/tui/tui-stack.c | 144 ++++++--------- gdb/tui/tui-stack.h | 12 ++ gdb/tui/tui-win.c | 6 - gdb/tui/tui-wingeneral.c | 40 ++-- gdb/tui/tui-winsource.c | 10 - gdb/tui/tui-winsource.h | 2 - include/ChangeLog | 5 + include/opcode/arc.h | 2 +- 22 files changed, 466 insertions(+), 340 deletions(-)