From 01c4b03990fd371311179a23fc7dcea011cf7464 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 26 Jul 1993 20:14:41 +0000 Subject: [PATCH] * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix. --- gdb/doc/stabs.texinfo | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 -- 2.30.2