all.texi revision 130561
1190809Sdelphij@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002
2190809Sdelphij@c Free Software Foundation, Inc.
3142988Sscottl@c This file is part of the documentation for the GAS manual
4136849Sscottl
5136849Sscottl@c Configuration settings for all-inclusive version of manual
6136849Sscottl
7190809Sdelphij@c switches:------------------------------------------------------------
8190809Sdelphij@c Properties of the manual
9190809Sdelphij@c ========================
10190809Sdelphij@c Discuss all architectures?
11190809Sdelphij@set ALL-ARCH
12136849Sscottl@c A generic form of manual (not tailored to specific target)?
13190809Sdelphij@set GENERIC
14190809Sdelphij@c Include text on assembler internals?
15190809Sdelphij@clear INTERNALS
16190809Sdelphij@c Many object formats supported in this config?
17190809Sdelphij@set MULTI-OBJ
18190809Sdelphij
19190809Sdelphij@c Object formats of interest
20190809Sdelphij@c ==========================
21149871Sscottl@set AOUT
22149871Sscottl@set BOUT
23149871Sscottl@set COFF
24149871Sscottl@set ELF
25136849Sscottl@set SOM
26136849Sscottl
27136849Sscottl@c CPUs of interest
28136849Sscottl@c ================
29136849Sscottl@set A29K
30136849Sscottl@set ALPHA
31136849Sscottl@set ARC
32136849Sscottl@set ARM
33136849Sscottl@set CRIS
34136849Sscottl@set D10V
35136849Sscottl@set D30V
36136849Sscottl@set H8/300
37190809Sdelphij@set H8/500
38136849Sscottl@set HPPA
39136849Sscottl@set I370
40136849Sscottl@set I80386
41136849Sscottl@set I860
42136849Sscottl@set I960
43136849Sscottl@set IP2K
44136849Sscottl@set M32R
45136849Sscottl@set M68HC11
46136849Sscottl@set M680X0
47136849Sscottl@set M880X0
48136849Sscottl@set MCORE
49136849Sscottl@set MIPS
50136849Sscottl@set MMIX
51136849Sscottl@set MSP430
52136849Sscottl@set PDP11
53136849Sscottl@set PJ
54136849Sscottl@set PPC
55136849Sscottl@set SH
56149871Sscottl@set SPARC
57190809Sdelphij@set TIC54X
58149871Sscottl@set V850
59149871Sscottl@set VAX
60136849Sscottl@set VXWORKS
61136849Sscottl@set XTENSA
62149871Sscottl@set Z8000
63136849Sscottl
64149871Sscottl@c Does this version of the assembler use the difference-table kluge?
65190809Sdelphij@set DIFF-TBL-KLUGE
66136849Sscottl
67149871Sscottl@c Do all machines described use IEEE floating point?
68149871Sscottl@clear IEEEFLOAT
69149871Sscottl
70149871Sscottl@c Is a word 32 bits, or 16?
71149871Sscottl@clear W32
72149871Sscottl@set W16
73149871Sscottl
74149871Sscottl@c Do symbols have different characters than usual?
75149871Sscottl@clear SPECIAL-SYMS
76149871Sscottl
77190809Sdelphij@c strings:------------------------------------------------------------
78149871Sscottl@c Name of the assembler:
79149871Sscottl@set AS as
80149871Sscottl@c Name of C compiler:
81149871Sscottl@set GCC gcc
82149871Sscottl@c Name of linker:
83149871Sscottl@set LD ld
84149871Sscottl@c Text for target machine (best not used in generic case; but just in case...)
85149871Sscottl@set TARGET machine specific
86149871Sscottl@c Name of object format NOT SET in generic version
87149871Sscottl@clear OBJ-NAME
88149871Sscottl