aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/stabs.texinfo
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-08-02 03:31:21 +0000
committerDaniel Jacobowitz <drow@false.org>2006-08-02 03:31:21 +0000
commit0cbfa4ee32c2a671ab9ff52d324f2e9505aaf0de (patch)
treed36a44b8d052fca21daea8a859a3f8bf0343d596 /gdb/doc/stabs.texinfo
parenta22229c4cdeb757dcd1d910c0e11b3c5b915e6a4 (diff)
downloadgdb-0cbfa4ee32c2a671ab9ff52d324f2e9505aaf0de.zip
gdb-0cbfa4ee32c2a671ab9ff52d324f2e9505aaf0de.tar.gz
gdb-0cbfa4ee32c2a671ab9ff52d324f2e9505aaf0de.tar.bz2
* 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.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index feb7676..64998e2 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -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