* gencode.c (build_instruction) [MUL]: Cast operands to word64, to
[deliverable/binutils-gdb.git] / gas / conf.in
1 /* conf.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define if using alloca.c. */
4 #undef C_ALLOCA
5
6 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7 This function is required for alloca.c support on those systems. */
8 #undef CRAY_STACKSEG_END
9
10 /* Define if you have alloca, as a function or macro. */
11 #undef HAVE_ALLOCA
12
13 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
14 #undef HAVE_ALLOCA_H
15
16 /* Define as __inline if that's what the C compiler calls it. */
17 #undef inline
18
19 /* If using the C implementation of alloca, define if you know the
20 direction of stack growth for your system; otherwise it will be
21 automatically deduced at run-time.
22 STACK_DIRECTION > 0 => grows toward higher addresses
23 STACK_DIRECTION < 0 => grows toward lower addresses
24 STACK_DIRECTION = 0 => direction of growth unknown
25 */
26 #undef STACK_DIRECTION
27
28 /* Should gas use high-level BFD interfaces? */
29 #undef BFD_ASSEMBLER
30
31 /* Some assert/preprocessor combinations are incapable of handling
32 certain kinds of constructs in the argument of assert. For example,
33 quoted strings (if requoting isn't done right) or newlines. */
34 #undef BROKEN_ASSERT
35
36 /* If we aren't doing cross-assembling, some operations can be optimized,
37 since byte orders and value sizes don't need to be adjusted. */
38 #undef CROSS_COMPILE
39
40 /* Some gas code wants to know these parameters. */
41 #undef TARGET_ALIAS
42 #undef TARGET_CPU
43 #undef TARGET_CANONICAL
44 #undef TARGET_OS
45 #undef TARGET_VENDOR
46
47 /* Sometimes the system header files don't declare strstr. */
48 #undef NEED_DECLARATION_STRSTR
49
50 /* Sometimes the system header files don't declare malloc and realloc. */
51 #undef NEED_DECLARATION_MALLOC
52
53 /* Sometimes the system header files don't declare free. */
54 #undef NEED_DECLARATION_FREE
55
56 /* Sometimes the system header files don't declare sbrk. */
57 #undef NEED_DECLARATION_SBRK
58
59 /* Sometimes errno.h doesn't declare errno itself. */
60 #undef NEED_DECLARATION_ERRNO
61
62 #undef MANY_SEGMENTS
63
64 /* Needed only for sparc configuration. */
65 #undef SPARC_V9
66 #undef SPARC_ARCH64
67
68 /* Needed only for some configurations that can produce multiple output
69 formats. */
70 #undef DEFAULT_EMULATION
71 #undef EMULATIONS
72 #undef USE_EMULATIONS
73 #undef OBJ_MAYBE_AOUT
74 #undef OBJ_MAYBE_BOUT
75 #undef OBJ_MAYBE_COFF
76 #undef OBJ_MAYBE_ECOFF
77 #undef OBJ_MAYBE_ELF
78 #undef OBJ_MAYBE_GENERIC
79 #undef OBJ_MAYBE_HP300
80 #undef OBJ_MAYBE_IEEE
81 #undef OBJ_MAYBE_SOM
82 #undef OBJ_MAYBE_VMS
83
84 /* Used for some of the COFF configurations, when the COFF code needs
85 to select something based on the CPU type before it knows it... */
86 #undef I386COFF
87 #undef M68KCOFF
88 #undef M88KCOFF
89
90 /* Define if you have the remove function. */
91 #undef HAVE_REMOVE
92
93 /* Define if you have the sbrk function. */
94 #undef HAVE_SBRK
95
96 /* Define if you have the unlink function. */
97 #undef HAVE_UNLINK
98
99 /* Define if you have the <errno.h> header file. */
100 #undef HAVE_ERRNO_H
101
102 /* Define if you have the <memory.h> header file. */
103 #undef HAVE_MEMORY_H
104
105 /* Define if you have the <stdarg.h> header file. */
106 #undef HAVE_STDARG_H
107
108 /* Define if you have the <stdlib.h> header file. */
109 #undef HAVE_STDLIB_H
110
111 /* Define if you have the <string.h> header file. */
112 #undef HAVE_STRING_H
113
114 /* Define if you have the <strings.h> header file. */
115 #undef HAVE_STRINGS_H
116
117 /* Define if you have the <sys/types.h> header file. */
118 #undef HAVE_SYS_TYPES_H
119
120 /* Define if you have the <unistd.h> header file. */
121 #undef HAVE_UNISTD_H
122
123 /* Define if you have the <varargs.h> header file. */
124 #undef HAVE_VARARGS_H
This page took 0.031788 seconds and 4 git commands to generate.