* stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 26 Jul 1993 20:14:41 +0000 (20:14 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 26 Jul 1993 20:14:41 +0000 (20:14 +0000)
gdb/doc/stabs.texinfo

index 979cebb6c2ce18fa8870571b8d1c2a1526e1123b..0e133f70bde6c8010d1317f84e916a204589c16b 100644 (file)
@@ -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