xref: /netbsd-src/external/gpl3/binutils/usr.bin/gas/arch/powerpc/config.h (revision a24efa7dea9f1f56c3bdb15a927d3516792ace1c)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4 
5 /* config.h.  Generated from config.in by configure.  */
6 /* config.in.  Generated from configure.ac by autoheader.  */
7 
8 /* Check that config.h is #included before system headers
9    (this works only for glibc, but that should be enough).  */
10 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11 #  error config.h must be #included before system headers
12 #endif
13 #define __CONFIG_H__ 1
14 
15 /* Define if building universal (internal helper macro) */
16 /* #undef AC_APPLE_UNIVERSAL_BUILD */
17 
18 /* Define if using AIX 5.2 value for C_WEAKEXT. */
19 /* #undef AIX_WEAK_SUPPORT */
20 
21 /* assert broken? */
22 /* #undef BROKEN_ASSERT */
23 
24 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25    systems. This function is required for `alloca.c' support on those systems.
26    */
27 /* #undef CRAY_STACKSEG_END */
28 
29 /* Compiling cross-assembler? */
30 /* #undef CROSS_COMPILE */
31 
32 /* Define to 1 if using `alloca.c'. */
33 /* #undef C_ALLOCA */
34 
35 /* Default architecture. */
36 /* #undef DEFAULT_ARCH */
37 
38 /* Default CRIS architecture. */
39 /* #undef DEFAULT_CRIS_ARCH */
40 
41 /* Default emulation. */
42 #define DEFAULT_EMULATION ""
43 
44 /* Define if you want compressed debug sections by default. */
45 /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
46 
47 /* Supported emulations. */
48 #define EMULATIONS
49 
50 /* Define if you want run-time sanity checks. */
51 #define ENABLE_CHECKING 1
52 
53 /* Define to 1 if translation of program messages to the user's native
54    language is requested. */
55 #define ENABLE_NLS 1
56 
57 /* Define to 1 if you have `alloca', as a function or macro. */
58 #define HAVE_ALLOCA 1
59 
60 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
61    */
62 /* #undef HAVE_ALLOCA_H */
63 
64 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
65    don't. */
66 #define HAVE_DECL_ASPRINTF 1
67 
68 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
69    */
70 #define HAVE_DECL_FREE 1
71 
72 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
73    */
74 #define HAVE_DECL_GETENV 1
75 
76 /* Is the prototype for getopt in <unistd.h> in the expected format? */
77 #define HAVE_DECL_GETOPT 1
78 
79 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
80    */
81 #define HAVE_DECL_MALLOC 1
82 
83 /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
84    don't. */
85 #define HAVE_DECL_MEMPCPY 0
86 
87 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
88    don't. */
89 #define HAVE_DECL_REALLOC 1
90 
91 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
92    */
93 #define HAVE_DECL_STPCPY 1
94 
95 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
96    */
97 #define HAVE_DECL_STRSTR 1
98 
99 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
100    don't. */
101 #define HAVE_DECL_VSNPRINTF 1
102 
103 /* Define to 1 if you have the <dlfcn.h> header file. */
104 #define HAVE_DLFCN_H 1
105 
106 /* Define to 1 if you have the <errno.h> header file. */
107 #define HAVE_ERRNO_H 1
108 
109 /* Define to 1 if you have the <inttypes.h> header file. */
110 #define HAVE_INTTYPES_H 1
111 
112 /* Define if your <locale.h> file defines LC_MESSAGES. */
113 #define HAVE_LC_MESSAGES 1
114 
115 /* Define to 1 if you have the <limits.h> header file. */
116 #define HAVE_LIMITS_H 1
117 
118 /* Define to 1 if you have the <locale.h> header file. */
119 #define HAVE_LOCALE_H 1
120 
121 /* Define to 1 if you have the <memory.h> header file. */
122 #define HAVE_MEMORY_H 1
123 
124 /* Define to 1 if you have the `remove' function. */
125 /* #undef HAVE_REMOVE */
126 
127 /* Define to 1 if you have the `sbrk' function. */
128 #define HAVE_SBRK 1
129 
130 /* Define to 1 if you have the `setlocale' function. */
131 #define HAVE_SETLOCALE 1
132 
133 /* Define to 1 if you have the <stdint.h> header file. */
134 #define HAVE_STDINT_H 1
135 
136 /* Define to 1 if you have the <stdlib.h> header file. */
137 #define HAVE_STDLIB_H 1
138 
139 /* Define to 1 if you have the <strings.h> header file. */
140 #define HAVE_STRINGS_H 1
141 
142 /* Define to 1 if you have the <string.h> header file. */
143 #define HAVE_STRING_H 1
144 
145 /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
146 #define HAVE_ST_MTIM_TV_NSEC 1
147 
148 /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
149 #define HAVE_ST_MTIM_TV_SEC 1
150 
151 /* Define to 1 if you have the <sys/stat.h> header file. */
152 #define HAVE_SYS_STAT_H 1
153 
154 /* Define to 1 if you have the <sys/types.h> header file. */
155 #define HAVE_SYS_TYPES_H 1
156 
157 /* Define to 1 if you have the <time.h> header file. */
158 #define HAVE_TIME_H 1
159 
160 /* Define if <time.h> has struct tm.tm_gmtoff. */
161 #define HAVE_TM_GMTOFF 1
162 
163 /* Define to 1 if you have the <unistd.h> header file. */
164 #define HAVE_UNISTD_H 1
165 
166 /* Define to 1 if you have the `unlink' function. */
167 #define HAVE_UNLINK 1
168 
169 /* Define to 1 if you have the <windows.h> header file. */
170 /* #undef HAVE_WINDOWS_H */
171 
172 /* Using i386 COFF? */
173 /* #undef I386COFF */
174 
175 /* Define to the sub-directory in which libtool stores uninstalled libraries.
176    */
177 #define LT_OBJDIR ".libs/"
178 
179 /* Using m68k COFF? */
180 /* #undef M68KCOFF */
181 
182 /* Using m88k COFF? */
183 /* #undef M88KCOFF */
184 
185 /* Default CPU for MIPS targets. */
186 /* #undef MIPS_CPU_STRING_DEFAULT */
187 
188 /* Generate 64-bit code by default on MIPS targets. */
189 /* #undef MIPS_DEFAULT_64BIT */
190 
191 /* Choose a default ABI for MIPS targets. */
192 /* #undef MIPS_DEFAULT_ABI */
193 
194 /* Define value for nds32_arch_name */
195 /* #undef NDS32_DEFAULT_ARCH_NAME */
196 
197 /* Define default value for nds32_audio_ext */
198 /* #undef NDS32_DEFAULT_AUDIO_EXT */
199 
200 /* Define default value for nds32_dx_regs */
201 /* #undef NDS32_DEFAULT_DX_REGS */
202 
203 /* Define default value for nds32_perf_ext */
204 /* #undef NDS32_DEFAULT_PERF_EXT */
205 
206 /* Define default value for nds32_perf_ext2 */
207 /* #undef NDS32_DEFAULT_PERF_EXT2 */
208 
209 /* Define default value for nds32_string_ext */
210 /* #undef NDS32_DEFAULT_STRING_EXT */
211 
212 /* Define if environ is not declared in system header files. */
213 #define NEED_DECLARATION_ENVIRON 1
214 
215 /* Define if errno is not declared in system header files. */
216 /* #undef NEED_DECLARATION_ERRNO */
217 
218 /* Define if ffs is not declared in system header files. */
219 /* #undef NEED_DECLARATION_FFS */
220 
221 /* Define if free is not declared in system header files. */
222 /* #undef NEED_DECLARATION_FREE */
223 
224 /* Define if malloc is not declared in system header files. */
225 /* #undef NEED_DECLARATION_MALLOC */
226 
227 /* Define if sbrk is not declared in system header files. */
228 /* #undef NEED_DECLARATION_SBRK */
229 
230 /* Define if strstr is not declared in system header files. */
231 /* #undef NEED_DECLARATION_STRSTR */
232 
233 /* a.out support? */
234 /* #undef OBJ_MAYBE_AOUT */
235 
236 /* b.out support? */
237 /* #undef OBJ_MAYBE_BOUT */
238 
239 /* COFF support? */
240 /* #undef OBJ_MAYBE_COFF */
241 
242 /* ECOFF support? */
243 /* #undef OBJ_MAYBE_ECOFF */
244 
245 /* ELF support? */
246 /* #undef OBJ_MAYBE_ELF */
247 
248 /* generic support? */
249 /* #undef OBJ_MAYBE_GENERIC */
250 
251 /* SOM support? */
252 /* #undef OBJ_MAYBE_SOM */
253 
254 /* Name of package */
255 #define PACKAGE "gas"
256 
257 /* Define to the address where bug reports for this package should be sent. */
258 #define PACKAGE_BUGREPORT ""
259 
260 /* Define to the full name of this package. */
261 #define PACKAGE_NAME "gas"
262 
263 /* Define to the full name and version of this package. */
264 #define PACKAGE_STRING "gas 2.26"
265 
266 /* Define to the one symbol short name of this package. */
267 #define PACKAGE_TARNAME "gas"
268 
269 /* Define to the home page for this package. */
270 #define PACKAGE_URL ""
271 
272 /* Define to the version of this package. */
273 #define PACKAGE_VERSION "2.26"
274 
275 /* Define if defaulting to ELF on SCO 5. */
276 /* #undef SCO_ELF */
277 
278 /* If using the C implementation of alloca, define if you know the
279    direction of stack growth for your system; otherwise it will be
280    automatically deduced at runtime.
281 	STACK_DIRECTION > 0 => grows toward higher addresses
282 	STACK_DIRECTION < 0 => grows toward lower addresses
283 	STACK_DIRECTION = 0 => direction of growth unknown */
284 /* #undef STACK_DIRECTION */
285 
286 /* Define to 1 if you have the ANSI C header files. */
287 #define STDC_HEADERS 1
288 
289 /* Using strict COFF? */
290 /* #undef STRICTCOFF */
291 
292 /* Define if you can safely include both <string.h> and <strings.h>. */
293 #define STRING_WITH_STRINGS 1
294 
295 /* Target alias. */
296 #define TARGET_ALIAS "powerpc--netbsd"
297 
298 /* Define as 1 if big endian. */
299 #define TARGET_BYTES_BIG_ENDIAN 1
300 
301 /* Canonical target. */
302 #define TARGET_CANONICAL "powerpc--netbsd"
303 
304 /* Target CPU. */
305 #define TARGET_CPU "powerpc"
306 
307 /* Target OS. */
308 #define TARGET_OS "netbsd"
309 
310 /* Define if default target is PowerPC Solaris. */
311 /* #undef TARGET_SOLARIS_COMMENT */
312 
313 /* Define if target is Symbian OS. */
314 /* #undef TARGET_SYMBIAN */
315 
316 /* Target vendor. */
317 #define TARGET_VENDOR ""
318 
319 /* Use b modifier when opening binary files? */
320 /* #undef USE_BINARY_FOPEN */
321 
322 /* Use emulation support? */
323 /* #undef USE_EMULATIONS */
324 
325 /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
326 /* #undef USE_E_MIPS_ABI_O32 */
327 
328 /* Enable extensions on AIX 3, Interix.  */
329 #ifndef _ALL_SOURCE
330 # define _ALL_SOURCE 1
331 #endif
332 /* Enable GNU extensions on systems that have them.  */
333 #ifndef _GNU_SOURCE
334 # define _GNU_SOURCE 1
335 #endif
336 /* Enable threading extensions on Solaris.  */
337 #ifndef _POSIX_PTHREAD_SEMANTICS
338 # define _POSIX_PTHREAD_SEMANTICS 1
339 #endif
340 /* Enable extensions on HP NonStop.  */
341 #ifndef _TANDEM_SOURCE
342 # define _TANDEM_SOURCE 1
343 #endif
344 /* Enable general extensions on Solaris.  */
345 #ifndef __EXTENSIONS__
346 # define __EXTENSIONS__ 1
347 #endif
348 
349 
350 /* Using cgen code? */
351 /* #undef USING_CGEN */
352 
353 /* Version number of package */
354 #define VERSION "2.26"
355 
356 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
357    significant byte first (like Motorola and SPARC, unlike Intel). */
358 #if defined AC_APPLE_UNIVERSAL_BUILD
359 # if defined __BIG_ENDIAN__
360 #  define WORDS_BIGENDIAN 1
361 # endif
362 #else
363 # ifndef WORDS_BIGENDIAN
364 #  define WORDS_BIGENDIAN 1
365 # endif
366 #endif
367 
368 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
369    `char[]'. */
370 #define YYTEXT_POINTER 1
371 
372 /* Number of bits in a file offset, on hosts where this is settable. */
373 /* #undef _FILE_OFFSET_BITS */
374 
375 /* Define for large files, on AIX-style hosts. */
376 /* #undef _LARGE_FILES */
377 
378 /* Define to 1 if on MINIX. */
379 /* #undef _MINIX */
380 
381 /* Define to 2 if the system does not provide POSIX.1 features except with
382    this defined. */
383 /* #undef _POSIX_1_SOURCE */
384 
385 /* Define to 1 if you need to in order for `stat' and other things to work. */
386 /* #undef _POSIX_SOURCE */
387 
388 /* Define to `__inline__' or `__inline' if that's what the C compiler
389    calls it, or to nothing if 'inline' is not supported under any name.  */
390 #ifndef __cplusplus
391 /* #undef inline */
392 #endif
393