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-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 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 new aee91db3eb Remove "linux_multi_process" global
The 1 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/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 | 65 +++++++++++++++++++ ...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 ++-- 58 files changed, 327 insertions(+), 325 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