This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 685c6a86373 Automatic date update in version.in new 2f2c677e670 Move find_toplevel_char to cp-support.[ch] new b05752c223b Unit tests for strncmp_iw_with_mode new 64a9760601d 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: 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 +- 13 files changed, 1446 insertions(+), 124 deletions(-)