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-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 153d79c451 gdb: Fix backtrace with disassemble-next-line on adds 85e290dc12 Re: Prefer object over notype symbols when disassembling adds 85f7836470 RISC-V: Fix weak function call reloc overflow on llvm build. adds ef95444455 Automatic date update in version.in new bb82aefe17 [ARC] Add finer details for LLOCK and SCOND new 2a1ebfb221 [ARC] Improve parsing instruction operands. new 06a6207a1a Enable styling by default on Cygwin
The 3 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 | 10 + bfd/elfnn-riscv.c | 9 +- bfd/version.h | 2 +- gas/ChangeLog | 7 + gas/config/tc-arc.c | 201 +++++++++++---------- gdb/ChangeLog | 38 ++++ gdb/NEWS | 3 + gdb/cli/cli-style.c | 2 +- gdb/coff-pe-read.c | 6 + gdb/gdbsupport/gdb_wait.c | 2 +- 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 | 16 +- gdb/tui/tui-source.c | 17 +- gdb/windows-tdep.c | 2 +- include/ChangeLog | 4 + include/opcode/arc.h | 2 + ld/ChangeLog | 30 +++ ld/testsuite/ld-elf/shared.exp | 12 +- ld/testsuite/ld-mips-elf/eh-frame5.s | 11 -- ld/testsuite/ld-mips-elf/ehdr_start-new.s | 1 - ld/testsuite/ld-mips-elf/ehdr_start-o32.s | 1 - ld/testsuite/ld-mips-elf/mips16-call-global-1.s | 1 - ld/testsuite/ld-mips-elf/mips16-intermix-1.s | 1 - ld/testsuite/ld-mips-elf/mips16-pic-1b.s | 1 - ld/testsuite/ld-mips-elf/mips16-pic-4c.s | 2 - ld/testsuite/ld-mips-elf/no-shared-1-n64.s | 1 - ld/testsuite/ld-mips-elf/no-shared-1-o32.s | 1 - .../ld-mips-elf/pic-and-nonpic-1b-micromips.s | 1 - ld/testsuite/ld-mips-elf/pic-and-nonpic-1b.s | 1 - ld/testsuite/ld-mips-elf/pic-and-nonpic-2a.s | 1 - ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.s | 2 - ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.s | 1 - ld/testsuite/ld-mips-elf/pic-and-nonpic-5a.s | 1 - ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s | 1 - ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s | 1 - ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s | 1 - ld/testsuite/ld-mips-elf/pie.s | 1 - ld/testsuite/ld-mips-elf/relax-jalr.s | 7 +- ld/testsuite/ld-plugin/lto.exp | 20 +- opcodes/ChangeLog | 9 + opcodes/arc-tbl.h | 42 ++--- 45 files changed, 356 insertions(+), 199 deletions(-) copy gdb/testsuite/gdb.base/{start-cpp.cc => backtrace.c} (77%) create mode 100644 gdb/testsuite/gdb.base/backtrace.exp