diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-16 16:21:17 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-16 16:21:17 +0000 |
commit | ac83d595de63aedc2bbcae2169d26c8a1e676218 (patch) | |
tree | 86314ded5fe94ff54f9fcb4db348c19cba89d75b /gdb/doc/stabs.texinfo | |
parent | c42b8af8f73fe17f47eff8260b9bc9b15ace37d7 (diff) | |
download | gdb-ac83d595de63aedc2bbcae2169d26c8a1e676218.zip gdb-ac83d595de63aedc2bbcae2169d26c8a1e676218.tar.gz gdb-ac83d595de63aedc2bbcae2169d26c8a1e676218.tar.bz2 |
* stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r-- | gdb/doc/stabs.texinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index a9095c5..ffad679 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -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 |