* stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
i, and b.
This commit is contained in:
parent
d1f8b18147
commit
2084230d91
2 changed files with 14 additions and 3 deletions
|
@ -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)
|
Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
|
||||||
|
|
||||||
* stabs.texinfo: Document N_RBRAC as function relative for COFF as
|
* stabs.texinfo: Document N_RBRAC as function relative for COFF as
|
||||||
|
|
|
@ -107,6 +107,9 @@ descriptors (@pxref{Type Descriptors}) are believed to be completely
|
||||||
comprehensive. Stabs for COBOL-specific features and for variant
|
comprehensive. Stabs for COBOL-specific features and for variant
|
||||||
records (used by Pascal and Modula-2) are poorly documented here.
|
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
|
Other sources of information on stabs are @cite{Dbx and Dbxtool
|
||||||
Interfaces}, 2nd edition, by Sun, 1988, and @cite{AIX Version 3.2 Files
|
Interfaces}, 2nd edition, by Sun, 1988, and @cite{AIX Version 3.2 Files
|
||||||
Reference}, Fourth Edition, September 1992, "dbx Stabstring Grammar" in
|
Reference}, Fourth Edition, September 1992, "dbx Stabstring Grammar" in
|
||||||
|
@ -3384,13 +3387,15 @@ Open array; see @ref{Arrays}.
|
||||||
|
|
||||||
@item b
|
@item b
|
||||||
Pascal space type (AIX); see @ref{Miscellaneous Types}. Builtin integer
|
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
|
@item B
|
||||||
Volatile-qualified type; see @ref{Miscellaneous Types}.
|
Volatile-qualified type; see @ref{Miscellaneous Types}.
|
||||||
|
|
||||||
@item c
|
@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
|
@item C
|
||||||
COBOL Picture type. See AIX documentation for details.
|
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.
|
COBOL Group. See AIX documentation for details.
|
||||||
|
|
||||||
@item i
|
@item i
|
||||||
Imported type; see @ref{Cross-References}.
|
Imported type (AIX); see @ref{Cross-References}. Volatile-qualified
|
||||||
|
type (OS9000).
|
||||||
|
|
||||||
@item k
|
@item k
|
||||||
Const-qualified type; see @ref{Miscellaneous Types}.
|
Const-qualified type; see @ref{Miscellaneous Types}.
|
||||||
|
|
Loading…
Reference in a new issue