]>
Commit | Line | Data |
---|---|---|
2da5c037 AM |
1 | @c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, |
2 | @c 2003, 2005 | |
f7e42eb4 | 3 | @c Free Software Foundation, Inc. |
252b5132 RH |
4 | @c This file is part of the documentation for the GAS manual |
5 | ||
6 | @c Configuration settings for all-inclusive version of manual | |
7 | ||
8 | @c switches:------------------------------------------------------------ | |
9 | @c Properties of the manual | |
10 | @c ======================== | |
11 | @c Discuss all architectures? | |
12 | @set ALL-ARCH | |
13 | @c A generic form of manual (not tailored to specific target)? | |
14 | @set GENERIC | |
15 | @c Include text on assembler internals? | |
16 | @clear INTERNALS | |
17 | @c Many object formats supported in this config? | |
18 | @set MULTI-OBJ | |
19 | ||
20 | @c Object formats of interest | |
21 | @c ========================== | |
22 | @set AOUT | |
252b5132 RH |
23 | @set COFF |
24 | @set ELF | |
25 | @set SOM | |
26 | ||
27 | @c CPUs of interest | |
28 | @c ================ | |
625e1353 | 29 | @set ALPHA |
252b5132 RH |
30 | @set ARC |
31 | @set ARM | |
8473f7a4 | 32 | @set AVR |
07c1b327 | 33 | @set BFIN |
3d3d428f | 34 | @set CR16 |
328eb32e | 35 | @set CRIS |
252b5132 RH |
36 | @set D10V |
37 | @set D30V | |
38 | @set H8/300 | |
041dd5a9 | 39 | @set HPPA |
5b93d8bb | 40 | @set I370 |
252b5132 | 41 | @set I80386 |
e3308d0d | 42 | @set I860 |
252b5132 | 43 | @set I960 |
5cb53c21 | 44 | @set IA64 |
a40cbfa3 | 45 | @set IP2K |
84e94c90 | 46 | @set LM32 |
49f58d10 | 47 | @set M32C |
252b5132 | 48 | @set M32R |
d70c5fc7 | 49 | @set xc16x |
60bcf0fa | 50 | @set M68HC11 |
252b5132 | 51 | @set M680X0 |
041dd5a9 ILT |
52 | @set MCORE |
53 | @set MIPS | |
3c3bdf30 | 54 | @set MMIX |
6f84a2a6 | 55 | @set MS1 |
2469cfa2 | 56 | @set MSP430 |
e135f41b | 57 | @set PDP11 |
041dd5a9 | 58 | @set PJ |
418c1742 | 59 | @set PPC |
041dd5a9 | 60 | @set SH |
252b5132 | 61 | @set SPARC |
9418ab9c | 62 | @set TIC54X |
041dd5a9 | 63 | @set V850 |
252b5132 | 64 | @set VAX |
e0001a05 | 65 | @set XTENSA |
3c9b82ba | 66 | @set Z80 |
041dd5a9 | 67 | @set Z8000 |
252b5132 | 68 | |
b45619c0 | 69 | @c Does this version of the assembler use the difference-table kludge? |
252b5132 RH |
70 | @set DIFF-TBL-KLUGE |
71 | ||
72 | @c Do all machines described use IEEE floating point? | |
73 | @clear IEEEFLOAT | |
74 | ||
75 | @c Is a word 32 bits, or 16? | |
76 | @clear W32 | |
77 | @set W16 | |
78 | ||
79 | @c Do symbols have different characters than usual? | |
80 | @clear SPECIAL-SYMS | |
81 | ||
82 | @c strings:------------------------------------------------------------ | |
83 | @c Name of the assembler: | |
84 | @set AS as | |
85 | @c Name of C compiler: | |
86 | @set GCC gcc | |
87 | @c Name of linker: | |
88 | @set LD ld | |
89 | @c Text for target machine (best not used in generic case; but just in case...) | |
90 | @set TARGET machine specific | |
91 | @c Name of object format NOT SET in generic version | |
92 | @clear OBJ-NAME |