RISC-V: Support ELF attribute for gas and readelf.
[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
2dc8dd17
JW
53/* Define to 1 if you want to generate RISC-V arch attribute by default.
54 */
55#undef DEFAULT_RISCV_ATTR
56
b4a3a7b4
L
57/* Define to 1 if you want to generate GNU x86 used ISA and feature properties
58 by default. */
59#undef DEFAULT_X86_USED_NOTE
60
6e1772d5
AM
61/* Supported emulations. */
62#undef EMULATIONS
63
c43a438d
AM
64/* Define if you want run-time sanity checks. */
65#undef ENABLE_CHECKING
66
12e64c2c
AM
67/* Define to 1 if translation of program messages to the user's native
68 language is requested. */
6e1772d5
AM
69#undef ENABLE_NLS
70
71/* Define to 1 if you have `alloca', as a function or macro. */
252b5132
RH
72#undef HAVE_ALLOCA
73
6e1772d5
AM
74/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
75 */
252b5132
RH
76#undef HAVE_ALLOCA_H
77
2a7f4fa9
NC
78/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
79 don't. */
80#undef HAVE_DECL_ASPRINTF
81
4b0296ce
AM
82/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
83 */
84#undef HAVE_DECL_FREE
85
86/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
87 */
88#undef HAVE_DECL_GETENV
89
49f58d10
JB
90/* Is the prototype for getopt in <unistd.h> in the expected format? */
91#undef HAVE_DECL_GETOPT
92
4b0296ce
AM
93/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
94 */
95#undef HAVE_DECL_MALLOC
96
0175442d
L
97/* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
98 don't. */
99#undef HAVE_DECL_MEMPCPY
100
4b0296ce
AM
101/* Define to 1 if you have the declaration of `realloc', and to 0 if you
102 don't. */
103#undef HAVE_DECL_REALLOC
104
105/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
106 */
107#undef HAVE_DECL_STPCPY
108
109/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
110 */
111#undef HAVE_DECL_STRSTR
112
82de001f
JJ
113/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
114 don't. */
115#undef HAVE_DECL_VSNPRINTF
116
ae351704
AM
117/* Define to 1 if you have the <dlfcn.h> header file. */
118#undef HAVE_DLFCN_H
119
6e1772d5
AM
120/* Define to 1 if you have the <errno.h> header file. */
121#undef HAVE_ERRNO_H
252b5132 122
6e1772d5
AM
123/* Define to 1 if you have the <inttypes.h> header file. */
124#undef HAVE_INTTYPES_H
252b5132 125
44350750
NC
126/* Define if your <locale.h> file defines LC_MESSAGES. */
127#undef HAVE_LC_MESSAGES
128
40fb9820
L
129/* Define to 1 if you have the <limits.h> header file. */
130#undef HAVE_LIMITS_H
131
58797674
RM
132/* Define to 1 if you have the <locale.h> header file. */
133#undef HAVE_LOCALE_H
134
6e1772d5
AM
135/* Define to 1 if you have the <memory.h> header file. */
136#undef HAVE_MEMORY_H
252b5132 137
6e1772d5 138/* Define to 1 if you have the `remove' function. */
252b5132
RH
139#undef HAVE_REMOVE
140
6e1772d5 141/* Define to 1 if you have the `sbrk' function. */
252b5132
RH
142#undef HAVE_SBRK
143
58797674
RM
144/* Define to 1 if you have the `setlocale' function. */
145#undef HAVE_SETLOCALE
146
6e1772d5
AM
147/* Define to 1 if you have the <stdint.h> header file. */
148#undef HAVE_STDINT_H
5a0a2144 149
6e1772d5
AM
150/* Define to 1 if you have the <stdlib.h> header file. */
151#undef HAVE_STDLIB_H
5a0a2144 152
6e1772d5
AM
153/* Define to 1 if you have the <strings.h> header file. */
154#undef HAVE_STRINGS_H
5a0a2144 155
6e1772d5 156/* Define to 1 if you have the <string.h> header file. */
252b5132
RH
157#undef HAVE_STRING_H
158
1ec4b9f2
NS
159/* Define to 1 if you have the `strsignal' function. */
160#undef HAVE_STRSIGNAL
161
b11d79f2
TG
162/* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
163#undef HAVE_ST_MTIM_TV_NSEC
164
165/* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
166#undef HAVE_ST_MTIM_TV_SEC
167
6e1772d5
AM
168/* Define to 1 if you have the <sys/stat.h> header file. */
169#undef HAVE_SYS_STAT_H
170
171/* Define to 1 if you have the <sys/types.h> header file. */
252b5132
RH
172#undef HAVE_SYS_TYPES_H
173
b11d79f2
TG
174/* Define to 1 if you have the <time.h> header file. */
175#undef HAVE_TIME_H
176
177/* Define if <time.h> has struct tm.tm_gmtoff. */
178#undef HAVE_TM_GMTOFF
179
6e1772d5 180/* Define to 1 if you have the <unistd.h> header file. */
252b5132
RH
181#undef HAVE_UNISTD_H
182
6e1772d5
AM
183/* Define to 1 if you have the `unlink' function. */
184#undef HAVE_UNLINK
185
b879806f
AM
186/* Define to 1 if you have the <windows.h> header file. */
187#undef HAVE_WINDOWS_H
188
6e1772d5
AM
189/* Using i386 COFF? */
190#undef I386COFF
ed265386 191
ae351704
AM
192/* Define to the sub-directory in which libtool stores uninstalled libraries.
193 */
194#undef LT_OBJDIR
195
6e1772d5
AM
196/* Default CPU for MIPS targets. */
197#undef MIPS_CPU_STRING_DEFAULT
316f5878 198
6e1772d5 199/* Generate 64-bit code by default on MIPS targets. */
316f5878
RS
200#undef MIPS_DEFAULT_64BIT
201
6e1772d5 202/* Choose a default ABI for MIPS targets. */
cac012d6
AO
203#undef MIPS_DEFAULT_ABI
204
fa47fa92
AM
205/* Define value for nds32_arch_name */
206#undef NDS32_DEFAULT_ARCH_NAME
207
208/* Define default value for nds32_audio_ext */
209#undef NDS32_DEFAULT_AUDIO_EXT
210
fbaf61ad
NC
211/* Define default value for nds32_dsp_ext */
212#undef NDS32_DEFAULT_DSP_EXT
213
fa47fa92
AM
214/* Define default value for nds32_dx_regs */
215#undef NDS32_DEFAULT_DX_REGS
216
217/* Define default value for nds32_perf_ext */
218#undef NDS32_DEFAULT_PERF_EXT
219
220/* Define default value for nds32_perf_ext2 */
221#undef NDS32_DEFAULT_PERF_EXT2
222
223/* Define default value for nds32_string_ext */
224#undef NDS32_DEFAULT_STRING_EXT
225
fbaf61ad
NC
226/* Define default value for nds32_zol_ext */
227#undef NDS32_DEFAULT_ZOL_EXT
228
229/* Define default value for nds32_linux_toolchain */
230#undef NDS32_LINUX_TOOLCHAIN
231
6e1772d5
AM
232/* Define if environ is not declared in system header files. */
233#undef NEED_DECLARATION_ENVIRON
252b5132 234
6e1772d5
AM
235/* Define if errno is not declared in system header files. */
236#undef NEED_DECLARATION_ERRNO
252b5132 237
e8a38df5
AL
238/* Define if ffs is not declared in system header files. */
239#undef NEED_DECLARATION_FFS
240
6e1772d5
AM
241/* Define if free is not declared in system header files. */
242#undef NEED_DECLARATION_FREE
252b5132 243
6e1772d5
AM
244/* Define if malloc is not declared in system header files. */
245#undef NEED_DECLARATION_MALLOC
252b5132 246
6e1772d5
AM
247/* Define if sbrk is not declared in system header files. */
248#undef NEED_DECLARATION_SBRK
249
250/* Define if strstr is not declared in system header files. */
251#undef NEED_DECLARATION_STRSTR
252b5132
RH
252
253/* a.out support? */
254#undef OBJ_MAYBE_AOUT
255
252b5132
RH
256/* COFF support? */
257#undef OBJ_MAYBE_COFF
258
259/* ECOFF support? */
260#undef OBJ_MAYBE_ECOFF
261
262/* ELF support? */
263#undef OBJ_MAYBE_ELF
264
265/* generic support? */
266#undef OBJ_MAYBE_GENERIC
267
252b5132
RH
268/* SOM support? */
269#undef OBJ_MAYBE_SOM
270
6e1772d5
AM
271/* Name of package */
272#undef PACKAGE
252b5132 273
6e1772d5
AM
274/* Define to the address where bug reports for this package should be sent. */
275#undef PACKAGE_BUGREPORT
252b5132 276
6e1772d5
AM
277/* Define to the full name of this package. */
278#undef PACKAGE_NAME
252b5132 279
6e1772d5
AM
280/* Define to the full name and version of this package. */
281#undef PACKAGE_STRING
252b5132 282
6e1772d5
AM
283/* Define to the one symbol short name of this package. */
284#undef PACKAGE_TARNAME
285
81ecdfbb
RW
286/* Define to the home page for this package. */
287#undef PACKAGE_URL
288
6e1772d5
AM
289/* Define to the version of this package. */
290#undef PACKAGE_VERSION
291
6e1772d5
AM
292/* If using the C implementation of alloca, define if you know the
293 direction of stack growth for your system; otherwise it will be
81ecdfbb 294 automatically deduced at runtime.
6e1772d5
AM
295 STACK_DIRECTION > 0 => grows toward higher addresses
296 STACK_DIRECTION < 0 => grows toward lower addresses
297 STACK_DIRECTION = 0 => direction of growth unknown */
298#undef STACK_DIRECTION
299
300/* Define to 1 if you have the ANSI C header files. */
301#undef STDC_HEADERS
302
303/* Using strict COFF? */
304#undef STRICTCOFF
252b5132 305
df7b86aa
NC
306/* Define if you can safely include both <string.h> and <strings.h>. */
307#undef STRING_WITH_STRINGS
308
252b5132
RH
309/* Target alias. */
310#undef TARGET_ALIAS
311
6e1772d5
AM
312/* Define as 1 if big endian. */
313#undef TARGET_BYTES_BIG_ENDIAN
314
252b5132
RH
315/* Canonical target. */
316#undef TARGET_CANONICAL
317
318/* Target CPU. */
319#undef TARGET_CPU
320
252b5132
RH
321/* Target OS. */
322#undef TARGET_OS
323
6e1772d5
AM
324/* Define if default target is PowerPC Solaris. */
325#undef TARGET_SOLARIS_COMMENT
252b5132 326
6e1772d5
AM
327/* Target vendor. */
328#undef TARGET_VENDOR
252b5132 329
9004b6bd
AB
330/* Target specific CPU. */
331#undef TARGET_WITH_CPU
332
9cd19b17
NC
333/* Use b modifier when opening binary files? */
334#undef USE_BINARY_FOPEN
335
6e1772d5
AM
336/* Use emulation support? */
337#undef USE_EMULATIONS
252b5132 338
6e1772d5
AM
339/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
340#undef USE_E_MIPS_ABI_O32
252b5132 341
81ecdfbb
RW
342/* Enable extensions on AIX 3, Interix. */
343#ifndef _ALL_SOURCE
344# undef _ALL_SOURCE
345#endif
346/* Enable GNU extensions on systems that have them. */
347#ifndef _GNU_SOURCE
348# undef _GNU_SOURCE
349#endif
350/* Enable threading extensions on Solaris. */
351#ifndef _POSIX_PTHREAD_SEMANTICS
352# undef _POSIX_PTHREAD_SEMANTICS
353#endif
354/* Enable extensions on HP NonStop. */
355#ifndef _TANDEM_SOURCE
356# undef _TANDEM_SOURCE
357#endif
358/* Enable general extensions on Solaris. */
359#ifndef __EXTENSIONS__
360# undef __EXTENSIONS__
361#endif
362
363
6e1772d5
AM
364/* Using cgen code? */
365#undef USING_CGEN
252b5132 366
6e1772d5
AM
367/* Version number of package */
368#undef VERSION
252b5132 369
81ecdfbb
RW
370/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
371 significant byte first (like Motorola and SPARC, unlike Intel). */
372#if defined AC_APPLE_UNIVERSAL_BUILD
373# if defined __BIG_ENDIAN__
374# define WORDS_BIGENDIAN 1
375# endif
376#else
377# ifndef WORDS_BIGENDIAN
378# undef WORDS_BIGENDIAN
379# endif
380#endif
e330299e 381
6e1772d5
AM
382/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
383 `char[]'. */
384#undef YYTEXT_POINTER
252b5132 385
d0ac1c44
SM
386/* Enable large inode numbers on Mac OS X 10.5. */
387#ifndef _DARWIN_USE_64_BIT_INODE
388# define _DARWIN_USE_64_BIT_INODE 1
389#endif
390
d053aef8
JK
391/* Number of bits in a file offset, on hosts where this is settable. */
392#undef _FILE_OFFSET_BITS
393
d053aef8
JK
394/* Define for large files, on AIX-style hosts. */
395#undef _LARGE_FILES
396
7357c5b6
AM
397/* Define to 1 if on MINIX. */
398#undef _MINIX
399
400/* Define to 2 if the system does not provide POSIX.1 features except with
401 this defined. */
402#undef _POSIX_1_SOURCE
403
404/* Define to 1 if you need to in order for `stat' and other things to work. */
405#undef _POSIX_SOURCE
406
6e1772d5
AM
407/* Define to `__inline__' or `__inline' if that's what the C compiler
408 calls it, or to nothing if 'inline' is not supported under any name. */
409#ifndef __cplusplus
410#undef inline
411#endif
d0ac1c44
SM
412
413/* Define to `unsigned int' if <sys/types.h> does not define. */
414#undef size_t
This page took 0.854601 seconds and 4 git commands to generate.