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