From 2084230d914d86645979525d1e7d4e1c81b2f124 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 2 Mar 1994 02:55:42 +0000 Subject: [PATCH] * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c, i, and b. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/stabs.texinfo | 12 +++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c9a7b5e..f9e888b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index f2527e7..763b301 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -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}. -- 2.7.4