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-arm-bootstrap_lto in repository toolchain/ci/binutils-gdb.
from 0b313e95a7 gdb/linux-tdep: move "Perms" column right adds 7ff917016a gdb/darwin: skip over WIFSTOPPED wait4 status adds dd1ae8eaa3 gdb: use a range based for loop when iterating over an array adds 7124770976 Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target [...] adds 4c937052c1 Fix crash in Fortran code adds 685c6a8637 Automatic date update in version.in adds 2f2c677e67 Move find_toplevel_char to cp-support.[ch] adds b05752c223 Unit tests for strncmp_iw_with_mode adds 64a9760601 Support template lookups in strncmp_iw_with_mode adds 9a9dfb6880 RISC-V: Fix mask for some fcvt instructions adds 0f94906fba RISC-V: Remove a loop in the ISA parser adds 13cd9508af gdb/testsuite: fix list.exp test cases
No new revisions were added by this update.
Summary of changes: bfd/elfxx-riscv.c | 11 +- bfd/version.h | 2 +- gdb/NEWS | 14 + gdb/cp-support.c | 82 ++- gdb/cp-support.h | 7 + gdb/darwin-nat.c | 31 +- gdb/doc/gdb.texinfo | 15 + gdb/f-valprint.c | 4 +- gdb/infrun.c | 2 +- gdb/linespec.c | 77 --- gdb/linespec.h | 7 - gdb/python/py-type.c | 8 +- gdb/testsuite/gdb.base/list.exp | 81 +-- gdb/testsuite/gdb.cp/templates.cc | 47 ++ gdb/testsuite/gdb.cp/templates.exp | 67 +++ .../{calling-convention.c => fortran-var-string.c} | 18 +- gdb/testsuite/gdb.dwarf2/fortran-var-string.exp | 175 ++++++ gdb/testsuite/gdb.linespec/cpcompletion.exp | 437 +++++++++++++- gdb/testsuite/gdb.linespec/cpls-ops.exp | 53 +- gdb/testsuite/gdb.linespec/cpls.cc | 110 +++- gdb/utils.c | 647 ++++++++++++++++++++- gdb/utils.h | 7 +- opcodes/riscv-opc.c | 8 +- 23 files changed, 1698 insertions(+), 212 deletions(-) copy gdb/testsuite/gdb.dwarf2/{calling-convention.c => fortran-var-string.c} (74%) create mode 100644 gdb/testsuite/gdb.dwarf2/fortran-var-string.exp