FSF GCC merge 02/23/03
[official-gcc.git] / gcc / config / vax / netbsd.h
blob0bc31f73c0ae5667e334d4fdf2d7640a7d666029
1 /* Definitions of target machine for GNU compiler.
2 NetBSD/vax a.out version.
3 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
4 Free Software Foundation, Inc.
6 This file is part of GNU CC.
8 GNU CC 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 2, or (at your option)
11 any later version.
13 GNU CC 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.
18 You should have received a copy of the GNU General Public License
19 along with GNU CC; see the file COPYING. If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
24 #define TARGET_OS_CPP_BUILTINS() \
25 do \
26 { \
27 NETBSD_OS_CPP_BUILTINS_AOUT(); \
28 } \
29 while (0)
31 #undef CPP_SPEC
32 #define CPP_SPEC NETBSD_CPP_SPEC
34 /* Make gcc agree with <machine/ansi.h> */
36 #undef SIZE_TYPE
37 #define SIZE_TYPE "unsigned int"
39 #undef PTRDIFF_TYPE
40 #define PTRDIFF_TYPE "int"
42 /* Until they use ELF or something that handles dwarf2 unwinds
43 and initialization stuff better. Use sjlj exceptions. */
44 #undef DWARF2_UNWIND_INFO
46 /* We use gas, not the UNIX assembler. */
47 #undef TARGET_DEFAULT
48 #define TARGET_DEFAULT 0