aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-25 19:32:18 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-25 19:32:18 +0000
commit455c8603210b0748f066c26e9f41e670e9bb4ee2 (patch)
tree8d50acdba1182320707b3539fa234aa8167e9b50 /gdb
parent7e71985c9e0da1d2453ee40dd408e23a97fc25b8 (diff)
downloadgdb-455c8603210b0748f066c26e9f41e670e9bb4ee2.zip
gdb-455c8603210b0748f066c26e9f41e670e9bb4ee2.tar.gz
gdb-455c8603210b0748f066c26e9f41e670e9bb4ee2.tar.bz2
* stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/stabs.texinfo5
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 96216e7..a16fcb5 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
+
Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* stabs.texinfo (Negative Type Numbers): Minor character cleanups.
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index a20ba7f..bebf012 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -1450,8 +1450,9 @@ use a new negative type number.
@code{integer}. 32 bit signed integral type.
@item -16
-@code{boolean}. Only one bit is used, not sure about the actual size of the
-type.
+@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?
@item -17
@code{short real}. IEEE single precision.