OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / config / vax / openbsd.h
1 /* Configuration fragment for a vax OpenBSD target.
2    Copyright (C) 2000 Free Software Foundation, Inc.
3
4 This file is part of GNU CC.
5
6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GNU CC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING.  If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.  */
20
21 /* Amend common OpenBSD definitions for vax target.  */
22
23 #undef CPP_PREDEFINES
24 #define CPP_PREDEFINES "-D__unix__ -D__vax__ -D__OpenBSD__ -Asystem=unix -Asystem=OpenBSD -Acpu=vax -Amachine=vax"
25
26 /* Layout of source language data types.  */
27
28 /* This must agree with <machine/ansi.h>  */
29 #undef SIZE_TYPE
30 #define SIZE_TYPE "unsigned int"
31
32 #undef PTRDIFF_TYPE
33 #define PTRDIFF_TYPE "int"
34
35 #undef WCHAR_TYPE
36 #define WCHAR_TYPE "int"
37
38 #undef WCHAR_TYPE_SIZE
39 #define WCHAR_TYPE_SIZE 32