]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/alpha/xm-alpha.h
aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
[thirdparty/gcc.git] / gcc / config / alpha / xm-alpha.h
CommitLineData
b8c59d6f 1/* Configuration for GNU C-compiler for DEC Alpha.
000b5f54 2 Copyright (C) 1990, 1992, 1993, 1994, 1995, 1998, 2001
9ddd9abd 3 Free Software Foundation, Inc.
febd204e 4 Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
b8c59d6f
RK
5
6This file is part of GNU CC.
7
8GNU CC is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
12
13GNU CC is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU CC; see the file COPYING. If not, write to
38ead7f3
RK
20the Free Software Foundation, 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
b8c59d6f 22
b8c59d6f
RK
23/* This describes the machine the compiler is hosted on. */
24#define HOST_BITS_PER_CHAR 8
25#define HOST_BITS_PER_SHORT 16
26#define HOST_BITS_PER_INT 32
27#define HOST_BITS_PER_LONG 64
28#define HOST_BITS_PER_LONGLONG 64
29
3975f288
RK
30/* The host compiler has problems with enum bitfields since it makes
31 them signed so we can't fit all our codes in. */
32
33#ifndef __GNUC__
34#define ONLY_INT_FIELDS
35#endif
36
3731dc0c
JM
37/* OSF/1 is POSIX.1 compliant. */
38
39#define POSIX