summaryrefslogtreecommitdiff
path: root/gdb/doc/stabs.texinfo
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-08-02 03:31:21 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-08-02 03:31:21 +0000
commit74f2a8705939951415aaa2dfa5c7487ec70b4524 (patch)
tree357bfd8de4331de61ba628cee3febfece560c42e /gdb/doc/stabs.texinfo
parentc5534e68be4b3fe66f6377bc24c74977f7d74d34 (diff)
downloadgdb-74f2a8705939951415aaa2dfa5c7487ec70b4524.tar.gz
* stabs.texinfo (Member Type Descriptor): Correct example for
pointer to member types.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r--gdb/doc/stabs.texinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index d9f7dc32632..84a18a45fee 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -35,7 +35,7 @@ Free Documentation License''.
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.17 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.18 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Support\par
\hfill \manvers\par
@@ -2742,8 +2742,8 @@ compiler it can also be used in other contexts.
@node Member Type Descriptor
@section The @samp{@@} Type Descriptor
-The @samp{@@} type descriptor is used together with the @samp{*} type
-descriptor for a pointer-to-non-static-member-data type. It is followed
+The @samp{@@} type descriptor is used for a
+pointer-to-non-static-member-data type. It is followed
by type information for the class (or union), a comma, and type
information for the member data.
@@ -2756,7 +2756,7 @@ typedef int A::*int_in_a;
generates the following stab:
@smallexample
-.stabs "int_in_a:t20=*21=@@19,1",128,0,0,0
+.stabs "int_in_a:t20=21=@@19,1",128,0,0,0
@end smallexample
Note that there is a conflict between this and type attributes