* stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.

This commit is contained in:
Jim Kingdon 1994-03-16 16:21:17 +00:00
parent c42b8af8f7
commit ac83d595de
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdbint.texinfo (Host Conditionals, Target Conditionals): Remove

View File

@ -3484,6 +3484,9 @@ Wide character; see @ref{Builtin Type Descriptors}.
@item x
Cross-reference; see @ref{Cross-References}.
@item Y
Used by IBM's xlC C++ compiler (for structures, I think).
@item z
gstring; see @ref{Strings}.
@end table