]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/acconfig.h
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / acconfig.h
1 /* Name of package. */
2 #undef PACKAGE
3
4 /* Version of package. */
5 #undef VERSION
6
7 /* Should gas use high-level BFD interfaces? */
8 #undef BFD_ASSEMBLER
9
10 /* Some assert/preprocessor combinations are incapable of handling
11 certain kinds of constructs in the argument of assert. For example,
12 quoted strings (if requoting isn't done right) or newlines. */
13 #undef BROKEN_ASSERT
14
15 /* If we aren't doing cross-assembling, some operations can be optimized,
16 since byte orders and value sizes don't need to be adjusted. */
17 #undef CROSS_COMPILE
18
19 /* Some gas code wants to know these parameters. */
20 #undef TARGET_ALIAS
21 #undef TARGET_CPU
22 #undef TARGET_CANONICAL
23 #undef TARGET_OS
24 #undef TARGET_VENDOR
25
26 /* Sometimes the system header files don't declare strstr. */
27 #undef NEED_DECLARATION_STRSTR
28
29 /* Sometimes the system header files don't declare malloc and realloc. */
30 #undef NEED_DECLARATION_MALLOC
31
32 /* Sometimes the system header files don't declare free. */
33 #undef NEED_DECLARATION_FREE
34
35 /* Sometimes the system header files don't declare sbrk. */
36 #undef NEED_DECLARATION_SBRK
37
38 /* Sometimes errno.h doesn't declare errno itself. */
39 #undef NEED_DECLARATION_ERRNO
40
41 #undef MANY_SEGMENTS
42
43 /* The configure script defines this for some targets based on the
44 target name used. It is not always defined. */
45 #undef TARGET_BYTES_BIG_ENDIAN
46
47 /* Needed only for some configurations that can produce multiple output
48 formats. */
49 #undef DEFAULT_EMULATION
50 #undef EMULATIONS
51 #undef USE_EMULATIONS
52 #undef OBJ_MAYBE_AOUT
53 #undef OBJ_MAYBE_BOUT
54 #undef OBJ_MAYBE_COFF
55 #undef OBJ_MAYBE_ECOFF
56 #undef OBJ_MAYBE_ELF
57 #undef OBJ_MAYBE_GENERIC
58 #undef OBJ_MAYBE_HP300
59 #undef OBJ_MAYBE_IEEE
60 #undef OBJ_MAYBE_SOM
61 #undef OBJ_MAYBE_VMS
62
63 /* Used for some of the COFF configurations, when the COFF code needs
64 to select something based on the CPU type before it knows it... */
65 #undef I386COFF
66 #undef M68KCOFF
67 #undef M88KCOFF
68
69 /* Using cgen code? */
70 #undef USING_CGEN
71
72 /* Needed only for sparc configuration. */
73 #undef DEFAULT_ARCH
74
75 /* Needed only for PowerPC Solaris. */
76 #undef TARGET_SOLARIS_COMMENT
77
78 /* Needed only for SCO 5. */
79 #undef SCO_ELF
80
81 /* needed for non irix ELF targets */
82 #undef MIPS_STABS_ELF
83
84 /* Define to 1 if NLS is requested. */
85 #undef ENABLE_NLS
86
87 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
88 #undef HAVE_CATGETS
89
90 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
91 #undef HAVE_GETTEXT
92
93 /* Define as 1 if you have the stpcpy function. */
94 #undef HAVE_STPCPY
95
96 /* Define if your locale.h file contains LC_MESSAGES. */
97 #undef HAVE_LC_MESSAGES