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-defconfig in repository toolchain/ci/binutils-gdb.
from f2302a34f2 gdb: use tui_set_layout not show_layout to fix window focus adds 01335edbac Automatic date update in version.in adds 660e62b1d9 PR25344, z80 disassembler recursion adds 3e6aa7751a Basic error checking for mach-o adds 85d8681747 som_bfd_fill_in_ar_symbols buffer overflow adds cc6aa1a6e0 ubsan: m32c: left shift of negative value adds ab356be74c alpha-vms: don't exit on stack underflow/overflow adds 49078ece04 bfd_check_format: ignore errors from coff_real_object_p adds 559e7e5056 Improve process exit status macros on MinGW adds a61b4f6997 GDB: Remove trailing spaces in tui-disasm.c adds d2dbcb18c6 Fix test of the fix for PR19579 when compiling with gcc-10. adds 8b7fcda274 Fix search in TUI adds 0e1f1593bc Add -fcommon compiler command line option to linker tests th [...] adds 89a65580f4 Fix a typo in gdb/windows-tdep.c adds a08c904d4e Fix a crash with a malformed PE header adds 3f6028216b Mention the recent fix of $_exitsignal on MS-Windows in gdb/NEWS adds cbfa858117 GDB: Fix the overflow in addr/line_is_displayed() adds 66182876b4 Fix MinGW native compilation of gdb/gdbsupport/gdb_wait.c new 153d79c451 gdb: Fix backtrace with disassemble-next-line on
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 | 34 +++++ bfd/format.c | 8 -- bfd/mach-o.c | 83 ++++++++--- bfd/som.c | 23 ++- bfd/version.h | 2 +- bfd/vms-alpha.c | 155 ++++++++++++++------- cpu/ChangeLog | 11 +- cpu/m32c.cpu | 105 +++++++------- gdb/ChangeLog | 57 ++++++++ gdb/Makefile.in | 1 + gdb/NEWS | 3 + gdb/cli/cli-cmds.c | 12 ++ gdb/coff-pe-read.c | 6 + gdb/gdbserver/ChangeLog | 9 ++ gdb/gdbserver/Makefile.in | 2 + gdb/gdbserver/win32-low.c | 22 ++- gdb/gdbsupport/gdb_wait.c | 83 +++++++++++ gdb/gdbsupport/gdb_wait.h | 34 ++++- gdb/source.c | 1 + gdb/stack.c | 10 +- gdb/testsuite/ChangeLog | 5 + .../gdb.base/{start-cpp.cc => backtrace.c} | 19 ++- gdb/testsuite/gdb.base/backtrace.exp | 48 +++++++ gdb/tui/tui-disasm.c | 22 ++- gdb/tui/tui-source.c | 17 ++- gdb/windows-nat.c | 20 ++- gdb/windows-tdep.c | 130 +++++++++++++++++ ld/ChangeLog | 13 ++ ld/testsuite/ld-elf/shared.exp | 18 +-- ld/testsuite/ld-plugin/lto.exp | 20 +-- opcodes/ChangeLog | 13 ++ opcodes/m32c-ibld.c | 122 ++++++++-------- opcodes/z80-dis.c | 60 ++++---- 33 files changed, 880 insertions(+), 288 deletions(-) create mode 100644 gdb/gdbsupport/gdb_wait.c copy gdb/testsuite/gdb.base/{start-cpp.cc => backtrace.c} (77%) create mode 100644 gdb/testsuite/gdb.base/backtrace.exp