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 IBM compilers can't handle some of the (rather basic) constructs
14 used in the 68k support code. */
15 #undef IBM_COMPILER_SUX
17 /* Some gas code wants to know these parameters. */
20 #undef TARGET_CANONICAL
24 /* Some operating systems, for example DOS, require the use of "wb" mode when
25 opening a binary file for writing. If only "w" is used, the file will not
26 be correct. However, some other systems reject such a mode. This indicates
27 which ../include/fopen-*.h header file we want to include, so that we can
28 get macros that'll do the right thing for this system. */
31 /* Sometimes the system header files don't declare malloc and realloc. */
32 #undef NEED_MALLOC_DECLARATION
34 /* Sometimes the system header files don't declare free. */
35 #undef NEED_FREE_DECLARATION
37 /* Sometimes errno.h doesn't declare errno itself. */
38 #undef NEED_ERRNO_DECLARATION
42 /* Needed only for sparc configuration */