OSDN Git Service

* xm-interix.h, xm-lynx.h, alpha/xm-vms.h, convex/xm-convex.h,
[pf3gnuchains/gcc-fork.git] / gcc / config / d30v / xm-d30v.h
1 /* Configuration for GNU C-compiler for Mitsubishi D30V.
2    Copyright (C) 1997, 2000, 2001 Free Software Foundation, Inc.
3    Contributed by Cygnus Solutions.
4
5    This file is part of GNU CC.
6
7    GNU CC is free software; you can redistribute it and/or modify
8    it under the terms of the GNU General Public License as published by
9    the Free Software Foundation; either version 2, or (at your option)
10    any later version.
11
12    GNU CC is distributed in the hope that it will be useful,
13    but WITHOUT ANY WARRANTY; without even the implied warranty of
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15    GNU General Public License for more details.
16
17    You should have received a copy of the GNU General Public License
18    along with GNU CC; see the file COPYING.  If not, write to
19    the Free Software Foundation, 59 Temple Place - Suite 330,
20    Boston, MA 02111-1307, USA.  */
21
22 /* #defines that need visibility everywhere.  */
23 #define FALSE   0
24 #define TRUE    1
25
26 /* A C expression for the status code to be returned when the compiler exits
27    after serious errors.  */
28 #define FATAL_EXIT_CODE 33
29
30 /* A C expression for the status code to be returned when the compiler exits
31    without serious errors.  */
32 #define SUCCESS_EXIT_CODE 0
33
34 /* Defined if the host machine stores words of multi-word values in big-endian
35    order.  (GNU CC does not depend on the host byte ordering within a word.)  */
36 #define HOST_WORDS_BIG_ENDIAN
37
38 /* A C expression for the number of bits in `char' on the host machine.  */
39 #define HOST_BITS_PER_CHAR 8
40
41 /* A C expression for the number of bits in `short' on the host machine.  */
42 #define HOST_BITS_PER_SHORT 16
43
44 /* A C expression for the number of bits in `int' on the host machine.  */
45 #define HOST_BITS_PER_INT 32
46
47 /* A C expression for the number of bits in `long' on the host machine.  */
48 #define HOST_BITS_PER_LONG 32
49
50 /* Define this macro to indicate that the compiler is running with the `alloca'
51    implemented in C.  */
52 #ifndef __GNUC__
53 #define USE_C_ALLOCA
54 #else
55 #define alloca __builtin_alloca
56 #endif
57
58 /* target machine dependencies.
59    tm.h is a symbolic link to the actual target specific file.   */
60 #include "tm.h"