aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-15 20:44:09 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-15 20:44:09 +0000
commit38e1c8decbbf8690e304c1d252793e3e25020be3 (patch)
treefebae7acc809d4ca970c59f2f8971cace2dbff06
parent24dcc707291d840b8cd6a0c895e6b259aad04981 (diff)
downloadgdb-38e1c8decbbf8690e304c1d252793e3e25020be3.zip
gdb-38e1c8decbbf8690e304c1d252793e3e25020be3.tar.gz
gdb-38e1c8decbbf8690e304c1d252793e3e25020be3.tar.bz2
* stabs.texinfo: Cleanups regarding statics.
-rw-r--r--gdb/doc/stabs.texinfo5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index f52908e..0e008cf 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -985,9 +985,12 @@ In a.out files, @code{N_STSYM} means the data segment (although gcc
find the variables), @code{N_FUN} means the text segment, and
@code{N_LCSYM} means the bss segment.
-In xcoff files, each symbol has a section number, so the symbol type
+In xcoff files, each symbol has a section number, so the stab type
need not indicate the segment.
+In ecoff files, the storage class is used to specify the section, so the
+stab type need not indicate the segment.
+
@c In ELF files, it apparently is a big mess. See kludge in dbxread.c
@c in GDB. FIXME: Investigate where this kludge comes from.
@c