* stabs.texinfo (Nested Symbols): New node.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 14 Nov 1993 06:33:55 +0000 (06:33 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 14 Nov 1993 06:33:55 +0000 (06:33 +0000)
(String Field, Symbol Descriptors, Cross-References): Refer to it.

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

index 418dc9f502f6842947dd3c45cb137129ec31ccb8..bf181a3c237579c6148e07891eb414cb70aa87ae 100644 (file)
@@ -1,7 +1,7 @@
 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * stabs.texinfo (Nested Symbols): New node.
-       (String Field, Symbol Descriptors): Refer to it.
+       (String Field, Symbol Descriptors, Cross-References): Refer to it.
 
 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
index fb86f0875f49938529e018390bc7edf7b326ca69..4c8b75ef669fde8d1868da5a32b7dd5ed13fcbe7 100644 (file)
@@ -1638,6 +1638,9 @@ yet been defined.
 Another way is with the @samp{x} type descriptor, which is followed by
 @samp{s} for a structure tag, @samp{u} for a union tag, or @samp{e} for
 a enumerator tag, followed by the name of the tag, followed by @samp{:}.
+The name can contain @samp{::}---only a single @samp{:} ends the name;
+see @ref{Nested Symbols}.
+
 For example, the following C declarations:
 
 @example