This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O1 in repository toolchain/ci/binutils-gdb.
from 64c3be7429 Revert "Re: Don't compile some opcodes files when bfd is 32- [...] adds 066624ff52 Add myself and Zhensong Liu as the LoongArch port maintainer. adds ba4ba9711a libctf: workaround automake bug with conditional info pages adds 7a34f66b23 gdb/remote: fix use after free bug adds cc7ea7504c gdb/testsuite: give a test a real name adds bf94cfb631 gdb: make value_subscripted_rvalue static adds 69ce6091e6 aarch64: Fix uninitialised memory adds ce1a6f421d gdb: make saved_filename an std::string adds 857dfb92de gdb: return *this in target_waitstatus setters adds 7509b82979 gdb: change store_waitstatus to return a target_waitstatus by value adds 4bce7cdaf4 gdbsupport: add array_view copy function adds 2a50938ab7 gdb: make extract_integer take an array_view adds 46680d22de gdb: trivial changes to use array_view adds c471bdb198 gdb: use intrusive_list for cmd_list_element aliases list adds eccd14b3f5 gdb: change some alias functions parameters to const-reference adds 92228a334b gdb: small "maintenance info line-table" readability improvements adds d4172973cb Automatic date update in version.in adds f52ee74fea bfd: convert bfdver.h to silent automake rules adds 0f34c35dd9 bfd: move header updates up a directory adds 17ebe20800 bfd: unify header generation rules new fb2a515fd0 gdb: revert one array_view copy change in ada-lang.c new a3e9c2f9da gdb/testsuite: fix two "maint info line-table"-related tests
The 2 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/Makefile.am | 65 +++++++------ bfd/Makefile.in | 68 ++++++++------ bfd/doc/Makefile.am | 94 ------------------- bfd/doc/Makefile.in | 94 ------------------- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/MAINTAINERS | 2 + gdb/ada-lang.c | 13 +-- gdb/amd64-linux-tdep.c | 2 +- gdb/cli/cli-decode.c | 132 +++++++++++++-------------- gdb/cli/cli-decode.h | 18 +++- gdb/cli/cli-logging.c | 20 ++-- gdb/defs.h | 23 ++++- gdb/dwarf2/expr.c | 11 +-- gdb/fbsd-tdep.c | 6 +- gdb/findvar.c | 35 ++++--- gdb/frame.c | 6 +- gdb/frv-tdep.c | 2 +- gdb/gnu-nat.c | 2 +- gdb/hppa-bsd-tdep.c | 2 +- gdb/hppa-linux-tdep.c | 2 +- gdb/i386-linux-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- gdb/inf-child.c | 17 ++-- gdb/inf-child.h | 5 +- gdb/inf-ptrace.c | 3 +- gdb/linux-nat.c | 6 +- gdb/netbsd-nat.c | 2 +- gdb/procfs.c | 2 +- gdb/regcache.c | 21 ++--- gdb/remote.c | 35 ++++++- gdb/rs6000-aix-nat.c | 2 +- gdb/rust-lang.c | 10 +- gdb/symmisc.c | 19 ++-- gdb/target/waitstatus.h | 48 ++++++---- gdb/testsuite/gdb.base/maint.exp | 4 + gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 4 + gdb/testsuite/gdb.python/py-send-packet.exp | 3 +- gdb/unittests/array-view-selftests.c | 104 +++++++++++++++++++++ gdb/unittests/gmp-utils-selftests.c | 2 +- gdb/valarith.c | 68 ++++++++------ gdb/valops.c | 66 ++++++-------- gdb/value.c | 24 ++--- gdb/value.h | 4 - gdbsupport/array-view.h | 15 +++ libctf/Makefile.am | 2 - libctf/Makefile.in | 40 ++++---- libctf/doc/local.mk | 10 ++ opcodes/aarch64-dis.c | 2 +- opcodes/aarch64-opc.c | 2 + 50 files changed, 585 insertions(+), 545 deletions(-)