diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-26 20:14:41 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-26 20:14:41 +0000 |
commit | 01c4b03990fd371311179a23fc7dcea011cf7464 (patch) | |
tree | 232f45db5d87c14975e5303d018b3a05332d5d88 | |
parent | 230a3ab0d4756c07d20d9d4781c6e796f1738631 (diff) | |
download | gdb-01c4b03990fd371311179a23fc7dcea011cf7464.zip gdb-01c4b03990fd371311179a23fc7dcea011cf7464.tar.gz gdb-01c4b03990fd371311179a23fc7dcea011cf7464.tar.bz2 |
* stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
-rw-r--r-- | gdb/doc/stabs.texinfo | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 979cebb..0e133f7 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -1438,13 +1438,19 @@ is zero or non-zero? @code{character}, 8 bit unsigned character type. @item -21 -@code{logical*1}, 8 bit unsigned integral type. +@code{logical*1}, 8 bit type. This @sc{fortran} type has a split +personality in that it is used for boolean variables, but can also be +used for unsigned integers. @item -22 -@code{logical*2}, 16 bit unsigned integral type. +@code{logical*2}, 16 bit type. This @sc{fortran} type has a split +personality in that it is used for boolean variables, but can also be +used for unsigned integers. @item -23 -@code{logical*4}, 32 bit unsigned integral type. +@code{logical*4}, 32 bit type. This @sc{fortran} type has a split +personality in that it is used for boolean variables, but can also be +used for unsigned integers. @item -24 @code{logical}, 32 bit type. This @sc{fortran} type has a split |