]>
Commit | Line | Data |
---|---|---|
b11fb939 KR |
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 | ||
b11fb939 KR |
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 | ||
b11fb939 | 20 | /* Sometimes the system header files don't declare malloc and realloc. */ |
bf111c9f | 21 | #undef NEED_DECLARATION_MALLOC |
b11fb939 KR |
22 | |
23 | /* Sometimes the system header files don't declare free. */ | |
bf111c9f | 24 | #undef NEED_DECLARATION_FREE |
b11fb939 KR |
25 | |
26 | /* Sometimes errno.h doesn't declare errno itself. */ | |
bf111c9f | 27 | #undef NEED_DECLARATION_ERRNO |
b11fb939 KR |
28 | |
29 | #undef MANY_SEGMENTS | |
30 | ||
31 | /* Needed only for sparc configuration */ | |
32 | #undef sparcv9 |