2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / m68k / openbsd.h
blob5fe7ea7017870e138bec9f9148d8c09d6366dfca
1 /* Configuration file for an m68k OpenBSD target.
2 Copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc.
4 This file is part of GCC.
6 GCC 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.
11 GCC 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.
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING. If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
21 /* Target OS builtins. */
22 #define TARGET_OS_CPP_BUILTINS() \
23 do \
24 { \
25 builtin_define ("__unix__"); \
26 builtin_define ("__OpenBSD__"); \
27 builtin_assert ("system=unix"); \
28 builtin_assert ("system=OpenBSD"); \
29 } \
30 while (0)
32 /* Define __HAVE_68881__ in preprocessor, unless -msoft-float is specified.
33 This will control the use of inline 68881 insns in certain macros. */
34 #undef CPP_SPEC
35 #define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__ -D__HAVE_FPU__} %{posix:-D_POSIX_SOURCE} %{pthread:-D_POSIX_THREADS}"
37 /* m68k as needs to know about the processor subtype. */
38 #undef ASM_SPEC
39 #define ASM_SPEC "%{m68030} %{m68040} %{m68060} %{fpic|fpie:-k} %{fPIC|fPIE:-k -K}"
41 #define AS_NEEDS_DASH_FOR_PIPED_INPUT
43 /* Layout of source language data types. */
45 /* This must agree with <machine/ansi.h> */
46 #undef SIZE_TYPE
47 #define SIZE_TYPE "unsigned int"
49 #undef PTRDIFF_TYPE
50 #define PTRDIFF_TYPE "int"
52 #undef WCHAR_TYPE
53 #define WCHAR_TYPE "int"
55 #undef WCHAR_TYPE_SIZE
56 #define WCHAR_TYPE_SIZE 32
58 /* Storage layout. */
60 /* Every structure or union's size must be a multiple of 2 bytes. */
61 #define STRUCTURE_SIZE_BOUNDARY 16
63 /* Specific options for DBX Output. */
65 /* This is BSD, so it wants DBX format. */
66 #define DBX_DEBUGGING_INFO 1
68 /* Do not break .stabs pseudos into continuations. */
69 #define DBX_CONTIN_LENGTH 0
71 /* This is the char to use for continuation (in case we need to turn
72 continuation back on). */
73 #define DBX_CONTIN_CHAR '?'
75 /* Stack & calling: aggregate returns. */
77 /* Don't default to pcc-struct-return, because gcc is the only compiler, and
78 we want to retain compatibility with older gcc versions. */
79 #define DEFAULT_PCC_STRUCT_RETURN 0
81 /* Assembler format: exception region output. */
83 /* All configurations that don't use elf must be explicit about not using
84 dwarf unwind information. */
85 #define DWARF2_UNWIND_INFO 0