aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-26 20:36:43 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-26 20:36:43 +0000
commit03ffea63778e5c99090f4416a74be1ad182f1cc8 (patch)
treee0cecdc8a08a7493442a04e307249a4729078825
parent1c8961dd3583cfd12fdad01aa327050f73e9bf12 (diff)
downloadfsf-binutils-gdb-03ffea63778e5c99090f4416a74be1ad182f1cc8.zip
fsf-binutils-gdb-03ffea63778e5c99090f4416a74be1ad182f1cc8.tar.gz
fsf-binutils-gdb-03ffea63778e5c99090f4416a74be1ad182f1cc8.tar.bz2
* stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
-rw-r--r--gdb/doc/stabs.texinfo12
1 files changed, 8 insertions, 4 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index 0e133f7..624be71 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -1440,22 +1440,26 @@ is zero or non-zero?
@item -21
@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.
+used for unsigned integers. 0 is false, 1 is true, and other values are
+non-boolean.
@item -22
@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.
+used for unsigned integers. 0 is false, 1 is true, and other values are
+non-boolean.
@item -23
@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.
+used for unsigned integers. 0 is false, 1 is true, and other values are
+non-boolean.
@item -24
@code{logical}, 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.
+used for unsigned integers. 0 is false, 1 is true, and other values are
+non-boolean.
@item -25
@code{complex}. A complex type consisting of two IEEE single-precision