This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 9344937b04 gdb/testsuite: don't use source tree as temporary HOME directory adds b397aef4cd Remove strayed fprintf in commit 23182ac0d83 adds db1f6cd692 [PR gdb/27614] gdb-add-index fails on symlinks. adds 2005aa0281 Automatic date update in version.in adds f2f9554bf0 PR27845, readelf heap-buffer-overflow adds cfe7a19169 Report illegal Z80 load instructions. adds 22604fe675 Prevent libdel.dll.a from being installed on Windows based systems. adds a680affc63 Fix an illegal memory access when attempting to disassemble [...] adds 8ca5537ba5 PR27844, Unstable symbol name in objdump outputs adds abb894a470 gdb/fortran: Breakpoint location is modified. adds 2302f96354 [gdb/testsuite] Fix read1 timeout in gdb.base/gdb-sigterm.exp adds 5048549af9 [gdb/testsuite] Update infrun regexp in gdb.base/watch_threa [...] adds d30182b51e dwarf.c (process_abbrev_set): Properly parenthesize, fix fallout adds d8147d7053 arm: correctly decode Tag_THUMB_ISA_use=3 for thumb2 features adds 64f30eb0f8 gdb: fix indentation of cmd_list_element adds f2a883a81e gdb: fix indentation in arm_record_data_proc_misc_ld_str adds ad9e0d9c8b Automatic date update in version.in adds 4a1ad5c9e4 x86-64/ELF: Fix "clear src_mask for all reloc types" test case adds e7e40cedbb Fix build failure in d10v sim adds 425b0b1a98 sim: clean up explicit environment build calls adds 5ab3907543 PR27849, heap-buffer-overflow on readelf -w adds 55b26492bb PR27853, Infinite loop in dwarf.c adds d51344c909 gdb, btrace, pt: ignore status update enable events adds f0bbe8bab8 Add MTE register set support for core files adds 2f822da535 gdb: generate the prefix name for prefix commands on demand adds 84139c5864 arm: fix fallout from recent thumb2 detection patch adds 97cef6b7b7 Guile: improved rvalue reference support adds 9d4fc61d41 Guile: add value-{rvalue-,}reference-value adds ee35ce8200 Guile: add value-const-value adds 0d872fca02 PR27836, readelf -w pointer comparison UB adds af2ddf69ab SAFE_BYTE_GET64 adds 6d1ad6f783 SAFE_BYTE_GET adds a7077ce760 Ensure data pointer kept within bounds adds 3db19b2d72 Revert "[gdb/symtab] Fix infinite recursion in dwarf2_cu::ge [...] new 4b8cb9dd9e gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptr
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 | 21 + bfd/aoutx.h | 2 +- bfd/elf-bfd.h | 2 + bfd/elf.c | 30 ++ bfd/elf32-arm.c | 4 +- bfd/pdp11.c | 2 +- bfd/simple.c | 1 - bfd/version.h | 2 +- binutils/ChangeLog | 81 +++ binutils/dwarf.c | 585 +++++++++------------ binutils/elfcomm.c | 125 +---- binutils/elfcomm.h | 17 +- gas/ChangeLog | 14 + gas/config/tc-z80.c | 2 + gas/testsuite/gas/elf/dwarf-5-file0.d | 4 +- gas/testsuite/gas/i386/dwarf5-line-1.d | 2 +- gas/testsuite/gas/z80/ill_ops.d | 3 + gas/testsuite/gas/z80/ill_ops.l | 39 ++ gas/testsuite/gas/z80/ill_ops.s | 42 ++ gdb/ChangeLog | 66 ++- gdb/NEWS | 11 + gdb/ada-lang.c | 8 +- gdb/arc-tdep.c | 2 +- gdb/arm-tdep.c | 32 +- gdb/auto-load.c | 9 +- gdb/breakpoint.c | 20 +- gdb/bsd-kvm.c | 2 +- gdb/btrace.c | 12 +- gdb/cli/cli-cmds.c | 12 +- gdb/cli/cli-decode.c | 51 +- gdb/cli/cli-decode.h | 394 +++++++------- gdb/cli/cli-dump.c | 16 +- gdb/cli/cli-logging.c | 4 +- gdb/cli/cli-script.c | 7 +- gdb/cli/cli-setshow.c | 18 +- gdb/cli/cli-style.c | 11 +- gdb/cli/cli-style.h | 3 - gdb/command.h | 10 +- gdb/compile/compile.c | 2 +- gdb/contrib/gdb-add-index.sh | 28 + gdb/cp-support.c | 1 - gdb/dcache.c | 5 +- gdb/doc/ChangeLog | 21 +- gdb/doc/gdb.texinfo | 4 +- gdb/doc/guile.texi | 18 + gdb/dwarf2/index-cache.c | 4 +- gdb/dwarf2/read.c | 29 +- gdb/f-lang.c | 4 +- gdb/frame.c | 4 +- gdb/gnu-nat.c | 12 +- gdb/go32-nat.c | 2 +- gdb/guile/guile.c | 9 +- gdb/guile/scm-cmd.c | 2 +- gdb/guile/scm-type.c | 1 + gdb/guile/scm-value.c | 66 +++ gdb/i386-tdep.c | 4 +- gdb/infcmd.c | 8 +- gdb/language.c | 4 +- gdb/macrocmd.c | 2 +- gdb/maint-test-options.c | 3 +- gdb/maint-test-settings.c | 2 - gdb/maint.c | 18 +- gdb/memattr.c | 4 +- gdb/mips-tdep.c | 6 +- gdb/printcmd.c | 4 +- gdb/probe.c | 3 +- gdb/python/py-cmd.c | 92 ++-- gdb/python/py-param.c | 52 +- gdb/python/python-internal.h | 6 +- gdb/python/python.c | 6 +- gdb/ravenscar-thread.c | 4 +- gdb/record-btrace.c | 16 +- gdb/record-full.c | 6 +- gdb/record.c | 10 +- gdb/remote.c | 6 +- gdb/riscv-tdep.c | 8 +- gdb/rs6000-tdep.c | 4 +- gdb/ser-tcp.c | 4 +- gdb/serial.c | 4 +- gdb/sh-tdep.c | 4 +- gdb/skip.c | 2 +- gdb/sparc64-tdep.c | 2 +- gdb/stack.c | 8 +- gdb/symfile.c | 2 +- gdb/symtab.c | 3 +- gdb/target-descriptions.c | 6 +- gdb/target.c | 2 +- gdb/testsuite/ChangeLog | 28 + gdb/testsuite/gdb.base/gdb-sigterm.exp | 2 +- gdb/testsuite/gdb.base/watch_thread_num.exp | 20 +- ...gdb-add-index.exp => gdb-add-index-symlink.exp} | 13 +- gdb/testsuite/gdb.fortran/array-element.exp | 4 +- gdb/testsuite/gdb.guile/scm-value.exp | 13 + gdb/thread.c | 4 +- gdb/top.c | 10 +- gdb/tracepoint.c | 2 +- gdb/tui/tui-layout.c | 2 +- gdb/tui/tui-win.c | 8 +- gdb/typeprint.c | 6 +- gdb/unittests/command-def-selftests.c | 4 +- gdb/utils.c | 4 - gdb/valprint.c | 10 +- gdb/value.c | 2 +- gdb/windows-tdep.c | 2 +- ld/ChangeLog | 17 + ld/Makefile.am | 1 + ld/Makefile.in | 1 + ld/testsuite/ld-arm/arm-elf.exp | 2 +- ld/testsuite/ld-x86-64/rela.d | 2 +- opcodes/ChangeLog | 6 + opcodes/tic30-dis.c | 3 + sim/ChangeLog | 8 + sim/README-HACKING | 4 +- sim/d10v/interp.c | 9 +- sim/or1k/ChangeLog | 5 + sim/or1k/configure | 22 - sim/or1k/configure.ac | 1 - sim/riscv/ChangeLog | 5 + sim/riscv/configure | 22 - sim/riscv/configure.ac | 1 - 120 files changed, 1346 insertions(+), 1080 deletions(-) create mode 100644 gas/testsuite/gas/z80/ill_ops.d create mode 100644 gas/testsuite/gas/z80/ill_ops.l create mode 100644 gas/testsuite/gas/z80/ill_ops.s copy gdb/testsuite/gdb.dwarf2/{gdb-add-index.exp => gdb-add-index-symlink.exp} (78%)