* stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 2 Mar 1994 02:55:42 +0000 (02:55 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 2 Mar 1994 02:55:42 +0000 (02:55 +0000)
i, and b.

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

index c9a7b5e00cdf23c1d63e0d145c2072bb2e181551..f9e888b070390d32e48ecfbd207032e3811c1110 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
+
+       * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
+       i, and b.
+
 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
 
        * stabs.texinfo: Document N_RBRAC as function relative for COFF as
index f2527e71f0efe90826fc6ea0b3401a2793ee9cf5..763b301b0a55dce3abf151c62bbeb8016adbafd6 100644 (file)
@@ -107,6 +107,9 @@ descriptors (@pxref{Type Descriptors}) are believed to be completely
 comprehensive.  Stabs for COBOL-specific features and for variant
 records (used by Pascal and Modula-2) are poorly documented here.
 
+@c FIXME: Need to document all OS9000 stuff in GDB; see all references
+@c to os9k_stabs in stabsread.c.
+
 Other sources of information on stabs are @cite{Dbx and Dbxtool
 Interfaces}, 2nd edition, by Sun, 1988, and @cite{AIX Version 3.2 Files
 Reference}, Fourth Edition, September 1992, "dbx Stabstring Grammar" in
@@ -3384,13 +3387,15 @@ Open array; see @ref{Arrays}.
 
 @item b
 Pascal space type (AIX); see @ref{Miscellaneous Types}.  Builtin integer
-type (Sun); see @ref{Builtin Type Descriptors}.
+type (Sun); see @ref{Builtin Type Descriptors}.  Const and volatile
+qualfied type (OS9000).
 
 @item B
 Volatile-qualified type; see @ref{Miscellaneous Types}.
 
 @item c
-Complex builtin type; see @ref{Builtin Type Descriptors}.
+Complex builtin type (AIX); see @ref{Builtin Type Descriptors}.
+Const-qualified type (OS9000).
 
 @item C
 COBOL Picture type.  See AIX documentation for details.
@@ -3420,7 +3425,8 @@ Builtin floating point type; see @ref{Builtin Type Descriptors}.
 COBOL Group.  See AIX documentation for details.
 
 @item i
-Imported type; see @ref{Cross-References}.
+Imported type (AIX); see @ref{Cross-References}.  Volatile-qualified
+type (OS9000).
 
 @item k
 Const-qualified type; see @ref{Miscellaneous Types}.
This page took 0.029791 seconds and 4 git commands to generate.