131580a89Sskrll /* This file is automatically generated.  DO NOT EDIT! */
2*095fd420Schristos /* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp  */
3b129d510Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
431580a89Sskrll 
590cf6ab4Smrg /* config.h.  Generated from config.in by configure.  */
6b10267f3Schristos /* config.in.  Generated from configure.ac by autoheader.  */
731580a89Sskrll 
83a3b7c3eSmrg /* Check that config.h is #included before system headers
93a3b7c3eSmrg    (this works only for glibc, but that should be enough).  */
103a3b7c3eSmrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
113a3b7c3eSmrg #  error config.h must be #included before system headers
123a3b7c3eSmrg #endif
133a3b7c3eSmrg #define __CONFIG_H__ 1
143a3b7c3eSmrg 
1590cf6ab4Smrg /* Define if building universal (internal helper macro) */
1690cf6ab4Smrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
1790cf6ab4Smrg 
1831580a89Sskrll /* Define if using AIX 5.2 value for C_WEAKEXT. */
1931580a89Sskrll /* #undef AIX_WEAK_SUPPORT */
2031580a89Sskrll 
2131580a89Sskrll /* assert broken? */
2231580a89Sskrll /* #undef BROKEN_ASSERT */
2331580a89Sskrll 
2431580a89Sskrll /* Compiling cross-assembler? */
2531580a89Sskrll /* #undef CROSS_COMPILE */
2631580a89Sskrll 
2731580a89Sskrll /* Default architecture. */
2831580a89Sskrll /* #undef DEFAULT_ARCH */
2931580a89Sskrll 
3031580a89Sskrll /* Default CRIS architecture. */
3131580a89Sskrll /* #undef DEFAULT_CRIS_ARCH */
3231580a89Sskrll 
3331580a89Sskrll /* Default emulation. */
3431580a89Sskrll #define DEFAULT_EMULATION ""
3531580a89Sskrll 
36b10267f3Schristos /* Define if you want compressed debug sections by default. */
37b10267f3Schristos /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
38b10267f3Schristos 
39b129d510Schristos /* Define to 1 if you want to generate GNU Build attribute notes by default,
40b129d510Schristos    if none are contained in the input. */
41b129d510Schristos #define DEFAULT_GENERATE_BUILD_NOTES 0
42b129d510Schristos 
4305c49256Smrg /* Define to 1 if you want to generate ELF common symbols with the STT_COMMON
4405c49256Smrg    type by default. */
4505c49256Smrg #define DEFAULT_GENERATE_ELF_STT_COMMON 0
4605c49256Smrg 
47697a19a9Schristos /* Define to 1 if you want to generate x86 relax relocations by default. */
48697a19a9Schristos #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1
49697a19a9Schristos 
5061777bd4Schristos /* Define to 1 if you want to fix Loongson3 LLSC Errata by default. */
5161777bd4Schristos #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC 0
5261777bd4Schristos 
53*095fd420Schristos /* Define default value for RISC-V -march. */
54*095fd420Schristos /* #undef DEFAULT_RISCV_ARCH_WITH_EXT */
55*095fd420Schristos 
5661777bd4Schristos /* Define to 1 if you want to generate RISC-V arch attribute by default. */
57*095fd420Schristos #define DEFAULT_RISCV_ATTR 1
58*095fd420Schristos 
59*095fd420Schristos /* Define default value for RISC-V -misa-spec. */
60*095fd420Schristos /* #undef DEFAULT_RISCV_ISA_SPEC */
61*095fd420Schristos 
62*095fd420Schristos /* Define default value for RISC-V -mpriv-spec */
63*095fd420Schristos /* #undef DEFAULT_RISCV_PRIV_SPEC */
6461777bd4Schristos 
6561777bd4Schristos /* Define to 1 if you want to generate GNU x86 used ISA and feature properties
6661777bd4Schristos    by default. */
6761777bd4Schristos #define DEFAULT_X86_USED_NOTE 0
6861777bd4Schristos 
6931580a89Sskrll /* Supported emulations. */
7031580a89Sskrll #define EMULATIONS
7131580a89Sskrll 
7231580a89Sskrll /* Define if you want run-time sanity checks. */
7361777bd4Schristos /* #undef ENABLE_CHECKING */
7431580a89Sskrll 
7531580a89Sskrll /* Define to 1 if translation of program messages to the user's native
7631580a89Sskrll    language is requested. */
7731580a89Sskrll #define ENABLE_NLS 1
7831580a89Sskrll 
79b10267f3Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
80b10267f3Schristos    don't. */
81b10267f3Schristos #define HAVE_DECL_ASPRINTF 1
82b10267f3Schristos 
8331580a89Sskrll /* Is the prototype for getopt in <unistd.h> in the expected format? */
8431580a89Sskrll #define HAVE_DECL_GETOPT 1
8531580a89Sskrll 
8690cf6ab4Smrg /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
8790cf6ab4Smrg    don't. */
8890cf6ab4Smrg #define HAVE_DECL_MEMPCPY 0
8990cf6ab4Smrg 
903a3b7c3eSmrg /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
913a3b7c3eSmrg    */
923a3b7c3eSmrg #define HAVE_DECL_STPCPY 1
933a3b7c3eSmrg 
9431580a89Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */
9531580a89Sskrll #define HAVE_DLFCN_H 1
9631580a89Sskrll 
9731580a89Sskrll /* Define to 1 if you have the <inttypes.h> header file. */
9831580a89Sskrll #define HAVE_INTTYPES_H 1
9931580a89Sskrll 
1003a3b7c3eSmrg /* Define if your <locale.h> file defines LC_MESSAGES. */
1013a3b7c3eSmrg #define HAVE_LC_MESSAGES 1
1023a3b7c3eSmrg 
10331580a89Sskrll /* Define to 1 if you have the <memory.h> header file. */
10431580a89Sskrll #define HAVE_MEMORY_H 1
10531580a89Sskrll 
10631580a89Sskrll /* Define to 1 if you have the <stdint.h> header file. */
10731580a89Sskrll #define HAVE_STDINT_H 1
10831580a89Sskrll 
10931580a89Sskrll /* Define to 1 if you have the <stdlib.h> header file. */
11031580a89Sskrll #define HAVE_STDLIB_H 1
11131580a89Sskrll 
11231580a89Sskrll /* Define to 1 if you have the <strings.h> header file. */
11331580a89Sskrll #define HAVE_STRINGS_H 1
11431580a89Sskrll 
11531580a89Sskrll /* Define to 1 if you have the <string.h> header file. */
11631580a89Sskrll #define HAVE_STRING_H 1
11731580a89Sskrll 
118b129d510Schristos /* Define to 1 if you have the `strsignal' function. */
119b129d510Schristos #define HAVE_STRSIGNAL 1
120b129d510Schristos 
12190cf6ab4Smrg /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
1223a3b7c3eSmrg #define HAVE_ST_MTIM_TV_NSEC 1
12390cf6ab4Smrg 
12490cf6ab4Smrg /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
1253a3b7c3eSmrg #define HAVE_ST_MTIM_TV_SEC 1
12690cf6ab4Smrg 
12731580a89Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */
12831580a89Sskrll #define HAVE_SYS_STAT_H 1
12931580a89Sskrll 
13031580a89Sskrll /* Define to 1 if you have the <sys/types.h> header file. */
13131580a89Sskrll #define HAVE_SYS_TYPES_H 1
13231580a89Sskrll 
13390cf6ab4Smrg /* Define if <time.h> has struct tm.tm_gmtoff. */
134*095fd420Schristos /* #undef HAVE_TM_GMTOFF */
13590cf6ab4Smrg 
13631580a89Sskrll /* Define to 1 if you have the <unistd.h> header file. */
13731580a89Sskrll #define HAVE_UNISTD_H 1
13831580a89Sskrll 
139b10267f3Schristos /* Define to 1 if you have the <windows.h> header file. */
140b10267f3Schristos /* #undef HAVE_WINDOWS_H */
14131580a89Sskrll 
14231580a89Sskrll /* Using i386 COFF? */
14331580a89Sskrll /* #undef I386COFF */
14431580a89Sskrll 
14531580a89Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
14631580a89Sskrll    */
14731580a89Sskrll #define LT_OBJDIR ".libs/"
14831580a89Sskrll 
14931580a89Sskrll /* Default CPU for MIPS targets. */
15031580a89Sskrll /* #undef MIPS_CPU_STRING_DEFAULT */
15131580a89Sskrll 
15231580a89Sskrll /* Generate 64-bit code by default on MIPS targets. */
15331580a89Sskrll /* #undef MIPS_DEFAULT_64BIT */
15431580a89Sskrll 
15531580a89Sskrll /* Choose a default ABI for MIPS targets. */
15631580a89Sskrll /* #undef MIPS_DEFAULT_ABI */
15731580a89Sskrll 
158b10267f3Schristos /* Define value for nds32_arch_name */
159b10267f3Schristos /* #undef NDS32_DEFAULT_ARCH_NAME */
160b10267f3Schristos 
161b10267f3Schristos /* Define default value for nds32_audio_ext */
162b10267f3Schristos /* #undef NDS32_DEFAULT_AUDIO_EXT */
163b10267f3Schristos 
16461777bd4Schristos /* Define default value for nds32_dsp_ext */
16561777bd4Schristos /* #undef NDS32_DEFAULT_DSP_EXT */
16661777bd4Schristos 
167b10267f3Schristos /* Define default value for nds32_dx_regs */
168b10267f3Schristos /* #undef NDS32_DEFAULT_DX_REGS */
169b10267f3Schristos 
170b10267f3Schristos /* Define default value for nds32_perf_ext */
171b10267f3Schristos /* #undef NDS32_DEFAULT_PERF_EXT */
172b10267f3Schristos 
173b10267f3Schristos /* Define default value for nds32_perf_ext2 */
174b10267f3Schristos /* #undef NDS32_DEFAULT_PERF_EXT2 */
175b10267f3Schristos 
176b10267f3Schristos /* Define default value for nds32_string_ext */
177b10267f3Schristos /* #undef NDS32_DEFAULT_STRING_EXT */
178b10267f3Schristos 
17961777bd4Schristos /* Define default value for nds32_zol_ext */
18061777bd4Schristos /* #undef NDS32_DEFAULT_ZOL_EXT */
18161777bd4Schristos 
18261777bd4Schristos /* Define default value for nds32_linux_toolchain */
18361777bd4Schristos /* #undef NDS32_LINUX_TOOLCHAIN */
18461777bd4Schristos 
18531580a89Sskrll /* Define if environ is not declared in system header files. */
18631580a89Sskrll #define NEED_DECLARATION_ENVIRON 1
18731580a89Sskrll 
18831580a89Sskrll /* Define if ffs is not declared in system header files. */
18931580a89Sskrll /* #undef NEED_DECLARATION_FFS */
19031580a89Sskrll 
19131580a89Sskrll /* a.out support? */
19231580a89Sskrll /* #undef OBJ_MAYBE_AOUT */
19331580a89Sskrll 
19431580a89Sskrll /* COFF support? */
19531580a89Sskrll /* #undef OBJ_MAYBE_COFF */
19631580a89Sskrll 
19731580a89Sskrll /* ECOFF support? */
19831580a89Sskrll /* #undef OBJ_MAYBE_ECOFF */
19931580a89Sskrll 
20031580a89Sskrll /* ELF support? */
20131580a89Sskrll /* #undef OBJ_MAYBE_ELF */
20231580a89Sskrll 
20331580a89Sskrll /* generic support? */
20431580a89Sskrll /* #undef OBJ_MAYBE_GENERIC */
20531580a89Sskrll 
20631580a89Sskrll /* SOM support? */
20731580a89Sskrll /* #undef OBJ_MAYBE_SOM */
20831580a89Sskrll 
20931580a89Sskrll /* Name of package */
21031580a89Sskrll #define PACKAGE "gas"
21131580a89Sskrll 
21231580a89Sskrll /* Define to the address where bug reports for this package should be sent. */
21331580a89Sskrll #define PACKAGE_BUGREPORT ""
21431580a89Sskrll 
21531580a89Sskrll /* Define to the full name of this package. */
216b10267f3Schristos #define PACKAGE_NAME "gas"
21731580a89Sskrll 
21831580a89Sskrll /* Define to the full name and version of this package. */
219*095fd420Schristos #define PACKAGE_STRING "gas 2.39"
22031580a89Sskrll 
22131580a89Sskrll /* Define to the one symbol short name of this package. */
222b10267f3Schristos #define PACKAGE_TARNAME "gas"
22331580a89Sskrll 
22490cf6ab4Smrg /* Define to the home page for this package. */
22590cf6ab4Smrg #define PACKAGE_URL ""
22690cf6ab4Smrg 
22731580a89Sskrll /* Define to the version of this package. */
228*095fd420Schristos #define PACKAGE_VERSION "2.39"
22931580a89Sskrll 
23031580a89Sskrll /* Define to 1 if you have the ANSI C header files. */
23131580a89Sskrll #define STDC_HEADERS 1
23231580a89Sskrll 
23331580a89Sskrll /* Using strict COFF? */
23431580a89Sskrll /* #undef STRICTCOFF */
23531580a89Sskrll 
23631580a89Sskrll /* Target alias. */
23731580a89Sskrll #define TARGET_ALIAS "powerpc--netbsd"
23831580a89Sskrll 
23931580a89Sskrll /* Define as 1 if big endian. */
24031580a89Sskrll #define TARGET_BYTES_BIG_ENDIAN 1
24131580a89Sskrll 
24231580a89Sskrll /* Canonical target. */
24331580a89Sskrll #define TARGET_CANONICAL "powerpc--netbsd"
24431580a89Sskrll 
24531580a89Sskrll /* Target CPU. */
24631580a89Sskrll #define TARGET_CPU "powerpc"
24731580a89Sskrll 
24831580a89Sskrll /* Target OS. */
24931580a89Sskrll #define TARGET_OS "netbsd"
25031580a89Sskrll 
25131580a89Sskrll /* Define if default target is PowerPC Solaris. */
25231580a89Sskrll /* #undef TARGET_SOLARIS_COMMENT */
25331580a89Sskrll 
25431580a89Sskrll /* Target vendor. */
25531580a89Sskrll #define TARGET_VENDOR ""
25631580a89Sskrll 
25705c49256Smrg /* Target specific CPU. */
25805c49256Smrg /* #undef TARGET_WITH_CPU */
25905c49256Smrg 
26031580a89Sskrll /* Use b modifier when opening binary files? */
26131580a89Sskrll /* #undef USE_BINARY_FOPEN */
26231580a89Sskrll 
26331580a89Sskrll /* Use emulation support? */
26431580a89Sskrll /* #undef USE_EMULATIONS */
26531580a89Sskrll 
26631580a89Sskrll /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
26731580a89Sskrll /* #undef USE_E_MIPS_ABI_O32 */
26831580a89Sskrll 
26931580a89Sskrll /* Enable extensions on AIX 3, Interix.  */
27031580a89Sskrll #ifndef _ALL_SOURCE
27131580a89Sskrll # define _ALL_SOURCE 1
27231580a89Sskrll #endif
27331580a89Sskrll /* Enable GNU extensions on systems that have them.  */
27431580a89Sskrll #ifndef _GNU_SOURCE
27531580a89Sskrll # define _GNU_SOURCE 1
27631580a89Sskrll #endif
27731580a89Sskrll /* Enable threading extensions on Solaris.  */
27831580a89Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS
27931580a89Sskrll # define _POSIX_PTHREAD_SEMANTICS 1
28031580a89Sskrll #endif
28131580a89Sskrll /* Enable extensions on HP NonStop.  */
28231580a89Sskrll #ifndef _TANDEM_SOURCE
28331580a89Sskrll # define _TANDEM_SOURCE 1
28431580a89Sskrll #endif
28531580a89Sskrll /* Enable general extensions on Solaris.  */
28631580a89Sskrll #ifndef __EXTENSIONS__
28731580a89Sskrll # define __EXTENSIONS__ 1
28831580a89Sskrll #endif
28931580a89Sskrll 
29031580a89Sskrll 
29190cf6ab4Smrg /* Using cgen code? */
29290cf6ab4Smrg /* #undef USING_CGEN */
29390cf6ab4Smrg 
29490cf6ab4Smrg /* Version number of package */
295*095fd420Schristos #define VERSION "2.39"
29690cf6ab4Smrg 
29790cf6ab4Smrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
29890cf6ab4Smrg    significant byte first (like Motorola and SPARC, unlike Intel). */
29990cf6ab4Smrg #if defined AC_APPLE_UNIVERSAL_BUILD
30090cf6ab4Smrg # if defined __BIG_ENDIAN__
30190cf6ab4Smrg #  define WORDS_BIGENDIAN 1
30290cf6ab4Smrg # endif
30390cf6ab4Smrg #else
30490cf6ab4Smrg # ifndef WORDS_BIGENDIAN
30590cf6ab4Smrg #  define WORDS_BIGENDIAN 1
30690cf6ab4Smrg # endif
30790cf6ab4Smrg #endif
30890cf6ab4Smrg 
30990cf6ab4Smrg /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
31090cf6ab4Smrg    `char[]'. */
31190cf6ab4Smrg #define YYTEXT_POINTER 1
31290cf6ab4Smrg 
313b129d510Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
314b129d510Schristos #ifndef _DARWIN_USE_64_BIT_INODE
315b129d510Schristos # define _DARWIN_USE_64_BIT_INODE 1
316b129d510Schristos #endif
317b129d510Schristos 
31890cf6ab4Smrg /* Number of bits in a file offset, on hosts where this is settable. */
31990cf6ab4Smrg /* #undef _FILE_OFFSET_BITS */
32090cf6ab4Smrg 
32190cf6ab4Smrg /* Define for large files, on AIX-style hosts. */
32290cf6ab4Smrg /* #undef _LARGE_FILES */
32390cf6ab4Smrg 
32490cf6ab4Smrg /* Define to 1 if on MINIX. */
32590cf6ab4Smrg /* #undef _MINIX */
32690cf6ab4Smrg 
32790cf6ab4Smrg /* Define to 2 if the system does not provide POSIX.1 features except with
32890cf6ab4Smrg    this defined. */
32990cf6ab4Smrg /* #undef _POSIX_1_SOURCE */
33090cf6ab4Smrg 
33190cf6ab4Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */
33290cf6ab4Smrg /* #undef _POSIX_SOURCE */
333