From ffcee8884bbbed98f7db81ca0094ba301b000c24 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 16 Mar 1995 20:31:08 +0000 Subject: * stabs.texinfo (Negative Type Numbers): Document types -31 to -34. --- gdb/doc/stabs.texinfo | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gdb/doc/stabs.texinfo') diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 62e13a7..c6029c7 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -1639,6 +1639,18 @@ floating point values. @item -30 @code{wchar}. Wide character, 16 bits wide, unsigned (what format? Unicode?). + +@item -31 +@code{long long}, 64 bit signed integral type. + +@item -32 +@code{unsigned long long}, 64 bit unsigned integral type. + +@item -33 +@code{logical*8}, 64 bit unsigned integral type. + +@item -34 +@code{integer*8}, 64 bit signed integral type. @end table @node Miscellaneous Types -- cgit v1.1