1 /* Should gas use high-level BFD interfaces? */
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. */
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. */
13 /* Some gas code wants to know these parameters. */
16 #undef TARGET_CANONICAL
20 /* Sometimes the system header files don't declare strstr. */
21 #undef NEED_DECLARATION_STRSTR
23 /* Sometimes the system header files don't declare malloc and realloc. */
24 #undef NEED_DECLARATION_MALLOC
26 /* Sometimes the system header files don't declare free. */
27 #undef NEED_DECLARATION_FREE
29 /* Sometimes the system header files don't declare sbrk. */
30 #undef NEED_DECLARATION_SBRK
32 /* Sometimes errno.h doesn't declare errno itself. */
33 #undef NEED_DECLARATION_ERRNO
37 /* Needed only for sparc configuration. */
41 /* Needed only for some configurations that can produce multiple output
43 #undef DEFAULT_EMULATION
49 #undef OBJ_MAYBE_ECOFF
51 #undef OBJ_MAYBE_GENERIC
52 #undef OBJ_MAYBE_HP300
57 /* Used for some of the COFF configurations, when the COFF code needs
58 to select something based on the CPU type before it knows it... */