update copyrights in config dir.
[official-gcc.git] / gcc / config / fr30 / xm-fr30.h
bloba43a3324c371971ee7bc98e6a20f3950ff5852ea
1 /* Definitions of FR30 target.
2 Copyright (C) 1998, 1999 Free Software Foundation, Inc.
3 Contributed by Cygnus Solutions.
5 This file is part of GNU CC.
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.
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.
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. */
22 /* #defines that need visibility everywhere. */
23 #define FALSE 0
24 #define TRUE 1
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
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
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 1 */
38 /* In addition, configuration files for system V define `bcopy', `bzero' and
39 `bcmp' as aliases. Some files define `alloca' as a macro when compiled with
40 GNU CC, in order to take advantage of the benefit of GNU CC's built-in
41 `alloca'. */
43 /* target machine dependencies.
44 tm.h is a symbolic link to the actual target specific file. */
45 #include "tm.h"
47 /* end of xm-fr30.h */