diff options
author | Roland Pesch <pesch@cygnus> | 1992-11-03 00:58:46 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-11-03 00:58:46 +0000 |
commit | b32ae57bb38ddc6b296795144ab851c30981b994 (patch) | |
tree | 9dc42eb778540049f999a6569618a3d5e5a6ce86 /gdb | |
parent | cf57ff2af29fb9dd89ef44b746779aa5ded8380e (diff) | |
download | gdb-b32ae57bb38ddc6b296795144ab851c30981b994.zip gdb-b32ae57bb38ddc6b296795144ab851c30981b994.tar.gz gdb-b32ae57bb38ddc6b296795144ab851c30981b994.tar.bz2 |
Avoid character '+' in nodenames, gives formatters indigestion.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/stabs.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 62846c7..526d856 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -72,7 +72,7 @@ This document describes the GNU stabs debugging format in a.out files. * Variables:: * Aggregate types:: * Symbol tables:: Symbol information in symbol tables -* GNU C++ stabs:: +* GNU Cplusplus stabs:: Appendixes: * Example2.c:: Source code for extended example @@ -1484,11 +1484,11 @@ entry now holds an absolute address. 215 0000e008 D _g_foo @end example -@node GNU C++ stabs +@node GNU Cplusplus stabs @chapter GNU C++ stabs @menu -* Basic C++ types:: +* Basic Cplusplus types:: * Simple classes:: * Class instance:: * Methods:: Method definition @@ -1518,7 +1518,7 @@ cross-reference @end table -@node Basic C++ types +@node Basic Cplusplus types @section Basic types for C++ << the examples that follow are based on a01.C >> |