* config/arm/arm.c (TARGET_SETUP_INCOMING_VARARGS): New.
[official-gcc.git] / gcc / config / i370 / oe.h
blob088c043530eeacbb0dd38e2f9315a23f71a1fbb0
1 /* Definitions of target machine for GNU compiler. System/370 version.
2 Copyright (C) 1989, 1993, 1995, 1996, 1997, 2003
3 Free Software Foundation, Inc.
4 Contributed by Jan Stein (jan@cd.chalmers.se).
5 Modified for OS/390 OpenEdition by Dave Pitts (dpitts@cozx.com)
7 This file is part of GCC.
9 GCC is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
14 GCC is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with GCC; see the file COPYING. If not, write to
21 the Free Software Foundation, 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. */
24 #define TARGET_VERSION printf (" (370/OpenEdition)");
26 /* Specify that we're generating code for the Language Environment */
28 #define LE370 1
29 #define LONGEXTERNAL 1
30 #define TARGET_EBCDIC 1
31 #define TARGET_HLASM 1
33 /* Options for the preprocessor for this target machine. */
35 #define CPP_SPEC "-trigraphs"
37 /* Options for this target machine. */
39 #define LIB_SPEC ""
40 #define LIBGCC_SPEC ""
41 #define STARTFILE_SPEC "/usr/local/lib/gccmain.o"
43 /* Target OS preprocessor built-ins. */
44 #define TARGET_OS_CPP_BUILTINS() \
45 do { \
46 builtin_define_std ("unix"); \
47 builtin_define_std ("UNIX"); \
48 builtin_define_std ("openedition"); \
49 builtin_define ("__i370__"); \
50 builtin_assert ("system=openedition"); \
51 builtin_assert ("system=unix"); \
52 } while (0)