* stabs.texinfo (Statics): Value of xcoff C_BSTAT points to

another symbol, it is not the address itself.
This commit is contained in:
Jim Kingdon 1994-06-01 23:14:45 +00:00
parent d237841cc5
commit cb0520c4d1
2 changed files with 10 additions and 5 deletions

View 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

View 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.