+2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * stabs.texinfo (Member Type Descriptor): Correct example for
+ pointer to member types.
+
2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
* gdb.texinfo (Optional warnings and messages): Add
@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.
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