187cd3c10Smatt /* This file is automatically generated.  DO NOT EDIT! */
287cd3c10Smatt /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
387cd3c10Smatt /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
487cd3c10Smatt 
587cd3c10Smatt /* config.h.  Generated from config.in by configure.  */
6931785e9Schristos /* config.in.  Generated from configure.ac by autoheader.  */
787cd3c10Smatt 
887cd3c10Smatt /* Check that config.h is #included before system headers
987cd3c10Smatt    (this works only for glibc, but that should be enough).  */
1087cd3c10Smatt #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1187cd3c10Smatt #  error config.h must be #included before system headers
1287cd3c10Smatt #endif
1387cd3c10Smatt #define __CONFIG_H__ 1
1487cd3c10Smatt 
1587cd3c10Smatt /* Define if building universal (internal helper macro) */
1687cd3c10Smatt /* #undef AC_APPLE_UNIVERSAL_BUILD */
1787cd3c10Smatt 
1887cd3c10Smatt /* Define if using AIX 5.2 value for C_WEAKEXT. */
1987cd3c10Smatt /* #undef AIX_WEAK_SUPPORT */
2087cd3c10Smatt 
2187cd3c10Smatt /* assert broken? */
2287cd3c10Smatt /* #undef BROKEN_ASSERT */
2387cd3c10Smatt 
2487cd3c10Smatt /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
2587cd3c10Smatt    systems. This function is required for `alloca.c' support on those systems.
2687cd3c10Smatt    */
2787cd3c10Smatt /* #undef CRAY_STACKSEG_END */
2887cd3c10Smatt 
2987cd3c10Smatt /* Compiling cross-assembler? */
3087cd3c10Smatt /* #undef CROSS_COMPILE */
3187cd3c10Smatt 
3287cd3c10Smatt /* Define to 1 if using `alloca.c'. */
3387cd3c10Smatt /* #undef C_ALLOCA */
3487cd3c10Smatt 
3587cd3c10Smatt /* Default architecture. */
3687cd3c10Smatt /* #undef DEFAULT_ARCH */
3787cd3c10Smatt 
3887cd3c10Smatt /* Default CRIS architecture. */
3987cd3c10Smatt /* #undef DEFAULT_CRIS_ARCH */
4087cd3c10Smatt 
4187cd3c10Smatt /* Default emulation. */
4287cd3c10Smatt #define DEFAULT_EMULATION ""
4387cd3c10Smatt 
44931785e9Schristos /* Define if you want compressed debug sections by default. */
45931785e9Schristos /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
46931785e9Schristos 
47*697a19a9Schristos /* Define to 1 if you want to generate x86 relax relocations by default. */
48*697a19a9Schristos #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1
49*697a19a9Schristos 
5087cd3c10Smatt /* Supported emulations. */
5187cd3c10Smatt #define EMULATIONS
5287cd3c10Smatt 
5387cd3c10Smatt /* Define if you want run-time sanity checks. */
54931785e9Schristos #define ENABLE_CHECKING 1
5587cd3c10Smatt 
5687cd3c10Smatt /* Define to 1 if translation of program messages to the user's native
5787cd3c10Smatt    language is requested. */
5887cd3c10Smatt #define ENABLE_NLS 1
5987cd3c10Smatt 
6087cd3c10Smatt /* Define to 1 if you have `alloca', as a function or macro. */
6187cd3c10Smatt #define HAVE_ALLOCA 1
6287cd3c10Smatt 
6387cd3c10Smatt /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
6487cd3c10Smatt    */
6587cd3c10Smatt /* #undef HAVE_ALLOCA_H */
6687cd3c10Smatt 
67931785e9Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
68931785e9Schristos    don't. */
69931785e9Schristos #define HAVE_DECL_ASPRINTF 1
70931785e9Schristos 
7187cd3c10Smatt /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
7287cd3c10Smatt    */
7387cd3c10Smatt #define HAVE_DECL_FREE 1
7487cd3c10Smatt 
7587cd3c10Smatt /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
7687cd3c10Smatt    */
7787cd3c10Smatt #define HAVE_DECL_GETENV 1
7887cd3c10Smatt 
7987cd3c10Smatt /* Is the prototype for getopt in <unistd.h> in the expected format? */
8087cd3c10Smatt #define HAVE_DECL_GETOPT 1
8187cd3c10Smatt 
8287cd3c10Smatt /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
8387cd3c10Smatt    */
8487cd3c10Smatt #define HAVE_DECL_MALLOC 1
8587cd3c10Smatt 
8687cd3c10Smatt /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
8787cd3c10Smatt    don't. */
8887cd3c10Smatt #define HAVE_DECL_MEMPCPY 0
8987cd3c10Smatt 
9087cd3c10Smatt /* Define to 1 if you have the declaration of `realloc', and to 0 if you
9187cd3c10Smatt    don't. */
9287cd3c10Smatt #define HAVE_DECL_REALLOC 1
9387cd3c10Smatt 
9487cd3c10Smatt /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
9587cd3c10Smatt    */
9687cd3c10Smatt #define HAVE_DECL_STPCPY 1
9787cd3c10Smatt 
9887cd3c10Smatt /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
9987cd3c10Smatt    */
10087cd3c10Smatt #define HAVE_DECL_STRSTR 1
10187cd3c10Smatt 
10287cd3c10Smatt /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
10387cd3c10Smatt    don't. */
10487cd3c10Smatt #define HAVE_DECL_VSNPRINTF 1
10587cd3c10Smatt 
10687cd3c10Smatt /* Define to 1 if you have the <dlfcn.h> header file. */
10787cd3c10Smatt #define HAVE_DLFCN_H 1
10887cd3c10Smatt 
10987cd3c10Smatt /* Define to 1 if you have the <errno.h> header file. */
11087cd3c10Smatt #define HAVE_ERRNO_H 1
11187cd3c10Smatt 
11287cd3c10Smatt /* Define to 1 if you have the <inttypes.h> header file. */
11387cd3c10Smatt #define HAVE_INTTYPES_H 1
11487cd3c10Smatt 
11587cd3c10Smatt /* Define if your <locale.h> file defines LC_MESSAGES. */
11687cd3c10Smatt #define HAVE_LC_MESSAGES 1
11787cd3c10Smatt 
11887cd3c10Smatt /* Define to 1 if you have the <limits.h> header file. */
11987cd3c10Smatt #define HAVE_LIMITS_H 1
12087cd3c10Smatt 
12187cd3c10Smatt /* Define to 1 if you have the <locale.h> header file. */
12287cd3c10Smatt #define HAVE_LOCALE_H 1
12387cd3c10Smatt 
12487cd3c10Smatt /* Define to 1 if you have the <memory.h> header file. */
12587cd3c10Smatt #define HAVE_MEMORY_H 1
12687cd3c10Smatt 
12787cd3c10Smatt /* Define to 1 if you have the `remove' function. */
12887cd3c10Smatt /* #undef HAVE_REMOVE */
12987cd3c10Smatt 
13087cd3c10Smatt /* Define to 1 if you have the `sbrk' function. */
13187cd3c10Smatt #define HAVE_SBRK 1
13287cd3c10Smatt 
13387cd3c10Smatt /* Define to 1 if you have the `setlocale' function. */
13487cd3c10Smatt #define HAVE_SETLOCALE 1
13587cd3c10Smatt 
13687cd3c10Smatt /* Define to 1 if you have the <stdint.h> header file. */
13787cd3c10Smatt #define HAVE_STDINT_H 1
13887cd3c10Smatt 
13987cd3c10Smatt /* Define to 1 if you have the <stdlib.h> header file. */
14087cd3c10Smatt #define HAVE_STDLIB_H 1
14187cd3c10Smatt 
14287cd3c10Smatt /* Define to 1 if you have the <strings.h> header file. */
14387cd3c10Smatt #define HAVE_STRINGS_H 1
14487cd3c10Smatt 
14587cd3c10Smatt /* Define to 1 if you have the <string.h> header file. */
14687cd3c10Smatt #define HAVE_STRING_H 1
14787cd3c10Smatt 
14887cd3c10Smatt /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
14987cd3c10Smatt #define HAVE_ST_MTIM_TV_NSEC 1
15087cd3c10Smatt 
15187cd3c10Smatt /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
15287cd3c10Smatt #define HAVE_ST_MTIM_TV_SEC 1
15387cd3c10Smatt 
15487cd3c10Smatt /* Define to 1 if you have the <sys/stat.h> header file. */
15587cd3c10Smatt #define HAVE_SYS_STAT_H 1
15687cd3c10Smatt 
15787cd3c10Smatt /* Define to 1 if you have the <sys/types.h> header file. */
15887cd3c10Smatt #define HAVE_SYS_TYPES_H 1
15987cd3c10Smatt 
16087cd3c10Smatt /* Define to 1 if you have the <time.h> header file. */
16187cd3c10Smatt #define HAVE_TIME_H 1
16287cd3c10Smatt 
16387cd3c10Smatt /* Define if <time.h> has struct tm.tm_gmtoff. */
16487cd3c10Smatt #define HAVE_TM_GMTOFF 1
16587cd3c10Smatt 
16687cd3c10Smatt /* Define to 1 if you have the <unistd.h> header file. */
16787cd3c10Smatt #define HAVE_UNISTD_H 1
16887cd3c10Smatt 
16987cd3c10Smatt /* Define to 1 if you have the `unlink' function. */
17087cd3c10Smatt #define HAVE_UNLINK 1
17187cd3c10Smatt 
172931785e9Schristos /* Define to 1 if you have the <windows.h> header file. */
173931785e9Schristos /* #undef HAVE_WINDOWS_H */
17487cd3c10Smatt 
17587cd3c10Smatt /* Using i386 COFF? */
17687cd3c10Smatt /* #undef I386COFF */
17787cd3c10Smatt 
17887cd3c10Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries.
17987cd3c10Smatt    */
18087cd3c10Smatt #define LT_OBJDIR ".libs/"
18187cd3c10Smatt 
18287cd3c10Smatt /* Using m68k COFF? */
18387cd3c10Smatt /* #undef M68KCOFF */
18487cd3c10Smatt 
18587cd3c10Smatt /* Using m88k COFF? */
18687cd3c10Smatt /* #undef M88KCOFF */
18787cd3c10Smatt 
18887cd3c10Smatt /* Default CPU for MIPS targets. */
18987cd3c10Smatt /* #undef MIPS_CPU_STRING_DEFAULT */
19087cd3c10Smatt 
19187cd3c10Smatt /* Generate 64-bit code by default on MIPS targets. */
19287cd3c10Smatt /* #undef MIPS_DEFAULT_64BIT */
19387cd3c10Smatt 
19487cd3c10Smatt /* Choose a default ABI for MIPS targets. */
19587cd3c10Smatt /* #undef MIPS_DEFAULT_ABI */
19687cd3c10Smatt 
197931785e9Schristos /* Define value for nds32_arch_name */
198931785e9Schristos /* #undef NDS32_DEFAULT_ARCH_NAME */
199931785e9Schristos 
200931785e9Schristos /* Define default value for nds32_audio_ext */
201931785e9Schristos /* #undef NDS32_DEFAULT_AUDIO_EXT */
202931785e9Schristos 
203931785e9Schristos /* Define default value for nds32_dx_regs */
204931785e9Schristos /* #undef NDS32_DEFAULT_DX_REGS */
205931785e9Schristos 
206931785e9Schristos /* Define default value for nds32_perf_ext */
207931785e9Schristos /* #undef NDS32_DEFAULT_PERF_EXT */
208931785e9Schristos 
209931785e9Schristos /* Define default value for nds32_perf_ext2 */
210931785e9Schristos /* #undef NDS32_DEFAULT_PERF_EXT2 */
211931785e9Schristos 
212931785e9Schristos /* Define default value for nds32_string_ext */
213931785e9Schristos /* #undef NDS32_DEFAULT_STRING_EXT */
214931785e9Schristos 
21587cd3c10Smatt /* Define if environ is not declared in system header files. */
21687cd3c10Smatt #define NEED_DECLARATION_ENVIRON 1
21787cd3c10Smatt 
21887cd3c10Smatt /* Define if errno is not declared in system header files. */
21987cd3c10Smatt /* #undef NEED_DECLARATION_ERRNO */
22087cd3c10Smatt 
22187cd3c10Smatt /* Define if ffs is not declared in system header files. */
22287cd3c10Smatt /* #undef NEED_DECLARATION_FFS */
22387cd3c10Smatt 
22487cd3c10Smatt /* Define if free is not declared in system header files. */
22587cd3c10Smatt /* #undef NEED_DECLARATION_FREE */
22687cd3c10Smatt 
22787cd3c10Smatt /* Define if malloc is not declared in system header files. */
22887cd3c10Smatt /* #undef NEED_DECLARATION_MALLOC */
22987cd3c10Smatt 
23087cd3c10Smatt /* Define if sbrk is not declared in system header files. */
23187cd3c10Smatt /* #undef NEED_DECLARATION_SBRK */
23287cd3c10Smatt 
23387cd3c10Smatt /* Define if strstr is not declared in system header files. */
23487cd3c10Smatt /* #undef NEED_DECLARATION_STRSTR */
23587cd3c10Smatt 
23687cd3c10Smatt /* a.out support? */
23787cd3c10Smatt /* #undef OBJ_MAYBE_AOUT */
23887cd3c10Smatt 
23987cd3c10Smatt /* b.out support? */
24087cd3c10Smatt /* #undef OBJ_MAYBE_BOUT */
24187cd3c10Smatt 
24287cd3c10Smatt /* COFF support? */
24387cd3c10Smatt /* #undef OBJ_MAYBE_COFF */
24487cd3c10Smatt 
24587cd3c10Smatt /* ECOFF support? */
24687cd3c10Smatt /* #undef OBJ_MAYBE_ECOFF */
24787cd3c10Smatt 
24887cd3c10Smatt /* ELF support? */
24987cd3c10Smatt /* #undef OBJ_MAYBE_ELF */
25087cd3c10Smatt 
25187cd3c10Smatt /* generic support? */
25287cd3c10Smatt /* #undef OBJ_MAYBE_GENERIC */
25387cd3c10Smatt 
25487cd3c10Smatt /* SOM support? */
25587cd3c10Smatt /* #undef OBJ_MAYBE_SOM */
25687cd3c10Smatt 
25787cd3c10Smatt /* Name of package */
25887cd3c10Smatt #define PACKAGE "gas"
25987cd3c10Smatt 
26087cd3c10Smatt /* Define to the address where bug reports for this package should be sent. */
26187cd3c10Smatt #define PACKAGE_BUGREPORT ""
26287cd3c10Smatt 
26387cd3c10Smatt /* Define to the full name of this package. */
264931785e9Schristos #define PACKAGE_NAME "gas"
26587cd3c10Smatt 
26687cd3c10Smatt /* Define to the full name and version of this package. */
267*697a19a9Schristos #define PACKAGE_STRING "gas 2.26.1"
26887cd3c10Smatt 
26987cd3c10Smatt /* Define to the one symbol short name of this package. */
270931785e9Schristos #define PACKAGE_TARNAME "gas"
27187cd3c10Smatt 
27287cd3c10Smatt /* Define to the home page for this package. */
27387cd3c10Smatt #define PACKAGE_URL ""
27487cd3c10Smatt 
27587cd3c10Smatt /* Define to the version of this package. */
276*697a19a9Schristos #define PACKAGE_VERSION "2.26.1"
27787cd3c10Smatt 
27887cd3c10Smatt /* Define if defaulting to ELF on SCO 5. */
27987cd3c10Smatt /* #undef SCO_ELF */
28087cd3c10Smatt 
28187cd3c10Smatt /* If using the C implementation of alloca, define if you know the
28287cd3c10Smatt    direction of stack growth for your system; otherwise it will be
28387cd3c10Smatt    automatically deduced at runtime.
28487cd3c10Smatt 	STACK_DIRECTION > 0 => grows toward higher addresses
28587cd3c10Smatt 	STACK_DIRECTION < 0 => grows toward lower addresses
28687cd3c10Smatt 	STACK_DIRECTION = 0 => direction of growth unknown */
28787cd3c10Smatt /* #undef STACK_DIRECTION */
28887cd3c10Smatt 
28987cd3c10Smatt /* Define to 1 if you have the ANSI C header files. */
29087cd3c10Smatt #define STDC_HEADERS 1
29187cd3c10Smatt 
29287cd3c10Smatt /* Using strict COFF? */
29387cd3c10Smatt /* #undef STRICTCOFF */
29487cd3c10Smatt 
29587cd3c10Smatt /* Define if you can safely include both <string.h> and <strings.h>. */
29687cd3c10Smatt #define STRING_WITH_STRINGS 1
29787cd3c10Smatt 
29887cd3c10Smatt /* Target alias. */
29987cd3c10Smatt #define TARGET_ALIAS "or1k--netbsd"
30087cd3c10Smatt 
30187cd3c10Smatt /* Define as 1 if big endian. */
30287cd3c10Smatt #define TARGET_BYTES_BIG_ENDIAN 1
30387cd3c10Smatt 
30487cd3c10Smatt /* Canonical target. */
305931785e9Schristos #define TARGET_CANONICAL "or1k--netbsd"
30687cd3c10Smatt 
30787cd3c10Smatt /* Target CPU. */
30887cd3c10Smatt #define TARGET_CPU "or1k"
30987cd3c10Smatt 
31087cd3c10Smatt /* Target OS. */
31187cd3c10Smatt #define TARGET_OS "netbsd"
31287cd3c10Smatt 
31387cd3c10Smatt /* Define if default target is PowerPC Solaris. */
31487cd3c10Smatt /* #undef TARGET_SOLARIS_COMMENT */
31587cd3c10Smatt 
31687cd3c10Smatt /* Define if target is Symbian OS. */
31787cd3c10Smatt /* #undef TARGET_SYMBIAN */
31887cd3c10Smatt 
31987cd3c10Smatt /* Target vendor. */
320931785e9Schristos #define TARGET_VENDOR ""
32187cd3c10Smatt 
32287cd3c10Smatt /* Use b modifier when opening binary files? */
32387cd3c10Smatt /* #undef USE_BINARY_FOPEN */
32487cd3c10Smatt 
32587cd3c10Smatt /* Use emulation support? */
32687cd3c10Smatt /* #undef USE_EMULATIONS */
32787cd3c10Smatt 
32887cd3c10Smatt /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
32987cd3c10Smatt /* #undef USE_E_MIPS_ABI_O32 */
33087cd3c10Smatt 
33187cd3c10Smatt /* Enable extensions on AIX 3, Interix.  */
33287cd3c10Smatt #ifndef _ALL_SOURCE
33387cd3c10Smatt # define _ALL_SOURCE 1
33487cd3c10Smatt #endif
33587cd3c10Smatt /* Enable GNU extensions on systems that have them.  */
33687cd3c10Smatt #ifndef _GNU_SOURCE
33787cd3c10Smatt # define _GNU_SOURCE 1
33887cd3c10Smatt #endif
33987cd3c10Smatt /* Enable threading extensions on Solaris.  */
34087cd3c10Smatt #ifndef _POSIX_PTHREAD_SEMANTICS
34187cd3c10Smatt # define _POSIX_PTHREAD_SEMANTICS 1
34287cd3c10Smatt #endif
34387cd3c10Smatt /* Enable extensions on HP NonStop.  */
34487cd3c10Smatt #ifndef _TANDEM_SOURCE
34587cd3c10Smatt # define _TANDEM_SOURCE 1
34687cd3c10Smatt #endif
34787cd3c10Smatt /* Enable general extensions on Solaris.  */
34887cd3c10Smatt #ifndef __EXTENSIONS__
34987cd3c10Smatt # define __EXTENSIONS__ 1
35087cd3c10Smatt #endif
35187cd3c10Smatt 
35287cd3c10Smatt 
35387cd3c10Smatt /* Using cgen code? */
35487cd3c10Smatt #define USING_CGEN 1
35587cd3c10Smatt 
35687cd3c10Smatt /* Version number of package */
357*697a19a9Schristos #define VERSION "2.26.1"
35887cd3c10Smatt 
35987cd3c10Smatt /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
36087cd3c10Smatt    significant byte first (like Motorola and SPARC, unlike Intel). */
36187cd3c10Smatt #if defined AC_APPLE_UNIVERSAL_BUILD
36287cd3c10Smatt # if defined __BIG_ENDIAN__
36387cd3c10Smatt #  define WORDS_BIGENDIAN 1
36487cd3c10Smatt # endif
36587cd3c10Smatt #else
36687cd3c10Smatt # ifndef WORDS_BIGENDIAN
36787cd3c10Smatt #  define WORDS_BIGENDIAN 1
36887cd3c10Smatt # endif
36987cd3c10Smatt #endif
37087cd3c10Smatt 
37187cd3c10Smatt /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
37287cd3c10Smatt    `char[]'. */
373931785e9Schristos #define YYTEXT_POINTER 1
37487cd3c10Smatt 
37587cd3c10Smatt /* Number of bits in a file offset, on hosts where this is settable. */
37687cd3c10Smatt /* #undef _FILE_OFFSET_BITS */
37787cd3c10Smatt 
37887cd3c10Smatt /* Define for large files, on AIX-style hosts. */
37987cd3c10Smatt /* #undef _LARGE_FILES */
38087cd3c10Smatt 
38187cd3c10Smatt /* Define to 1 if on MINIX. */
38287cd3c10Smatt /* #undef _MINIX */
38387cd3c10Smatt 
38487cd3c10Smatt /* Define to 2 if the system does not provide POSIX.1 features except with
38587cd3c10Smatt    this defined. */
38687cd3c10Smatt /* #undef _POSIX_1_SOURCE */
38787cd3c10Smatt 
38887cd3c10Smatt /* Define to 1 if you need to in order for `stat' and other things to work. */
38987cd3c10Smatt /* #undef _POSIX_SOURCE */
39087cd3c10Smatt 
39187cd3c10Smatt /* Define to `__inline__' or `__inline' if that's what the C compiler
39287cd3c10Smatt    calls it, or to nothing if 'inline' is not supported under any name.  */
39387cd3c10Smatt #ifndef __cplusplus
39487cd3c10Smatt /* #undef inline */
39587cd3c10Smatt #endif
396