This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/binutils-gdb.
from a6e7fea128 gdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERROR adds 2bb7589ddf gdbsupport: move xfree into its own file adds 8579fd136a gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr adds 830070c66d gdbsupport: remove FUNCTION_NAME adds a7fd118627 readelf: Support SHT_RELR/DT_RELR for -r adds 7f74204ad9 gdb: fix length of array view returned by some value_content [...] adds e97436b1b7 sim: cr16: fix build on gcc-12 (NULL comparison) adds 3963eb1ff0 Automatic date update in version.in adds 5ec501b574 sim: testsuite: add more silent build rules
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 11 ++ binutils/NEWS | 2 + binutils/readelf.c | 154 +++++++++++++++++---- gdb/ada-lang.c | 3 +- gdb/auto-load.c | 17 +-- gdb/breakpoint.c | 9 +- gdb/charset.c | 18 +-- gdb/cli/cli-cmds.c | 9 +- gdb/cli/cli-decode.c | 12 +- gdb/cli/cli-utils.c | 2 +- gdb/cp-abi.c | 11 +- gdb/darwin-nat.h | 8 +- gdb/frv-tdep.c | 14 +- gdb/gcore.c | 2 +- gdb/guile/scm-breakpoint.c | 2 +- gdb/guile/scm-cmd.c | 33 ++--- gdb/guile/scm-exception.c | 12 +- gdb/guile/scm-gsmob.c | 7 +- gdb/guile/scm-ports.c | 6 +- gdb/jit.c | 4 +- gdb/language.c | 3 +- gdb/linespec.c | 5 +- gdb/location.c | 9 +- gdb/macrotab.c | 2 +- gdb/main.c | 2 +- gdb/mi/mi-cmd-env.c | 2 +- gdb/python/py-breakpoint.c | 2 +- gdb/remote.c | 39 +++--- gdb/riscv-tdep.c | 4 +- gdb/rust-lang.h | 5 +- gdb/skip.c | 2 +- gdb/target.c | 6 +- gdb/tracepoint.c | 2 +- gdb/tui/tui-layout.c | 4 +- gdb/utils.c | 4 +- gdb/value.c | 6 +- gdb/xtensa-tdep.c | 3 +- gdbsupport/common-utils.cc | 10 +- gdbsupport/common-utils.h | 42 +----- .../gdb.arch/ppc-dfp.c => gdbsupport/gdb-xfree.h | 43 +++--- gdbsupport/gdb_assert.h | 15 +- gdbsupport/gdb_unique_ptr.h | 1 + include/ChangeLog | 6 + include/elf/common.h | 2 +- include/elf/external.h | 8 ++ sim/Makefile.in | 10 +- sim/cr16/cr16_sim.h | 2 +- sim/cr16/interp.c | 5 +- sim/testsuite/local.mk | 10 +- 50 files changed, 319 insertions(+), 273 deletions(-) copy gdb/testsuite/gdb.arch/ppc-dfp.c => gdbsupport/gdb-xfree.h (54%)