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 6dc7160b2d5 gdb/testsuite: fix testsuite regressions for unix/-m32 board new cb2cd8cba82 Fix "b f(std::string)", always use DMGL_VERBOSE new 1c6fbf42e5b Always pass an explicit language down to c_type_print new c7d029ea9cc Fix "b f(std::string)" when current language is C
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/ada-typeprint.c | 2 +- gdb/c-exp.y | 1 + gdb/c-lang.c | 8 +- gdb/c-lang.h | 17 ++-- gdb/c-typeprint.c | 25 +---- gdb/cp-name-parser.y | 12 +-- gdb/cp-support.c | 55 ++++++---- gdb/cp-support.h | 16 +++ gdb/d-lang.c | 2 +- gdb/gnu-v3-abi.c | 3 +- gdb/go-typeprint.c | 2 +- gdb/objc-lang.c | 2 +- gdb/opencl-lang.c | 2 +- gdb/rust-lang.c | 5 +- .../{no-dmgl-verbose.cc => break-f-std-string.cc} | 0 gdb/testsuite/gdb.cp/break-f-std-string.exp | 112 +++++++++++++++++++++ gdb/testsuite/gdb.cp/no-dmgl-verbose.exp | 35 ------- 17 files changed, 199 insertions(+), 100 deletions(-) rename gdb/testsuite/gdb.cp/{no-dmgl-verbose.cc => break-f-std-string.cc} (100%) create mode 100644 gdb/testsuite/gdb.cp/break-f-std-string.exp delete mode 100644 gdb/testsuite/gdb.cp/no-dmgl-verbose.exp