From: Jim Kingdon Date: Mon, 26 Jul 1993 20:14:41 +0000 (+0000) Subject: * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01c4b03990fd371311179a23fc7dcea011cf7464;p=binutils-gdb.git * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix. --- diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 979cebb6c2c..0e133f70bde 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