]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* cp-names.y (ext_name): Remove.
authorDaniel Jacobowitz <drow@false.org>
Fri, 19 Dec 2003 04:19:09 +0000 (04:19 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 19 Dec 2003 04:19:09 +0000 (04:19 +0000)
commit20b9637255c5b27675452a84ae330c6d7b9fa0df
tree35eb3d3de3bdabe8310a0658454a50025712e114
parent03aa4f588faf6b2106b73388d832a9d9f9cee9e1
* cp-names.y (ext_name): Remove.
(colon_ext_only, ext_only_name): New non-terminals.
(colon_ext_name): Use colon_ext_only.
(declarator_1, direct_declarator_1): New non-terminals.
('('): Remove %right precedence.
(result): New non-terminal.
(start): Assign to $$.  Use declarator_1.  Handle functions
without return types.
(template_arg): Use start instead of colon_ext_name.
(yylex): Fix typo in "char" case.
(yyerror): Add newline.
(main): Behave like c++filt when started with no arguments.
gdb/ChangeLog.cplus
gdb/cp-names.y