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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from d8edc8b768 Implement 'print -raw-values' and 'set print raw-values on|off' adds 569d50f1c6 x86: further refine SSE check (SSE4a, SHA, GFNI) adds 09c7848734 Make bfd_get_8 return a bfd_vma like other bfd_get_* functions adds 13c9c48599 bfd signed overflow fixes adds 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 new 873de05c85 Fix TUI test suite regexps
The 1 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 | 19 + bfd/bfd-in2.h | 4 +- bfd/elf32-arm.c | 18 +- bfd/elf32-nds32.h | 24 +- bfd/elf32-rx.c | 4 +- bfd/libaout.h | 4 +- bfd/libbfd.c | 4 +- bfd/libhppa.h | 2 +- bfd/mmo.c | 2 +- bfd/netbsd.h | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/od-xcoff.c | 6 +- cpu/ChangeLog | 6 + cpu/epiphany.cpu | 9 +- cpu/lm32.cpu | 8 +- cpu/m32c.cpu | 9 +- gas/ChangeLog | 24 + gas/config/tc-arm.c | 7 + gas/config/tc-i386.c | 3 + .../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 +- gas/testsuite/gas/i386/sse-check-error.l | 40 +- gas/testsuite/gas/i386/sse-check-warn.e | 8 +- gas/testsuite/gas/i386/sse-check.d | 4 + gas/testsuite/gas/i386/sse-check.s | 8 + gas/testsuite/gas/i386/x86-64-sse-check-error.l | 40 +- 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 +- include/ChangeLog | 6 + include/opcode/mmix.h | 16 +- opcodes/ChangeLog | 14 + opcodes/arc-dis.c | 3 +- opcodes/epiphany-ibld.c | 2 +- opcodes/lm32-ibld.c | 4 +- opcodes/m32c-ibld.c | 4 +- opcodes/nios2-dis.c | 16 +- opcodes/pdp11-dis.c | 3 +- opcodes/tic54x-dis.c | 3 +- opcodes/tilegx-opc.c | 4 +- opcodes/tilepro-opc.c | 4 +- opcodes/visium-dis.c | 2 +- 68 files changed, 1037 insertions(+), 694 deletions(-)