xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/gas/arch/vax/config.h (revision e992f068c547fd6e84b3f104dc2340adcc955732)
116dce513Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*e992f068Schristos /* Generated from: NetBSD: mknative-binutils,v 1.15 2023/02/07 20:37:30 christos Exp  */
3ede78133Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
416dce513Schristos 
516dce513Schristos /* config.h.  Generated from config.in by configure.  */
616dce513Schristos /* config.in.  Generated from configure.ac by autoheader.  */
716dce513Schristos 
816dce513Schristos /* Check that config.h is #included before system headers
916dce513Schristos    (this works only for glibc, but that should be enough).  */
1016dce513Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1116dce513Schristos #  error config.h must be #included before system headers
1216dce513Schristos #endif
1316dce513Schristos #define __CONFIG_H__ 1
1416dce513Schristos 
1516dce513Schristos /* Define if building universal (internal helper macro) */
1616dce513Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
1716dce513Schristos 
1816dce513Schristos /* Define if using AIX 5.2 value for C_WEAKEXT. */
1916dce513Schristos /* #undef AIX_WEAK_SUPPORT */
2016dce513Schristos 
2116dce513Schristos /* assert broken? */
2216dce513Schristos /* #undef BROKEN_ASSERT */
2316dce513Schristos 
2416dce513Schristos /* Compiling cross-assembler? */
2516dce513Schristos /* #undef CROSS_COMPILE */
2616dce513Schristos 
2716dce513Schristos /* Default architecture. */
2816dce513Schristos /* #undef DEFAULT_ARCH */
2916dce513Schristos 
3016dce513Schristos /* Default CRIS architecture. */
3116dce513Schristos /* #undef DEFAULT_CRIS_ARCH */
3216dce513Schristos 
3316dce513Schristos /* Default emulation. */
3416dce513Schristos #define DEFAULT_EMULATION ""
3516dce513Schristos 
3616dce513Schristos /* Define if you want compressed debug sections by default. */
3716dce513Schristos /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
3816dce513Schristos 
39ede78133Schristos /* Define to 1 if you want to generate GNU Build attribute notes by default,
40ede78133Schristos    if none are contained in the input. */
41ede78133Schristos #define DEFAULT_GENERATE_BUILD_NOTES 0
42ede78133Schristos 
4316dce513Schristos /* Define to 1 if you want to generate ELF common symbols with the STT_COMMON
4416dce513Schristos    type by default. */
4516dce513Schristos #define DEFAULT_GENERATE_ELF_STT_COMMON 0
4616dce513Schristos 
4716dce513Schristos /* Define to 1 if you want to generate x86 relax relocations by default. */
4816dce513Schristos #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1
4916dce513Schristos 
50012573ebSchristos /* Define to 1 if you want to fix Loongson3 LLSC Errata by default. */
51012573ebSchristos #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC 0
52012573ebSchristos 
53*e992f068Schristos /* Define default value for RISC-V -march. */
54*e992f068Schristos /* #undef DEFAULT_RISCV_ARCH_WITH_EXT */
55*e992f068Schristos 
56012573ebSchristos /* Define to 1 if you want to generate RISC-V arch attribute by default. */
57*e992f068Schristos #define DEFAULT_RISCV_ATTR 1
58*e992f068Schristos 
59*e992f068Schristos /* Define default value for RISC-V -misa-spec. */
60*e992f068Schristos /* #undef DEFAULT_RISCV_ISA_SPEC */
61*e992f068Schristos 
62*e992f068Schristos /* Define default value for RISC-V -mpriv-spec */
63*e992f068Schristos /* #undef DEFAULT_RISCV_PRIV_SPEC */
64012573ebSchristos 
65012573ebSchristos /* Define to 1 if you want to generate GNU x86 used ISA and feature properties
66012573ebSchristos    by default. */
67012573ebSchristos #define DEFAULT_X86_USED_NOTE 0
68012573ebSchristos 
6916dce513Schristos /* Supported emulations. */
7016dce513Schristos #define EMULATIONS
7116dce513Schristos 
7216dce513Schristos /* Define if you want run-time sanity checks. */
73012573ebSchristos /* #undef ENABLE_CHECKING */
7416dce513Schristos 
7516dce513Schristos /* Define to 1 if translation of program messages to the user's native
7616dce513Schristos    language is requested. */
7716dce513Schristos #define ENABLE_NLS 1
7816dce513Schristos 
7916dce513Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
8016dce513Schristos    don't. */
8116dce513Schristos #define HAVE_DECL_ASPRINTF 1
8216dce513Schristos 
8316dce513Schristos /* Is the prototype for getopt in <unistd.h> in the expected format? */
8416dce513Schristos #define HAVE_DECL_GETOPT 1
8516dce513Schristos 
8616dce513Schristos /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
8716dce513Schristos    don't. */
887a2d194cSrin #define HAVE_DECL_MEMPCPY 1
8916dce513Schristos 
9016dce513Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
9116dce513Schristos    */
9216dce513Schristos #define HAVE_DECL_STPCPY 1
9316dce513Schristos 
9416dce513Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
9516dce513Schristos #define HAVE_DLFCN_H 1
9616dce513Schristos 
9716dce513Schristos /* Define to 1 if you have the <inttypes.h> header file. */
9816dce513Schristos #define HAVE_INTTYPES_H 1
9916dce513Schristos 
10016dce513Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */
10116dce513Schristos #define HAVE_LC_MESSAGES 1
10216dce513Schristos 
10316dce513Schristos /* Define to 1 if you have the <memory.h> header file. */
10416dce513Schristos #define HAVE_MEMORY_H 1
10516dce513Schristos 
10616dce513Schristos /* Define to 1 if you have the <stdint.h> header file. */
10716dce513Schristos #define HAVE_STDINT_H 1
10816dce513Schristos 
10916dce513Schristos /* Define to 1 if you have the <stdlib.h> header file. */
11016dce513Schristos #define HAVE_STDLIB_H 1
11116dce513Schristos 
11216dce513Schristos /* Define to 1 if you have the <strings.h> header file. */
11316dce513Schristos #define HAVE_STRINGS_H 1
11416dce513Schristos 
11516dce513Schristos /* Define to 1 if you have the <string.h> header file. */
11616dce513Schristos #define HAVE_STRING_H 1
11716dce513Schristos 
118ede78133Schristos /* Define to 1 if you have the `strsignal' function. */
119ede78133Schristos #define HAVE_STRSIGNAL 1
120ede78133Schristos 
12116dce513Schristos /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
12216dce513Schristos #define HAVE_ST_MTIM_TV_NSEC 1
12316dce513Schristos 
12416dce513Schristos /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
12516dce513Schristos #define HAVE_ST_MTIM_TV_SEC 1
12616dce513Schristos 
12716dce513Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
12816dce513Schristos #define HAVE_SYS_STAT_H 1
12916dce513Schristos 
13016dce513Schristos /* Define to 1 if you have the <sys/types.h> header file. */
13116dce513Schristos #define HAVE_SYS_TYPES_H 1
13216dce513Schristos 
13316dce513Schristos /* Define if <time.h> has struct tm.tm_gmtoff. */
134*e992f068Schristos /* #undef HAVE_TM_GMTOFF */
13516dce513Schristos 
13616dce513Schristos /* Define to 1 if you have the <unistd.h> header file. */
13716dce513Schristos #define HAVE_UNISTD_H 1
13816dce513Schristos 
13916dce513Schristos /* Define to 1 if you have the <windows.h> header file. */
14016dce513Schristos /* #undef HAVE_WINDOWS_H */
14116dce513Schristos 
14216dce513Schristos /* Using i386 COFF? */
14316dce513Schristos /* #undef I386COFF */
14416dce513Schristos 
14516dce513Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
14616dce513Schristos    */
14716dce513Schristos #define LT_OBJDIR ".libs/"
14816dce513Schristos 
14916dce513Schristos /* Default CPU for MIPS targets. */
15016dce513Schristos /* #undef MIPS_CPU_STRING_DEFAULT */
15116dce513Schristos 
15216dce513Schristos /* Generate 64-bit code by default on MIPS targets. */
15316dce513Schristos /* #undef MIPS_DEFAULT_64BIT */
15416dce513Schristos 
15516dce513Schristos /* Choose a default ABI for MIPS targets. */
15616dce513Schristos /* #undef MIPS_DEFAULT_ABI */
15716dce513Schristos 
15816dce513Schristos /* Define value for nds32_arch_name */
15916dce513Schristos /* #undef NDS32_DEFAULT_ARCH_NAME */
16016dce513Schristos 
16116dce513Schristos /* Define default value for nds32_audio_ext */
16216dce513Schristos /* #undef NDS32_DEFAULT_AUDIO_EXT */
16316dce513Schristos 
164012573ebSchristos /* Define default value for nds32_dsp_ext */
165012573ebSchristos /* #undef NDS32_DEFAULT_DSP_EXT */
166012573ebSchristos 
16716dce513Schristos /* Define default value for nds32_dx_regs */
16816dce513Schristos /* #undef NDS32_DEFAULT_DX_REGS */
16916dce513Schristos 
17016dce513Schristos /* Define default value for nds32_perf_ext */
17116dce513Schristos /* #undef NDS32_DEFAULT_PERF_EXT */
17216dce513Schristos 
17316dce513Schristos /* Define default value for nds32_perf_ext2 */
17416dce513Schristos /* #undef NDS32_DEFAULT_PERF_EXT2 */
17516dce513Schristos 
17616dce513Schristos /* Define default value for nds32_string_ext */
17716dce513Schristos /* #undef NDS32_DEFAULT_STRING_EXT */
17816dce513Schristos 
179012573ebSchristos /* Define default value for nds32_zol_ext */
180012573ebSchristos /* #undef NDS32_DEFAULT_ZOL_EXT */
181012573ebSchristos 
182012573ebSchristos /* Define default value for nds32_linux_toolchain */
183012573ebSchristos /* #undef NDS32_LINUX_TOOLCHAIN */
184012573ebSchristos 
18516dce513Schristos /* Define if environ is not declared in system header files. */
18616dce513Schristos #define NEED_DECLARATION_ENVIRON 1
18716dce513Schristos 
18816dce513Schristos /* Define if ffs is not declared in system header files. */
18916dce513Schristos /* #undef NEED_DECLARATION_FFS */
19016dce513Schristos 
19116dce513Schristos /* a.out support? */
19216dce513Schristos /* #undef OBJ_MAYBE_AOUT */
19316dce513Schristos 
19416dce513Schristos /* COFF support? */
19516dce513Schristos /* #undef OBJ_MAYBE_COFF */
19616dce513Schristos 
19716dce513Schristos /* ECOFF support? */
19816dce513Schristos /* #undef OBJ_MAYBE_ECOFF */
19916dce513Schristos 
20016dce513Schristos /* ELF support? */
20116dce513Schristos /* #undef OBJ_MAYBE_ELF */
20216dce513Schristos 
20316dce513Schristos /* generic support? */
20416dce513Schristos /* #undef OBJ_MAYBE_GENERIC */
20516dce513Schristos 
20616dce513Schristos /* SOM support? */
20716dce513Schristos /* #undef OBJ_MAYBE_SOM */
20816dce513Schristos 
20916dce513Schristos /* Name of package */
21016dce513Schristos #define PACKAGE "gas"
21116dce513Schristos 
21216dce513Schristos /* Define to the address where bug reports for this package should be sent. */
21316dce513Schristos #define PACKAGE_BUGREPORT ""
21416dce513Schristos 
21516dce513Schristos /* Define to the full name of this package. */
21616dce513Schristos #define PACKAGE_NAME "gas"
21716dce513Schristos 
21816dce513Schristos /* Define to the full name and version of this package. */
219*e992f068Schristos #define PACKAGE_STRING "gas 2.39"
22016dce513Schristos 
22116dce513Schristos /* Define to the one symbol short name of this package. */
22216dce513Schristos #define PACKAGE_TARNAME "gas"
22316dce513Schristos 
22416dce513Schristos /* Define to the home page for this package. */
22516dce513Schristos #define PACKAGE_URL ""
22616dce513Schristos 
22716dce513Schristos /* Define to the version of this package. */
228*e992f068Schristos #define PACKAGE_VERSION "2.39"
22916dce513Schristos 
23016dce513Schristos /* Define to 1 if you have the ANSI C header files. */
23116dce513Schristos #define STDC_HEADERS 1
23216dce513Schristos 
23316dce513Schristos /* Using strict COFF? */
23416dce513Schristos /* #undef STRICTCOFF */
23516dce513Schristos 
23616dce513Schristos /* Target alias. */
23716dce513Schristos #define TARGET_ALIAS "vax--netbsdelf"
23816dce513Schristos 
23916dce513Schristos /* Define as 1 if big endian. */
24016dce513Schristos /* #undef TARGET_BYTES_BIG_ENDIAN */
24116dce513Schristos 
24216dce513Schristos /* Canonical target. */
24316dce513Schristos #define TARGET_CANONICAL "vax--netbsdelf"
24416dce513Schristos 
24516dce513Schristos /* Target CPU. */
24616dce513Schristos #define TARGET_CPU "vax"
24716dce513Schristos 
24816dce513Schristos /* Target OS. */
24916dce513Schristos #define TARGET_OS "netbsdelf"
25016dce513Schristos 
25116dce513Schristos /* Define if default target is PowerPC Solaris. */
25216dce513Schristos /* #undef TARGET_SOLARIS_COMMENT */
25316dce513Schristos 
25416dce513Schristos /* Target vendor. */
25516dce513Schristos #define TARGET_VENDOR ""
25616dce513Schristos 
25716dce513Schristos /* Target specific CPU. */
25816dce513Schristos /* #undef TARGET_WITH_CPU */
25916dce513Schristos 
26016dce513Schristos /* Use b modifier when opening binary files? */
26116dce513Schristos /* #undef USE_BINARY_FOPEN */
26216dce513Schristos 
26316dce513Schristos /* Use emulation support? */
26416dce513Schristos /* #undef USE_EMULATIONS */
26516dce513Schristos 
26616dce513Schristos /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
26716dce513Schristos /* #undef USE_E_MIPS_ABI_O32 */
26816dce513Schristos 
26916dce513Schristos /* Enable extensions on AIX 3, Interix.  */
27016dce513Schristos #ifndef _ALL_SOURCE
27116dce513Schristos # define _ALL_SOURCE 1
27216dce513Schristos #endif
27316dce513Schristos /* Enable GNU extensions on systems that have them.  */
27416dce513Schristos #ifndef _GNU_SOURCE
27516dce513Schristos # define _GNU_SOURCE 1
27616dce513Schristos #endif
27716dce513Schristos /* Enable threading extensions on Solaris.  */
27816dce513Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
27916dce513Schristos # define _POSIX_PTHREAD_SEMANTICS 1
28016dce513Schristos #endif
28116dce513Schristos /* Enable extensions on HP NonStop.  */
28216dce513Schristos #ifndef _TANDEM_SOURCE
28316dce513Schristos # define _TANDEM_SOURCE 1
28416dce513Schristos #endif
28516dce513Schristos /* Enable general extensions on Solaris.  */
28616dce513Schristos #ifndef __EXTENSIONS__
28716dce513Schristos # define __EXTENSIONS__ 1
28816dce513Schristos #endif
28916dce513Schristos 
29016dce513Schristos 
29116dce513Schristos /* Using cgen code? */
29216dce513Schristos /* #undef USING_CGEN */
29316dce513Schristos 
29416dce513Schristos /* Version number of package */
295*e992f068Schristos #define VERSION "2.39"
29616dce513Schristos 
29716dce513Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
29816dce513Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
29916dce513Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
30016dce513Schristos # if defined __BIG_ENDIAN__
30116dce513Schristos #  define WORDS_BIGENDIAN 1
30216dce513Schristos # endif
30316dce513Schristos #else
30416dce513Schristos # ifndef WORDS_BIGENDIAN
30516dce513Schristos /* #  undef WORDS_BIGENDIAN */
30616dce513Schristos # endif
30716dce513Schristos #endif
30816dce513Schristos 
30916dce513Schristos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
31016dce513Schristos    `char[]'. */
31116dce513Schristos #define YYTEXT_POINTER 1
31216dce513Schristos 
313ede78133Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
314ede78133Schristos #ifndef _DARWIN_USE_64_BIT_INODE
315ede78133Schristos # define _DARWIN_USE_64_BIT_INODE 1
316ede78133Schristos #endif
317ede78133Schristos 
31816dce513Schristos /* Number of bits in a file offset, on hosts where this is settable. */
31916dce513Schristos /* #undef _FILE_OFFSET_BITS */
32016dce513Schristos 
32116dce513Schristos /* Define for large files, on AIX-style hosts. */
32216dce513Schristos /* #undef _LARGE_FILES */
32316dce513Schristos 
32416dce513Schristos /* Define to 1 if on MINIX. */
32516dce513Schristos /* #undef _MINIX */
32616dce513Schristos 
32716dce513Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
32816dce513Schristos    this defined. */
32916dce513Schristos /* #undef _POSIX_1_SOURCE */
33016dce513Schristos 
33116dce513Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
33216dce513Schristos /* #undef _POSIX_SOURCE */
333