From f50cb1a34d237ce65da41c763a879ac7873a8c0e Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sun, 14 Nov 1993 06:33:55 +0000 Subject: [PATCH] * stabs.texinfo (Nested Symbols): New node. (String Field, Symbol Descriptors, Cross-References): Refer to it. --- gdb/doc/ChangeLog | 2 +- gdb/doc/stabs.texinfo | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 418dc9f502f..bf181a3c237 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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) diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index fb86f0875f4..4c8b75ef669 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -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 -- 2.30.2