aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-07-01 19:19:13 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-07-01 19:19:13 +0000
commitbc68c4e5f855998fce6b79e5d96b913b548541ed (patch)
tree8237726ae45a2f88be48906c341e054001d8b98a
parent3f542ed1a314b4831f71ade5006d1926d58f8303 (diff)
downloadgdb-bc68c4e5f855998fce6b79e5d96b913b548541ed.zip
gdb-bc68c4e5f855998fce6b79e5d96b913b548541ed.tar.gz
gdb-bc68c4e5f855998fce6b79e5d96b913b548541ed.tar.bz2
gdb/Changelog fix:
* symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
-rw-r--r--gdb/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9b00e0b..09a70a9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,6 @@
2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
- * symtab.c (symbol_find_demangled_name): Likewise.
+ * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey <tromey@redhat.com>