Commit c78358d4 by Jason Merrill Committed by Jason Merrill

* i960.h (BOOL_TYPE_SIZE): Define.

From-SVN: r24110
parent e868a840
Sat Dec 5 15:14:52 1998 Jason Merrill <jason@yorick.cygnus.com>
* i960.h (BOOL_TYPE_SIZE): Define.
Sun Dec 6 00:28:16 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.c (valid_parallel_load_store): Flog functionality
......
......@@ -1114,6 +1114,11 @@ extern struct rtx_def *legitimize_address ();
#define SLOW_BYTE_ACCESS 1
/* Force sizeof(bool) == 1 to maintain binary compatibility; otherwise, the
change in SLOW_BYTE_ACCESS would have changed it to 4. */
#define BOOL_TYPE_SIZE CHAR_TYPE_SIZE
/* We assume that the store-condition-codes instructions store 0 for false
and some other value for true. This is the value stored for true. */
......
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