* stabs.texinfo (Negative Type Numbers): Document format for type
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 2 Feb 1994 16:33:09 +0000 (16:33 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 2 Feb 1994 16:33:09 +0000 (16:33 +0000)
-16.

gdb/doc/ChangeLog
gdb/doc/stabs.texinfo

index cd59d45e0ddf0c10dbf6b9cd194da7f1134995ac..7a12f63f52b6bd145fc4e28383151cfaf3a1fe63 100644 (file)
@@ -1,3 +1,8 @@
+Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabs.texinfo (Negative Type Numbers): Document format for type
+       -16.
+
 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * gdb.texinfo (Selection, Frame Info): Update information about
index b5beccb76d3486e4d51ff5d0eeba432aae5a6997..85c2d4ead1df8905bc6b53d5f045bd9b970e3af0 100644 (file)
@@ -1543,9 +1543,9 @@ use a new negative type number.
 @code{integer}.  32 bit signed integral type.
 
 @item -16
-@code{boolean}.  32 bit type.  How is the truth value encoded?  Is it
-the least significant bit or is it a question of whether the whole value
-is zero or non-zero?
+@code{boolean}.  32 bit type.  GDB and GCC assume that zero is false,
+one is true, and other values have unspecified meaning.  I hope this
+agrees with how the IBM tools use the type.
 
 @item -17
 @code{short real}.  IEEE single precision.
This page took 0.030116 seconds and 4 git commands to generate.