gdb/doc/
authorYao Qi <yao@codesourcery.com>
Thu, 29 Nov 2012 06:24:24 +0000 (06:24 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 29 Nov 2012 06:24:24 +0000 (06:24 +0000)
2012-11-29  Yao Qi  <yao@codesourcery.com>

PR gdb/1477.
* gdb.texinfo (Print Settings): Correct the default 'demangle-style'
to 'auto' instead of 'gnu'.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index b594764..3446f93 100644 (file)
@@ -1,3 +1,9 @@
+2012-11-29  Yao Qi  <yao@codesourcery.com>
+
+       PR gdb/1477.
+       * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
+       to 'auto' instead of 'gnu'.
+
 2012-11-26  Tom Tromey  <tromey@redhat.com>
 
        * gdb.texinfo (MiniDebugInfo): New node.
index afe3845..6f80031 100644 (file)
@@ -8884,10 +8884,10 @@ represent C@t{++} names.  The choices for @var{style} are currently:
 @table @code
 @item auto
 Allow @value{GDBN} to choose a decoding style by inspecting your program.
+This is the default.
 
 @item gnu
 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
-This is the default.
 
 @item hp
 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.