mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Minor wording changes.
This commit is contained in:
@ -2096,12 +2096,12 @@ at 128, and Ddat at 160.
|
|||||||
@node Static Members
|
@node Static Members
|
||||||
@section Static Members
|
@section Static Members
|
||||||
|
|
||||||
The data area for a class is a concatination of the space used by the
|
The data area for a class is a concatenation of the space used by the
|
||||||
data members of the class. If the class has virtual methods a vtable
|
data members of the class. If the class has virtual methods, a vtable
|
||||||
pointer follows the class data. The field offset part of each field
|
pointer follows the class data. The field offset part of each field
|
||||||
description in the class stab shows this ordering.
|
description in the class stab shows this ordering.
|
||||||
|
|
||||||
<< how is this reflected in stabs? >>
|
<< How is this reflected in stabs? See Cygnus bug #677 for some info. >>
|
||||||
|
|
||||||
@node Example2.c
|
@node Example2.c
|
||||||
@appendix Example2.c - source code for extended example
|
@appendix Example2.c - source code for extended example
|
||||||
|
Reference in New Issue
Block a user