This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/NEWS | 14 + gdb/cp-support.c | 82 +++- gdb/cp-support.h | 7 + gdb/doc/gdb.texinfo | 15 + gdb/linespec.c | 77 ---- gdb/linespec.h | 7 - gdb/testsuite/gdb.cp/templates.cc | 47 ++ gdb/testsuite/gdb.cp/templates.exp | 67 +++ 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 +- 14 files changed, 1447 insertions(+), 125 deletions(-)