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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 1d61b03226 Remove more shifts for sign/zero extension adds aac4760f70 Fix the build after bfd_get_signed_8 change adds 2e74427698 Fix build on macOS adds 24f19ccb89 [gas][arm] Add -mwarn-restrict-it adds 27f7b2f640 Fix typo, get_Frame_id -> get_frame_id adds d746744ebb Bump version to 10.0.50.DATE-git. adds 4decd62b21 Update NEWS post GDB 9 branch creation. adds c8ec2f433c Move max_height method to tui_gen_win_info adds 1431937bee Move can_box to tui_gen_win_info adds dc7ff8a608 Introduce the tui_gen_win_info::min_height method adds fb3184d8ee Remove struct tui_point adds 389e7ddbc2 Introduce new layout code adds 2192a9d3b3 First use of tui_layout adds 3d97994549 Re-apply the current layout when resizing adds d4eeccfe6b Change "winheight" resizing to use new layout code adds a848998a75 Automatic date update in version.in adds 873de05c85 Fix TUI test suite regexps new 199d46bebb Remove duplicate cast new 967354c3b9 csky: tidy csky_chars_to_number new 84bc4ba816 obj-evax.c tidy new 4f7cc14110 gas signed overflow fixes
The 4 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 | 5 + bfd/bfd-in2.h | 2 +- bfd/libbfd.c | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 44 ++ gas/config/obj-evax.c | 51 +- gas/config/tc-aarch64.c | 3 +- gas/config/tc-arm.c | 7 + gas/config/tc-csky.c | 59 +-- gas/config/tc-ia64.c | 10 +- gas/config/tc-mep.c | 2 +- gas/config/tc-metag.c | 4 +- gas/config/tc-nios2.c | 8 +- gas/config/tc-pru.c | 9 +- gas/config/tc-riscv.c | 4 +- gas/config/tc-tic4x.c | 2 +- gas/config/tc-tic6x.c | 2 +- .../gas/arm/armv8-2-fp16-scalar-bad-ext.d | 2 +- gas/testsuite/gas/arm/armv8-2-fp16-scalar-bad.d | 2 +- gas/testsuite/gas/arm/armv8-a-bad.d | 2 +- gas/testsuite/gas/arm/armv8-a-it-bad.d | 2 +- gas/testsuite/gas/arm/armv8-r-bad.d | 2 +- gas/testsuite/gas/arm/armv8-r-it-bad.d | 2 +- .../gas/arm/sp-pc-validations-bad-t-v8a.d | 2 +- gas/testsuite/gas/arm/udf.d | 2 +- gdb/ChangeLog | 101 ++++ gdb/NEWS | 4 +- gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 2 +- gdb/fbsd-tdep.c | 2 +- gdb/gdbsupport/thread-pool.c | 35 +- gdb/testsuite/ChangeLog | 18 + gdb/testsuite/gdb.tui/basic.exp | 4 +- gdb/testsuite/gdb.tui/empty.exp | 12 +- gdb/testsuite/gdb.tui/main.exp | 2 +- gdb/testsuite/gdb.tui/regs.exp | 8 +- gdb/testsuite/gdb.tui/resize.exp | 4 +- gdb/testsuite/lib/tuiterm.exp | 10 +- gdb/tui/tui-command.c | 6 +- gdb/tui/tui-data.h | 31 +- gdb/tui/tui-layout.c | 566 +++++++++++++++------ gdb/tui/tui-layout.h | 153 ++++++ gdb/tui/tui-regs.h | 10 + gdb/tui/tui-stack.h | 10 + gdb/tui/tui-win.c | 387 +------------- gdb/tui/tui-wingeneral.c | 2 +- gdb/version.in | 2 +- opcodes/ChangeLog | 5 + opcodes/csky-dis.c | 6 +- 49 files changed, 935 insertions(+), 681 deletions(-)