* stabs.texinfo: Cleanups regarding statics.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 15 Jul 1993 20:44:09 +0000 (20:44 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 15 Jul 1993 20:44:09 +0000 (20:44 +0000)
gdb/doc/stabs.texinfo

index f52908ec3cd5a12074a19966f3229aa157da0d83..0e008cf408d8966c9d4a90af6f5df331a93cf070 100644 (file)
@@ -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