* stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
This commit is contained in:
parent
7e71985c9e
commit
455c860321
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue