This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from d0ce17d853 gdb: fix issues with handling DWARF v5 rnglists & .dwo files. adds 5597c9402d Fix POSIX-isms in gdb.base/shell.exp adds 555a578963 mmix ld: move .init (and _init) first. adds a26a62b197 Automatic date update in version.in adds 315e6afc82 [gdb/testsuite] Remove Dwarf::extern adds 10da644dc4 [gdb/testsuite] Drop src arg of MACRO_AT_{func,range} adds 90c3ec2d21 [gdb/testsuite] Use MACRO_AT_{func,range} adds f80c8ec423 Use boolean literals in linux-nat.c adds 33176ea7d7 [gdb/testsuite] Add gdb.base/valgrind-infcall-2.exp adds 0e26741636 gdb/riscv: delete target descriptions when gdb exits adds dea6fdedf9 Automatic date update in version.in adds aee91db3eb Remove "linux_multi_process" global adds 6095ca5257 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 24 +++++++ gdb/arch/riscv.c | 8 ++- gdb/linux-nat.c | 15 ++--- gdb/target-descriptions.c | 4 ++ gdb/target-descriptions.h | 12 ---- gdb/testsuite/ChangeLog | 70 ++++++++++++++++++++ gdb/testsuite/gdb.base/shell.exp | 26 +++++--- ...ls-unused-static-var.c => valgrind-infcall-2.c} | 5 +- gdb/testsuite/gdb.base/valgrind-infcall-2.exp | 75 ++++++++++++++++++++++ gdb/testsuite/gdb.compile/compile-ops.exp | 1 - gdb/testsuite/gdb.dlang/circular.c | 5 +- gdb/testsuite/gdb.dlang/circular.exp | 6 +- gdb/testsuite/gdb.dlang/watch-loc.exp | 4 +- gdb/testsuite/gdb.dwarf2/ada-linkage-name.exp | 12 +--- gdb/testsuite/gdb.dwarf2/arr-subrange.c | 1 + gdb/testsuite/gdb.dwarf2/arr-subrange.exp | 3 +- gdb/testsuite/gdb.dwarf2/atomic-type.exp | 10 +-- .../gdb.dwarf2/bitfield-parent-optimized-out.exp | 4 +- gdb/testsuite/gdb.dwarf2/comp-unit-lang.c | 4 +- gdb/testsuite/gdb.dwarf2/comp-unit-lang.exp | 9 +-- gdb/testsuite/gdb.dwarf2/cpp-linkage-name.exp | 9 +-- .../gdb.dwarf2/dw2-bad-mips-linkage-name.exp | 18 +----- gdb/testsuite/gdb.dwarf2/dw2-ifort-parameter.exp | 7 +- .../gdb.dwarf2/dw2-lexical-block-bare.exp | 19 ++---- gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp | 5 +- gdb/testsuite/gdb.dwarf2/dw2-regno-invalid.exp | 13 ++-- gdb/testsuite/gdb.dwarf2/dw2-symtab-includes.exp | 2 - gdb/testsuite/gdb.dwarf2/dwz.exp | 5 +- gdb/testsuite/gdb.dwarf2/implptr-64bit.exp | 8 +-- gdb/testsuite/gdb.dwarf2/implptr-optimized-out.exp | 4 +- gdb/testsuite/gdb.dwarf2/implref-array.exp | 4 +- gdb/testsuite/gdb.dwarf2/implref-const.exp | 4 +- gdb/testsuite/gdb.dwarf2/implref-global.exp | 4 +- gdb/testsuite/gdb.dwarf2/implref-struct.exp | 4 +- .../imported-unit-abstract-const-value.exp | 11 +--- .../gdb.dwarf2/imported-unit-runto-main.exp | 11 +--- gdb/testsuite/gdb.dwarf2/imported-unit.exp | 19 +----- .../gdb.dwarf2/info-locals-optimized-out.exp | 3 +- gdb/testsuite/gdb.dwarf2/main-subprogram.exp | 10 +-- gdb/testsuite/gdb.dwarf2/missing-type-name.exp | 18 +----- gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 10 +-- gdb/testsuite/gdb.dwarf2/opaque-type-lookup.exp | 5 +- gdb/testsuite/gdb.dwarf2/struct-with-sig.exp | 16 +---- gdb/testsuite/gdb.dwarf2/typedef-void-finish.exp | 18 +----- gdb/testsuite/gdb.dwarf2/var-access.exp | 3 +- gdb/testsuite/gdb.dwarf2/varval.exp | 4 +- gdb/testsuite/gdb.dwarf2/void-type.exp | 18 +----- gdb/testsuite/gdb.trace/entry-values.exp | 2 +- gdb/testsuite/lib/dwarf.exp | 24 +++---- gdb/testsuite/lib/valgrind.exp | 38 +++++++---- gdbserver/ChangeLog | 6 ++ gdbserver/tdesc.cc | 10 +++ gdbserver/tdesc.h | 2 +- gdbsupport/ChangeLog | 6 ++ gdbsupport/tdesc.h | 14 ++++ ld/ChangeLog | 5 ++ ld/scripttempl/mmo.sc | 12 ++-- ld/testsuite/ld-mmix/bpo-9m.d | 12 ++-- 59 files changed, 348 insertions(+), 335 deletions(-) copy gdb/testsuite/gdb.base/{info-locals-unused-static-var.c => valgrind-infcall-2 [...] create mode 100644 gdb/testsuite/gdb.base/valgrind-infcall-2.exp