gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 29 Jul 2009 18:44:28 +0000 (18:44 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 29 Jul 2009 18:44:28 +0000 (18:44 +0000)
commite23cce4514b59135813c79aafdad0cba21558e61
tree5e8ad1e05bdf7f856cd1d198304fedf8eb4fa7f4
parent8dfab6dd9a9cc74aac4657633e6410af4c0f6641
gdb/
Fix gcc-4.5 HEAD warnings.
* cp-name-parser.y (%union <typed_val_int>, %token GLOBAL)
(GLOBAL_CONSTRUCTORS, GLOBAL_DESTRUCTORS, demangler_special <GLOBAL>):
Remove.
(yylex <"global constructors keyed to ">)
(yylex <"global destructors keyed to ">): Base it on DEMANGLER_SPECIAL.
(cp_comp_to_string): Remove variables str, prefix and buf.  Remove the
GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS handling.
(cp_print): Remove the GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS
handling.
gdb/ChangeLog
gdb/cp-name-parser.y