diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-02 02:55:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-02 02:55:42 +0000 |
commit | 2084230d914d86645979525d1e7d4e1c81b2f124 (patch) | |
tree | f99ab9494d8de253727a4f747829f8c159367e64 /gdb/doc | |
parent | d1f8b181473c5327d5f2dc4cbbd2e0eff92dbba2 (diff) | |
download | gdb-2084230d914d86645979525d1e7d4e1c81b2f124.zip gdb-2084230d914d86645979525d1e7d4e1c81b2f124.tar.gz gdb-2084230d914d86645979525d1e7d4e1c81b2f124.tar.bz2 |
* stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
i, and b.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | 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}. |