OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config/] [m68k/] [openbsd.h] - Blame information for rev 820

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/* Configuration file for an m68k OpenBSD target.
2
   Copyright (C) 1999, 2002, 2003, 2007 Free Software Foundation, Inc.
3
 
4
This file is part of GCC.
5
 
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 3, or (at your option)
9
any later version.
10
 
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.
15
 
16
You should have received a copy of the GNU General Public License
17
along with GCC; see the file COPYING3.  If not see
18
<http://www.gnu.org/licenses/>.  */
19
 
20
/* Target OS builtins.  */
21
#define TARGET_OS_CPP_BUILTINS()                \
22
  do                                            \
23
    {                                           \
24
        builtin_define ("__unix__");            \
25
        builtin_define ("__OpenBSD__");         \
26
        builtin_assert ("system=unix");         \
27
        builtin_assert ("system=OpenBSD");      \
28
   }                                            \
29
  while (0)
30
 
31
/* Define __HAVE_68881__ in preprocessor, unless -msoft-float is specified.
32
   This will control the use of inline 68881 insns in certain macros.  */
33
#undef CPP_SPEC
34
#define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__ -D__HAVE_FPU__} %{posix:-D_POSIX_SOURCE} %{pthread:-D_POSIX_THREADS}"
35
 
36
/* m68k as needs to know about the processor subtype.  */
37
#undef ASM_SPEC
38
#define ASM_SPEC "%{m68030} %{m68040} %{m68060} %{fpic|fpie:-k} %{fPIC|fPIE:-k -K}"
39
 
40
#define AS_NEEDS_DASH_FOR_PIPED_INPUT
41
 
42
/* Layout of source language data types.  */
43
 
44
/* This must agree with <machine/ansi.h> */
45
#undef SIZE_TYPE
46
#define SIZE_TYPE "unsigned int"
47
 
48
#undef PTRDIFF_TYPE
49
#define PTRDIFF_TYPE "int"
50
 
51
#undef WCHAR_TYPE
52
#define WCHAR_TYPE "int"
53
 
54
#undef WCHAR_TYPE_SIZE
55
#define WCHAR_TYPE_SIZE 32
56
 
57
/* Storage layout.  */
58
 
59
/* Every structure or union's size must be a multiple of 2 bytes.  */
60
#define STRUCTURE_SIZE_BOUNDARY 16
61
 
62
/* Specific options for DBX Output.  */
63
 
64
/* This is BSD, so it wants DBX format.  */
65
#define DBX_DEBUGGING_INFO 1
66
 
67
/* Do not break .stabs pseudos into continuations.  */
68
#define DBX_CONTIN_LENGTH 0
69
 
70
/* This is the char to use for continuation (in case we need to turn
71
   continuation back on).  */
72
#define DBX_CONTIN_CHAR '?'
73
 
74
/* Stack & calling: aggregate returns.  */
75
 
76
/* Don't default to pcc-struct-return, because gcc is the only compiler, and
77
   we want to retain compatibility with older gcc versions.  */
78
#define DEFAULT_PCC_STRUCT_RETURN 0
79
 
80
/* Assembler format: exception region output.  */
81
 
82
/* All configurations that don't use elf must be explicit about not using
83
   dwarf unwind information.  */
84
#define DWARF2_UNWIND_INFO 0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.