Commit a0587d56 by Colin Smith Committed by Jeff Law

* sdbout.c (plain_type_1): Make boolean types work better with sdb.

From-SVN: r25686
parent 2aee04d2
1999-03-11 Colin Smith <colin@wrs.com>
* sdbout.c (plain_type_1): Make boolean types work better with sdb.
Thu Mar 11 00:20:52 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
* gcc.texi: Update bug reporting instructions to match
......
......@@ -527,6 +527,7 @@ plain_type_1 (type, level)
{
case VOID_TYPE:
return T_VOID;
case BOOLEAN_TYPE:
case INTEGER_TYPE:
{
int size = int_size_in_bytes (type) * BITS_PER_UNIT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment