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