* stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
This commit is contained in:
parent
ee499d8192
commit
ffcee8884b
@ -1,3 +1,7 @@
|
|||||||
|
Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
|
||||||
|
|
||||||
Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
||||||
|
|
||||||
* gdb.texinfo (Define): Document $arg0... arguments to commands,
|
* gdb.texinfo (Define): Document $arg0... arguments to commands,
|
||||||
|
@ -1639,6 +1639,18 @@ floating point values.
|
|||||||
@item -30
|
@item -30
|
||||||
@code{wchar}. Wide character, 16 bits wide, unsigned (what format?
|
@code{wchar}. Wide character, 16 bits wide, unsigned (what format?
|
||||||
Unicode?).
|
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
|
@end table
|
||||||
|
|
||||||
@node Miscellaneous Types
|
@node Miscellaneous Types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user