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-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 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 [...] adds 4b8cb9dd9e gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptr adds 3e5fac0797 Automatic date update in version.in adds 4863cddb50 PR27858, global-buffer-overflow adds cf893b0ef7 ld: Add -Bno-symbolic adds 7671eff8f0 RISC-V: Record implicit subsets in a table, to avoid repeate [...] adds 0746f49b1d [AArch64] Fix off-by-one when calculating tag granules. adds d21f875d67 PR27860, Segmentation fault on readelf -w adds b96a1bcb81 PR27861, Infinite loop in dwarf.c:7507-7526 adds c4375dd764 Fix an infinite loop in the DWARF decoder when parsing a cor [...] adds 0522d0165a revert previous delta adds 0b2256f772 gdb: remove cmd_list_element::pre_show_hook adds 5c6f801d8e gdb/testsuite: remove some duplicate test names from guile tests adds 62f2f198cd gdb/testsuite: resolve duplicate test names in gdb.guile/*.exp adds 4a0a0bd20a gdb/testsuite: resolve remaining duplicate tests in gdb.guile/ adds bab9eb490b gdb/testsuite: fix dates in last 3 ChangeLog entries adds 2af87c859f gdb: call target_follow_exec when "set follow-exec-mode" is "same" adds 294c36eb6a gdb: on exec, delegate pushing / unpushing target and adding [...] adds 737358ba1e gdb: maybe unpush target from old inferior in inf_child_targ [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 26 ++ bfd/elf-bfd.h | 2 + bfd/elf.c | 30 ++ bfd/elf32-sh.c | 5 +- bfd/elfxx-riscv.c | 103 +++--- bfd/version.h | 2 +- binutils/ChangeLog | 79 ++++ binutils/dwarf.c | 518 +++++++++++---------------- binutils/elfcomm.c | 125 +------ binutils/elfcomm.h | 17 +- gas/ChangeLog | 5 + gas/testsuite/gas/elf/dwarf-5-file0.d | 4 +- gas/testsuite/gas/i386/dwarf5-line-1.d | 2 +- gdb/ChangeLog | 89 ++++- gdb/NEWS | 11 + gdb/ada-lang.c | 8 +- gdb/arc-tdep.c | 2 +- gdb/arch/aarch64-mte-linux.c | 5 +- gdb/arm-tdep.c | 4 +- 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 | 30 +- gdb/cli/cli-dump.c | 16 +- gdb/cli/cli-logging.c | 4 +- gdb/cli/cli-script.c | 7 +- gdb/cli/cli-setshow.c | 22 +- gdb/cli/cli-style.c | 11 +- gdb/cli/cli-style.h | 3 - gdb/command.h | 10 +- gdb/compile/compile.c | 2 +- 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/inf-child.c | 18 + gdb/inf-child.h | 3 + gdb/infcmd.c | 8 +- gdb/infrun.c | 23 +- gdb/language.c | 4 +- gdb/linux-thread-db.c | 25 +- 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/process-stratum-target.c | 20 ++ gdb/process-stratum-target.h | 8 + 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 | 20 +- 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-delegates.c | 20 +- gdb/target-descriptions.c | 6 +- gdb/target.c | 10 +- gdb/target.h | 18 +- gdb/testsuite/ChangeLog | 37 ++ gdb/testsuite/gdb.base/foll-exec-mode.exp | 14 +- gdb/testsuite/gdb.guile/scm-frame-args.exp | 58 ++- gdb/testsuite/gdb.guile/scm-parameter.exp | 9 +- gdb/testsuite/gdb.guile/scm-pretty-print.exp | 157 ++++---- gdb/testsuite/gdb.guile/scm-symbol.exp | 2 +- gdb/testsuite/gdb.guile/scm-type.exp | 6 +- gdb/testsuite/gdb.guile/scm-value.exp | 36 +- gdb/testsuite/lib/gdb-guile.exp | 15 +- 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 | 20 ++ ld/NEWS | 2 + ld/ld.texi | 5 + ld/ldlex.h | 1 + ld/lexsup.c | 5 + ld/testsuite/ld-arm/arm-elf.exp | 2 +- ld/testsuite/ld-elf/shared.exp | 7 + ld/testsuite/ld-x86-64/rela.d | 2 +- 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 - 126 files changed, 1333 insertions(+), 1068 deletions(-)