]>
Commit | Line | Data |
---|---|---|
b657d1c2 RP |
1 | @c Copyright 1992, 1993 Free Software Foundation, Inc. |
2 | @c This file is part of the documentation for the GAS manual | |
3 | ||
4 | @c Configuration settings for all-inclusive version of manual | |
5 | ||
6 | @c switches:------------------------------------------------------------ | |
7 | @c Properties of the manual | |
8 | @c ======================== | |
9 | @c Discuss all architectures? | |
10 | @set ALL-ARCH | |
11 | @c A generic form of manual (not tailored to specific target)? | |
12 | @set GENERIC | |
13 | @c Include text on assembler internals? | |
14 | @clear INTERNALS | |
15 | @c Many object formats supported in this config? | |
16 | @set MULTI-OBJ | |
17 | ||
18 | @c Object formats of interest | |
19 | @c ========================== | |
20 | @set AOUT | |
21 | @set BOUT | |
22 | @set COFF | |
23 | @set ELF | |
9dcf8057 | 24 | @set SOM |
b657d1c2 RP |
25 | |
26 | @c CPUs of interest | |
27 | @c ================ | |
28 | @set A29K | |
29 | @set H8/300 | |
30 | @set H8/500 | |
b657d1c2 | 31 | @set SH |
b657d1c2 RP |
32 | @set I80386 |
33 | @set I960 | |
34 | @set M680X0 | |
35 | @set Z8000 | |
36 | @set SPARC | |
37 | @set VAX | |
38 | @set VXWORKS | |
9dcf8057 | 39 | @set HPPA |
b657d1c2 RP |
40 | |
41 | @c Does this version of the assembler use the difference-table kluge? | |
42 | @set DIFF-TBL-KLUGE | |
43 | ||
44 | @c Do all machines described use IEEE floating point? | |
45 | @clear IEEEFLOAT | |
46 | ||
47 | @c Is a word 32 bits, or 16? | |
48 | @clear W32 | |
49 | @set W16 | |
50 | ||
51 | @c Do symbols have different characters than usual? | |
52 | @clear SPECIAL-SYMS | |
53 | ||
54 | @c strings:------------------------------------------------------------ | |
55 | @c Name of the assembler: | |
56 | @set AS as | |
57 | @c Name of C compiler: | |
58 | @set GCC gcc | |
59 | @c Name of linker: | |
60 | @set LD ld | |
61 | @c Text for target machine (best not used in generic case; but just in case...) | |
62 | @set TARGET machine specific | |
63 | @c Name of object format NOT SET in generic version | |
64 | @clear OBJ-NAME |