aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/stabs.texinfo
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-06-01 23:14:45 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-06-01 23:14:45 +0000
commitcb0520c4d1f91e07c91ea38958e42abc57ddd8f2 (patch)
tree120ceefc3066a0cc2c2d2b8692233c4bc6fe0cb2 /gdb/doc/stabs.texinfo
parentd237841cc55e98729567c83ac4038902d0082b86 (diff)
downloadgdb-cb0520c4d1f91e07c91ea38958e42abc57ddd8f2.zip
gdb-cb0520c4d1f91e07c91ea38958e42abc57ddd8f2.tar.gz
gdb-cb0520c4d1f91e07c91ea38958e42abc57ddd8f2.tar.bz2
* stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
another symbol, it is not the address itself.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r--gdb/doc/stabs.texinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index 8a8baf3..24f7149 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -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.