OSDN Git Service

* configure.in (m68*-*-rtemscoff*): New target, formal name for
[pf3gnuchains/gcc-fork.git] / gcc / config / c4x / xm-c4x.h
1 /* #defines that need visibility everywhere.  */
2 #define FALSE 0
3 #define TRUE 1
4
5 /* This describes the machine the compiler is hosted on.  */
6 #define HOST_BITS_PER_CHAR 32
7 #define HOST_BITS_PER_SHORT 32
8 #define HOST_BITS_PER_INT 32
9 #define HOST_BITS_PER_LONG 32
10 #define HOST_BITS_PER_LONGLONG 64
11
12 #define HOST_WORDS_BIG_ENDIAN
13
14 /* target machine dependencies.
15    tm.h is a symbolic link to the actual target specific file.   */
16 #include "tm.h"
17
18 /* Arguments to use with `exit'.  */
19 #define SUCCESS_EXIT_CODE 0
20 #define FATAL_EXIT_CODE 33
21