OSDN Git Service

(find_barrier): Always use get_attr_length to compute length of
[pf3gnuchains/gcc-fork.git] / gcc / config / sh / xm-sh.h
1 /* Configuration for GNU C-compiler for Hitachi SH.
2    Copyright (C) 1993 Free Software Foundation, Inc.
3 This file is part of GNU CC.
4
5 GNU CC is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2, or (at your option)
8 any later version.
9
10 GNU CC is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNU CC; see the file COPYING.  If not, write to
17 the Free Software Foundation, 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.  */
19
20 /* #defines that need visibility everywhere.  */
21 #define FALSE 0
22 #define TRUE 1
23
24 /* This describes the machine the compiler is hosted on.  */
25 #define HOST_BITS_PER_CHAR 8
26 #define HOST_BITS_PER_SHORT 16
27 #define HOST_BITS_PER_INT 32
28 #define HOST_BITS_PER_LONG 32
29
30 /* If compiled with GNU C, use the built-in alloca.  */
31 #ifdef __GNUC__
32 #define alloca __builtin_alloca
33 #endif
34
35 /* We have the vprintf function.  */
36 #define HAVE_VPRINTF 1
37
38 /* target machine dependencies.
39    tm.h is a symbolic link to the actual target specific file.  */
40 #include "tm.h"
41
42 /* Arguments to use with `exit'.  */
43 #define SUCCESS_EXIT_CODE 0
44 #define FATAL_EXIT_CODE 33