diff options
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r-- | gdb/doc/stabs.texinfo | 5 |
1 files changed, 3 insertions, 2 deletions
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. |