FSF GCC merge 02/23/03
[official-gcc.git] / gcc / config / mips / netbsd.h
blob4c412b42acef28356c1e6213797cb5b25be54ec5
1 /* Definitions of target machine for GNU compiler, for MIPS NetBSD systems.
2 Copyright (C) 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003
3 Free Software Foundation, Inc.
5 This file is part of GNU CC.
7 GNU CC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
12 GNU CC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GNU CC; see the file COPYING. If not, write to
19 the Free Software Foundation, 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
23 /* Define default target values. */
25 #undef MACHINE_TYPE
26 #if TARGET_ENDIAN_DEFAULT != 0
27 #define MACHINE_TYPE "NetBSD/mipseb ELF"
28 #else
29 #define MACHINE_TYPE "NetBSD/mipsel ELF"
30 #endif
32 #define TARGET_OS_CPP_BUILTINS() \
33 do \
34 { \
35 NETBSD_OS_CPP_BUILTINS_ELF(); \
36 builtin_define ("__NO_LEADING_UNDERSCORES__"); \
37 builtin_define ("__GP_SUPPORT__"); \
38 builtin_assert ("machine=mips"); \
39 if (TARGET_LONG64) \
40 builtin_define ("__LONG64"); \
42 if (TARGET_ABICALLS) \
43 builtin_define ("__ABICALLS__"); \
45 if (mips_abi == ABI_EABI) \
46 builtin_define ("__mips_eabi"); \
47 else if (mips_abi == ABI_N32) \
48 builtin_define ("__mips_n32"); \
49 else if (mips_abi == ABI_64) \
50 builtin_define ("__mips_n64"); \
51 else if (mips_abi == ABI_O64) \
52 builtin_define ("__mips_o64"); \
53 } \
54 while (0)
56 /* The generic MIPS TARGET_CPU_CPP_BUILTINS are incorrect for NetBSD.
57 Specifically, they define too many namespace-invasive macros. Override
58 them here. Note this is structured for easy comparison to the version
59 in mips.h.
61 FIXME: This probably isn't the best solution. But in the absense
62 of something better, it will have to do, for now. */
64 #undef TARGET_CPU_CPP_BUILTINS
65 #define TARGET_CPU_CPP_BUILTINS() \
66 do \
67 { \
68 builtin_assert ("cpu=mips"); \
69 builtin_define ("__mips__"); \
70 builtin_define ("_mips"); \
72 /* No _R3000 or _R4000. */ \
73 if (TARGET_64BIT) \
74 builtin_define ("__mips64"); \
76 if (TARGET_FLOAT64) \
77 builtin_define ("__mips_fpr=64"); \
78 else \
79 builtin_define ("__mips_fpr=32"); \
81 if (TARGET_MIPS16) \
82 builtin_define ("__mips16"); \
84 MIPS_CPP_SET_PROCESSOR ("_MIPS_ARCH", mips_arch_info); \
85 MIPS_CPP_SET_PROCESSOR ("_MIPS_TUNE", mips_tune_info); \
87 if (ISA_MIPS1) \
88 builtin_define ("__mips=1"); \
89 else if (ISA_MIPS2) \
90 builtin_define ("__mips=2"); \
91 else if (ISA_MIPS3) \
92 builtin_define ("__mips=3"); \
93 else if (ISA_MIPS4) \
94 builtin_define ("__mips=4"); \
95 else if (ISA_MIPS32) \
96 { \
97 builtin_define ("__mips=32"); \
98 builtin_define ("__mips_isa_rev=1"); \
99 } \
100 else if (ISA_MIPS32R2) \
102 builtin_define ("__mips=32"); \
103 builtin_define ("__mips_isa_rev=2"); \
105 else if (ISA_MIPS64) \
107 builtin_define ("__mips=64"); \
108 builtin_define ("__mips_isa_rev=1"); \
111 if (TARGET_HARD_FLOAT) \
112 builtin_define ("__mips_hard_float"); \
113 else if (TARGET_SOFT_FLOAT) \
114 builtin_define ("__mips_soft_float"); \
116 if (TARGET_SINGLE_FLOAT) \
117 builtin_define ("__mips_single_float"); \
119 if (TARGET_BIG_ENDIAN) \
120 builtin_define ("__MIPSEB__"); \
121 else \
122 builtin_define ("__MIPSEL__"); \
124 /* No language dialect defines. */ \
126 /* ABIs handled in TARGET_OS_CPP_BUILTINS. */ \
128 while (0)
131 /* Include the generic MIPS ELF configuration. */
132 #include <mips/elf.h>
134 /* Now clean up after it. */
135 #undef MD_EXEC_PREFIX
136 #undef MD_STARTFILE_PREFIX
138 /* Get generic NetBSD definitions. */
139 #include <netbsd.h>
142 /* Get generic NetBSD ELF definitions. */
143 #include <netbsd-elf.h>
146 /* Extra specs we need. */
147 #undef SUBTARGET_EXTRA_SPECS
148 #define SUBTARGET_EXTRA_SPECS \
149 { "netbsd_cpp_spec", NETBSD_CPP_SPEC }, \
150 { "netbsd_link_spec", NETBSD_LINK_SPEC_ELF }, \
151 { "netbsd_entry_point", NETBSD_ENTRY_POINT },
153 /* Provide a SUBTARGET_CPP_SPEC appropriate for NetBSD. */
155 #undef SUBTARGET_CPP_SPEC
156 #define SUBTARGET_CPP_SPEC "%(netbsd_cpp_spec)"
158 /* Provide a LINK_SPEC appropriate for a NetBSD/mips target.
159 This is a copy of LINK_SPEC from <netbsd-elf.h> tweaked for
160 the MIPS target. */
162 #undef LINK_SPEC
163 #define LINK_SPEC \
164 "%{EL:-m elf32lmip} \
165 %{EB:-m elf32bmip} \
166 %(endian_spec) \
167 %{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32} %{mips32r2} %{mips64} \
168 %{bestGnum} %{call_shared} %{no_archive} %{exact_version} \
169 %(netbsd_link_spec)"
171 #define NETBSD_ENTRY_POINT "__start"
173 #undef SUBTARGET_ASM_SPEC
174 #define SUBTARGET_ASM_SPEC \
175 "%{!mno-abicalls: \
176 %{!fno-PIC:%{!fno-pic:-KPIC}}}"
179 /* -G is incompatible with -KPIC which is the default, so only allow objects
180 in the small data section if the user explicitly asks for it. */
182 #undef MIPS_DEFAULT_GVALUE
183 #define MIPS_DEFAULT_GVALUE 0
186 /* This defines which switch letters take arguments. -G is a MIPS
187 special. */
189 #undef SWITCH_TAKES_ARG
190 #define SWITCH_TAKES_ARG(CHAR) \
191 (DEFAULT_SWITCH_TAKES_ARG (CHAR) \
192 || (CHAR) == 'R' \
193 || (CHAR) == 'G')
196 #undef ASM_FINAL_SPEC
197 #undef SET_ASM_OP
200 /* NetBSD hasn't historically provided _flush_cache(), but rather
201 _cacheflush(), which takes the same arguments as the former. */
202 #undef CACHE_FLUSH_FUNC
203 #define CACHE_FLUSH_FUNC "_cacheflush"
206 /* Make gcc agree with <machine/ansi.h> */
208 #undef WCHAR_TYPE
209 #define WCHAR_TYPE "int"
211 #undef WCHAR_TYPE_SIZE
212 #define WCHAR_TYPE_SIZE 32
214 #undef WINT_TYPE
215 #define WINT_TYPE "int"