comparison gcc/config/vax/netbsd.h @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 /* Definitions of target machine for GNU compiler.
2 NetBSD/vax a.out version.
3 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2007
4 Free Software Foundation, Inc.
5
6 This file is part of GCC.
7
8 GCC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3, or (at your option)
11 any later version.
12
13 GCC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */
21
22
23 #define TARGET_OS_CPP_BUILTINS() \
24 do \
25 { \
26 NETBSD_OS_CPP_BUILTINS_AOUT(); \
27 } \
28 while (0)
29
30 #undef CPP_SPEC
31 #define CPP_SPEC NETBSD_CPP_SPEC
32
33 /* Make gcc agree with <machine/ansi.h> */
34
35 #undef SIZE_TYPE
36 #define SIZE_TYPE "unsigned int"
37
38 #undef PTRDIFF_TYPE
39 #define PTRDIFF_TYPE "int"
40
41 /* Until they use ELF or something that handles dwarf2 unwinds
42 and initialization stuff better. Use sjlj exceptions. */
43 #undef DWARF2_UNWIND_INFO
44
45 /* We use gas, not the UNIX assembler. */
46 #undef TARGET_DEFAULT
47 #define TARGET_DEFAULT 0