]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* cp-names.y (symbol_end): New function.
authorDaniel Jacobowitz <drow@false.org>
Fri, 19 Dec 2003 16:44:33 +0000 (16:44 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 19 Dec 2003 16:44:33 +0000 (16:44 +0000)
commit59c060a7fc2bd91346512e867be2277b201c1587
treed3731183b20f11fab86fe101d9c7ec6a691a0b61
parente316522addde4ffb26719716b89b2bc9ecc6113c
* cp-names.y (symbol_end): New function.
(trim_chars): Use it.
(start_opt, function): New non-terminals used to support
function-local names.
(GLOBAL): New terminal.
(start): Use start_opt.
(demangler_special): Handle GLOBAL.
(array_indicator): Swap arguments to D_COMP_ARRAY_TYPE.
(direct_abstract_declarator, direct_declarator)
(direct_declarator_1): Likewise.
(declarator_1): Use declarator_1 instead of declarator after
a ptr_operator.  Support function-local names.
(yylex): Handle GLOBAL specially.
gdb/ChangeLog.cplus
gdb/cp-names.y