gas: handle csect in bss section for XCOFF
[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/* Compiling cross-assembler? */
20#undef CROSS_COMPILE
21
6e1772d5
AM
22/* Default architecture. */
23#undef DEFAULT_ARCH
24
e330299e
DJ
25/* Default CRIS architecture. */
26#undef DEFAULT_CRIS_ARCH
27
6e1772d5
AM
28/* Default emulation. */
29#undef DEFAULT_EMULATION
30
e12fe555
NC
31/* Define if you want compressed debug sections by default. */
32#undef DEFAULT_FLAG_COMPRESS_DEBUG
33
0df8ad28
NC
34/* Define to 1 if you want to generate GNU Build attribute notes by default,
35 if none are contained in the input. */
36#undef DEFAULT_GENERATE_BUILD_NOTES
37
b8871f35
L
38/* Define to 1 if you want to generate ELF common symbols with the STT_COMMON
39 type by default. */
40#undef DEFAULT_GENERATE_ELF_STT_COMMON
41
0cb4071e
L
42/* Define to 1 if you want to generate x86 relax relocations by default. */
43#undef DEFAULT_GENERATE_X86_RELAX_RELOCATIONS
44
6f2117ba
PH
45/* Define to 1 if you want to fix Loongson3 LLSC Errata by default. */
46#undef DEFAULT_MIPS_FIX_LOONGSON3_LLSC
47
8f595e9b
NC
48/* Define default value for RISC-V -march. */
49#undef DEFAULT_RISCV_ARCH_WITH_EXT
50
f48dfe41 51/* Define to 1 if you want to generate RISC-V arch attribute by default. */
2dc8dd17
JW
52#undef DEFAULT_RISCV_ATTR
53
8f595e9b
NC
54/* Define default value for RISC-V -misa-spec. */
55#undef DEFAULT_RISCV_ISA_SPEC
56
57/* Define default value for RISC-V -mpriv-spec */
58#undef DEFAULT_RISCV_PRIV_SPEC
59
b4a3a7b4
L
60/* Define to 1 if you want to generate GNU x86 used ISA and feature properties
61 by default. */
62#undef DEFAULT_X86_USED_NOTE
63
6e1772d5
AM
64/* Supported emulations. */
65#undef EMULATIONS
66
c43a438d
AM
67/* Define if you want run-time sanity checks. */
68#undef ENABLE_CHECKING
69
12e64c2c
AM
70/* Define to 1 if translation of program messages to the user's native
71 language is requested. */
6e1772d5
AM
72#undef ENABLE_NLS
73
2a7f4fa9
NC
74/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
75 don't. */
76#undef HAVE_DECL_ASPRINTF
77
49f58d10
JB
78/* Is the prototype for getopt in <unistd.h> in the expected format? */
79#undef HAVE_DECL_GETOPT
80
0175442d
L
81/* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
82 don't. */
83#undef HAVE_DECL_MEMPCPY
84
4b0296ce
AM
85/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
86 */
87#undef HAVE_DECL_STPCPY
88
ae351704
AM
89/* Define to 1 if you have the <dlfcn.h> header file. */
90#undef HAVE_DLFCN_H
91
6e1772d5
AM
92/* Define to 1 if you have the <inttypes.h> header file. */
93#undef HAVE_INTTYPES_H
252b5132 94
44350750
NC
95/* Define if your <locale.h> file defines LC_MESSAGES. */
96#undef HAVE_LC_MESSAGES
97
6e1772d5
AM
98/* Define to 1 if you have the <memory.h> header file. */
99#undef HAVE_MEMORY_H
252b5132 100
6e1772d5
AM
101/* Define to 1 if you have the <stdint.h> header file. */
102#undef HAVE_STDINT_H
5a0a2144 103
6e1772d5
AM
104/* Define to 1 if you have the <stdlib.h> header file. */
105#undef HAVE_STDLIB_H
5a0a2144 106
6e1772d5
AM
107/* Define to 1 if you have the <strings.h> header file. */
108#undef HAVE_STRINGS_H
5a0a2144 109
6e1772d5 110/* Define to 1 if you have the <string.h> header file. */
252b5132
RH
111#undef HAVE_STRING_H
112
1ec4b9f2
NS
113/* Define to 1 if you have the `strsignal' function. */
114#undef HAVE_STRSIGNAL
115
b11d79f2
TG
116/* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
117#undef HAVE_ST_MTIM_TV_NSEC
118
119/* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
120#undef HAVE_ST_MTIM_TV_SEC
121
6e1772d5
AM
122/* Define to 1 if you have the <sys/stat.h> header file. */
123#undef HAVE_SYS_STAT_H
124
125/* Define to 1 if you have the <sys/types.h> header file. */
252b5132
RH
126#undef HAVE_SYS_TYPES_H
127
b11d79f2
TG
128/* Define if <time.h> has struct tm.tm_gmtoff. */
129#undef HAVE_TM_GMTOFF
130
6e1772d5 131/* Define to 1 if you have the <unistd.h> header file. */
252b5132
RH
132#undef HAVE_UNISTD_H
133
b879806f
AM
134/* Define to 1 if you have the <windows.h> header file. */
135#undef HAVE_WINDOWS_H
136
6e1772d5
AM
137/* Using i386 COFF? */
138#undef I386COFF
ed265386 139
ae351704
AM
140/* Define to the sub-directory in which libtool stores uninstalled libraries.
141 */
142#undef LT_OBJDIR
143
6e1772d5
AM
144/* Default CPU for MIPS targets. */
145#undef MIPS_CPU_STRING_DEFAULT
316f5878 146
6e1772d5 147/* Generate 64-bit code by default on MIPS targets. */
316f5878
RS
148#undef MIPS_DEFAULT_64BIT
149
6e1772d5 150/* Choose a default ABI for MIPS targets. */
cac012d6
AO
151#undef MIPS_DEFAULT_ABI
152
fa47fa92
AM
153/* Define value for nds32_arch_name */
154#undef NDS32_DEFAULT_ARCH_NAME
155
156/* Define default value for nds32_audio_ext */
157#undef NDS32_DEFAULT_AUDIO_EXT
158
fbaf61ad
NC
159/* Define default value for nds32_dsp_ext */
160#undef NDS32_DEFAULT_DSP_EXT
161
fa47fa92
AM
162/* Define default value for nds32_dx_regs */
163#undef NDS32_DEFAULT_DX_REGS
164
165/* Define default value for nds32_perf_ext */
166#undef NDS32_DEFAULT_PERF_EXT
167
168/* Define default value for nds32_perf_ext2 */
169#undef NDS32_DEFAULT_PERF_EXT2
170
171/* Define default value for nds32_string_ext */
172#undef NDS32_DEFAULT_STRING_EXT
173
fbaf61ad
NC
174/* Define default value for nds32_zol_ext */
175#undef NDS32_DEFAULT_ZOL_EXT
176
177/* Define default value for nds32_linux_toolchain */
178#undef NDS32_LINUX_TOOLCHAIN
179
6e1772d5
AM
180/* Define if environ is not declared in system header files. */
181#undef NEED_DECLARATION_ENVIRON
252b5132 182
e8a38df5
AL
183/* Define if ffs is not declared in system header files. */
184#undef NEED_DECLARATION_FFS
185
252b5132
RH
186/* a.out support? */
187#undef OBJ_MAYBE_AOUT
188
252b5132
RH
189/* COFF support? */
190#undef OBJ_MAYBE_COFF
191
192/* ECOFF support? */
193#undef OBJ_MAYBE_ECOFF
194
195/* ELF support? */
196#undef OBJ_MAYBE_ELF
197
198/* generic support? */
199#undef OBJ_MAYBE_GENERIC
200
252b5132
RH
201/* SOM support? */
202#undef OBJ_MAYBE_SOM
203
6e1772d5
AM
204/* Name of package */
205#undef PACKAGE
252b5132 206
6e1772d5
AM
207/* Define to the address where bug reports for this package should be sent. */
208#undef PACKAGE_BUGREPORT
252b5132 209
6e1772d5
AM
210/* Define to the full name of this package. */
211#undef PACKAGE_NAME
252b5132 212
6e1772d5
AM
213/* Define to the full name and version of this package. */
214#undef PACKAGE_STRING
252b5132 215
6e1772d5
AM
216/* Define to the one symbol short name of this package. */
217#undef PACKAGE_TARNAME
218
81ecdfbb
RW
219/* Define to the home page for this package. */
220#undef PACKAGE_URL
221
6e1772d5
AM
222/* Define to the version of this package. */
223#undef PACKAGE_VERSION
224
6e1772d5
AM
225/* Define to 1 if you have the ANSI C header files. */
226#undef STDC_HEADERS
227
228/* Using strict COFF? */
229#undef STRICTCOFF
252b5132
RH
230
231/* Target alias. */
232#undef TARGET_ALIAS
233
6e1772d5
AM
234/* Define as 1 if big endian. */
235#undef TARGET_BYTES_BIG_ENDIAN
236
252b5132
RH
237/* Canonical target. */
238#undef TARGET_CANONICAL
239
240/* Target CPU. */
241#undef TARGET_CPU
242
252b5132
RH
243/* Target OS. */
244#undef TARGET_OS
245
6e1772d5
AM
246/* Define if default target is PowerPC Solaris. */
247#undef TARGET_SOLARIS_COMMENT
252b5132 248
6e1772d5
AM
249/* Target vendor. */
250#undef TARGET_VENDOR
252b5132 251
9004b6bd
AB
252/* Target specific CPU. */
253#undef TARGET_WITH_CPU
254
9cd19b17
NC
255/* Use b modifier when opening binary files? */
256#undef USE_BINARY_FOPEN
257
6e1772d5
AM
258/* Use emulation support? */
259#undef USE_EMULATIONS
252b5132 260
6e1772d5
AM
261/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
262#undef USE_E_MIPS_ABI_O32
252b5132 263
81ecdfbb
RW
264/* Enable extensions on AIX 3, Interix. */
265#ifndef _ALL_SOURCE
266# undef _ALL_SOURCE
267#endif
268/* Enable GNU extensions on systems that have them. */
269#ifndef _GNU_SOURCE
270# undef _GNU_SOURCE
271#endif
272/* Enable threading extensions on Solaris. */
273#ifndef _POSIX_PTHREAD_SEMANTICS
274# undef _POSIX_PTHREAD_SEMANTICS
275#endif
276/* Enable extensions on HP NonStop. */
277#ifndef _TANDEM_SOURCE
278# undef _TANDEM_SOURCE
279#endif
280/* Enable general extensions on Solaris. */
281#ifndef __EXTENSIONS__
282# undef __EXTENSIONS__
283#endif
284
285
6e1772d5
AM
286/* Using cgen code? */
287#undef USING_CGEN
252b5132 288
6e1772d5
AM
289/* Version number of package */
290#undef VERSION
252b5132 291
81ecdfbb
RW
292/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
293 significant byte first (like Motorola and SPARC, unlike Intel). */
294#if defined AC_APPLE_UNIVERSAL_BUILD
295# if defined __BIG_ENDIAN__
296# define WORDS_BIGENDIAN 1
297# endif
298#else
299# ifndef WORDS_BIGENDIAN
300# undef WORDS_BIGENDIAN
301# endif
302#endif
e330299e 303
6e1772d5
AM
304/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
305 `char[]'. */
306#undef YYTEXT_POINTER
252b5132 307
d0ac1c44
SM
308/* Enable large inode numbers on Mac OS X 10.5. */
309#ifndef _DARWIN_USE_64_BIT_INODE
310# define _DARWIN_USE_64_BIT_INODE 1
311#endif
312
d053aef8
JK
313/* Number of bits in a file offset, on hosts where this is settable. */
314#undef _FILE_OFFSET_BITS
315
d053aef8
JK
316/* Define for large files, on AIX-style hosts. */
317#undef _LARGE_FILES
318
7357c5b6
AM
319/* Define to 1 if on MINIX. */
320#undef _MINIX
321
322/* Define to 2 if the system does not provide POSIX.1 features except with
323 this defined. */
324#undef _POSIX_1_SOURCE
325
326/* Define to 1 if you need to in order for `stat' and other things to work. */
327#undef _POSIX_SOURCE
This page took 0.937439 seconds and 4 git commands to generate.