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 7190ae0d39 Automatic date update in version.in adds 1165955276 gdb/linux-tdep: make read_mapping return a structure adds 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 new 2f2c677e67 Move find_toplevel_char to cp-support.[ch] new b05752c223 Unit tests for strncmp_iw_with_mode new 64a9760601 Support template lookups in strncmp_iw_with_mode
The 3 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/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/linux-tdep.c | 127 ++-- gdb/python/py-type.c | 8 +- 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 +- 21 files changed, 1726 insertions(+), 211 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