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 0ec848ad25 [PowerPC] Recognize isa205 in linux core files new b1b60145ae Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)
The 1 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/ChangeLog | 17 +++++ gdb/c-exp.y | 27 ++++---- gdb/c-lang.c | 11 ++-- gdb/c-support.h | 46 +++++++++++++ gdb/cp-name-parser.y | 29 ++------ gdb/testsuite/ChangeLog | 6 ++ .../utf8-identifiers.c} | 55 +++++++++------- gdb/testsuite/gdb.base/utf8-identifiers.exp | 77 ++++++++++++++++++++++ 8 files changed, 199 insertions(+), 69 deletions(-) create mode 100644 gdb/c-support.h copy gdb/testsuite/{gdb.cp/ena-dis-br-range.cc => gdb.base/utf8-identifiers.c} (61%) create mode 100644 gdb/testsuite/gdb.base/utf8-identifiers.exp