First cut at handling multiple emulation modes for some MIPS targets.
[deliverable/binutils-gdb.git] / gas / acconfig.h
1 /* Should gas use high-level BFD interfaces? */
2 #undef BFD_ASSEMBLER
3
4 /* Some assert/preprocessor combinations are incapable of handling
5 certain kinds of constructs in the argument of assert. For example,
6 quoted strings (if requoting isn't done right) or newlines. */
7 #undef BROKEN_ASSERT
8
9 /* If we aren't doing cross-assembling, some operations can be optimized,
10 since byte orders and value sizes don't need to be adjusted. */
11 #undef CROSS_COMPILE
12
13 /* Some gas code wants to know these parameters. */
14 #undef TARGET_ALIAS
15 #undef TARGET_CPU
16 #undef TARGET_CANONICAL
17 #undef TARGET_OS
18 #undef TARGET_VENDOR
19
20 /* Sometimes the system header files don't declare malloc and realloc. */
21 #undef NEED_DECLARATION_MALLOC
22
23 /* Sometimes the system header files don't declare free. */
24 #undef NEED_DECLARATION_FREE
25
26 /* Sometimes errno.h doesn't declare errno itself. */
27 #undef NEED_DECLARATION_ERRNO
28
29 #undef MANY_SEGMENTS
30
31 /* Needed only for sparc configuration */
32 #undef sparcv9
33
34 /* Needed only for some configurations that can produce multiple output
35 formats. */
36 #undef DEFAULT_EMULATION
37 #undef EMULATIONS
38 #undef USE_EMULATIONS
39 #undef OBJ_MAYBE_AOUT
40 #undef OBJ_MAYBE_BOUT
41 #undef OBJ_MAYBE_COFF
42 #undef OBJ_MAYBE_ECOFF
43 #undef OBJ_MAYBE_ELF
44 #undef OBJ_MAYBE_GENERIC
45 #undef OBJ_MAYBE_HP300
46 #undef OBJ_MAYBE_IEEE
47 #undef OBJ_MAYBE_SOM
48 #undef OBJ_MAYBE_VMS
49
50 /* Used for some of the COFF configurations, when the COFF code needs
51 to select something based on the CPU type before it knows it... */
52 #undef I386COFF
53 #undef M68KCOFF
54 #undef M88KCOFF
This page took 0.042335 seconds and 5 git commands to generate.