aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-07-29 18:44:28 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-07-29 18:44:28 +0000
commite23cce4514b59135813c79aafdad0cba21558e61 (patch)
tree5e8ad1e05bdf7f856cd1d198304fedf8eb4fa7f4 /gdb/ChangeLog
parent8dfab6dd9a9cc74aac4657633e6410af4c0f6641 (diff)
downloadgdb-e23cce4514b59135813c79aafdad0cba21558e61.zip
gdb-e23cce4514b59135813c79aafdad0cba21558e61.tar.gz
gdb-e23cce4514b59135813c79aafdad0cba21558e61.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1beccaa..1fcd489 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,16 @@
+2009-07-29 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ 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.
+
2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
* NEWS: Mention ARM VFP support.