* gas/mn10300/*.s: Remove '$' register prefixing.
[deliverable/binutils-gdb.git] / gas / acconfig.h
CommitLineData
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
5cece526
ILT
20/* Sometimes the system header files don't declare strstr. */
21#undef NEED_DECLARATION_STRSTR
22
b11fb939 23/* Sometimes the system header files don't declare malloc and realloc. */
bf111c9f 24#undef NEED_DECLARATION_MALLOC
b11fb939
KR
25
26/* Sometimes the system header files don't declare free. */
bf111c9f 27#undef NEED_DECLARATION_FREE
b11fb939 28
5cece526
ILT
29/* Sometimes the system header files don't declare sbrk. */
30#undef NEED_DECLARATION_SBRK
31
b11fb939 32/* Sometimes errno.h doesn't declare errno itself. */
bf111c9f 33#undef NEED_DECLARATION_ERRNO
b11fb939
KR
34
35#undef MANY_SEGMENTS
36
6df07e7f
DE
37/* Needed only for sparc configuration. */
38#undef SPARC_V9
39#undef SPARC_ARCH64
e7757ad0
KR
40
41/* Needed only for some configurations that can produce multiple output
42 formats. */
43#undef DEFAULT_EMULATION
44#undef EMULATIONS
45#undef USE_EMULATIONS
46#undef OBJ_MAYBE_AOUT
47#undef OBJ_MAYBE_BOUT
48#undef OBJ_MAYBE_COFF
49#undef OBJ_MAYBE_ECOFF
50#undef OBJ_MAYBE_ELF
51#undef OBJ_MAYBE_GENERIC
52#undef OBJ_MAYBE_HP300
53#undef OBJ_MAYBE_IEEE
54#undef OBJ_MAYBE_SOM
55#undef OBJ_MAYBE_VMS
56
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... */
59#undef I386COFF
60#undef M68KCOFF
61#undef M88KCOFF
This page took 0.121834 seconds and 4 git commands to generate.