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_build/master-aarch64 in repository toolchain/ci/gdb.
from 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 new d4172973cb Automatic date update in version.in new f52ee74fea bfd: convert bfdver.h to silent automake rules
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 | 4 +- bfd/Makefile.in | 4 +- bfd/version.h | 2 +- gdb/ada-lang.c | 17 ++--- gdb/amd64-linux-tdep.c | 2 +- gdb/cli/cli-decode.c | 132 ++++++++++++++++------------------- gdb/cli/cli-decode.h | 18 +++-- 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/hppa-bsd-tdep.c | 2 +- gdb/hppa-linux-tdep.c | 2 +- gdb/i386-linux-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- gdb/regcache.c | 21 +++--- gdb/rust-lang.c | 10 ++- gdb/symmisc.c | 19 +++-- gdb/unittests/array-view-selftests.c | 104 +++++++++++++++++++++++++++ gdb/unittests/gmp-utils-selftests.c | 2 +- gdb/valarith.c | 58 +++++++-------- gdb/valops.c | 66 ++++++++---------- gdb/value.c | 24 +++---- gdbsupport/array-view.h | 15 ++++ 26 files changed, 356 insertions(+), 235 deletions(-)