* stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 1 Jun 1994 23:14:45 +0000 (23:14 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 1 Jun 1994 23:14:45 +0000 (23:14 +0000)
another symbol, it is not the address itself.

gdb/doc/ChangeLog
gdb/doc/stabs.texinfo

index ecc2b69..f1d98a9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
+       another symbol, it is not the address itself.
+
 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * stabs.texinfo (Stab Section Basics): Add comment about alignment
index 8a8baf3..24f7149 100644 (file)
@@ -965,11 +965,11 @@ In XCOFF files, the stab type need not indicate the section;
 @code{C_STSYM} can be used for all statics.  Also, each static variable
 is enclosed in a static block.  A @code{C_BSTAT} (emitted with a
 @samp{.bs} assembler directive) symbol begins the static block; its
-value is the address of the static block, its section is the section of
-the variables in that static block, and its name is @samp{.bs}.  A
-@code{C_ESTAT} (emitted with a @samp{.es} assembler directive) symbol
-ends the static block; its name is @samp{.es} and its value and section
-are ignored.
+value is the symbol number of the csect symbol whose value is the
+address of the static block, its section is the section of the variables
+in that static block, and its name is @samp{.bs}.  A @code{C_ESTAT}
+(emitted with a @samp{.es} assembler directive) symbol ends the static
+block; its name is @samp{.es} and its value and section are ignored.
 
 In ECOFF files, the storage class is used to specify the section, so the
 stab type need not indicate the section.