From: drow Date: Wed, 2 Aug 2006 03:31:21 +0000 (+0000) Subject: * stabs.texinfo (Member Type Descriptor): Correct example for X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f4133a216d4d7127a7f328426c3551f2be6c08c0;p=pf3gnuchains%2Fsourceware.git * stabs.texinfo (Member Type Descriptor): Correct example for pointer to member types. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 77c14dc765..b1e539bd82 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-08-01 Daniel Jacobowitz + + * stabs.texinfo (Member Type Descriptor): Correct example for + pointer to member types. + 2006-07-21 Andrew Stubbs * gdb.texinfo (Optional warnings and messages): Add diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index feb7676406..64998e2d21 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