OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / config / vax / netbsd.h
1 #undef CPP_PREDEFINES
2 #define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem=unix -Asystem=NetBSD -Acpu=vax -Amachine=vax"
3
4 /* Make gcc agree with <machine/ansi.h> */
5
6 #undef SIZE_TYPE
7 #define SIZE_TYPE "unsigned int"
8
9 #undef PTRDIFF_TYPE
10 #define PTRDIFF_TYPE "int"
11
12 #undef WCHAR_TYPE
13 #define WCHAR_TYPE "int"
14
15 #undef WCHAR_UNSIGNED
16 #define WCHAR_UNSIGNED 0
17
18 #undef WCHAR_TYPE_SIZE
19 #define WCHAR_TYPE_SIZE 32
20
21 /* Until they use ELF or something that handles dwarf2 unwinds
22    and initialization stuff better.  */
23 #undef DWARF2_UNWIND_INFO
24