diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-16 20:31:08 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-16 20:31:08 +0000 |
commit | ffcee8884bbbed98f7db81ca0094ba301b000c24 (patch) | |
tree | fd6f2d25ac5c437c090869c7113baaa7be449e51 /gdb/doc | |
parent | ee499d81922e3fe015fdfc77cd21f9d9fd2abd42 (diff) | |
download | gdb-ffcee8884bbbed98f7db81ca0094ba301b000c24.zip gdb-ffcee8884bbbed98f7db81ca0094ba301b000c24.tar.gz gdb-ffcee8884bbbed98f7db81ca0094ba301b000c24.tar.bz2 |
* stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/stabs.texinfo | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8cc1d5f..7eceb40 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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> * gdb.texinfo (Define): Document $arg0... arguments to commands, 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 |