1218822Sdim@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002,
2218822Sdim@c 2003, 2005
378828Sobrien@c Free Software Foundation, Inc.
433965Sjdp@c This file is part of the documentation for the GAS manual
533965Sjdp
633965Sjdp@c Configuration settings for all-inclusive version of manual
733965Sjdp
833965Sjdp@c switches:------------------------------------------------------------
933965Sjdp@c Properties of the manual
1033965Sjdp@c ========================
1133965Sjdp@c Discuss all architectures?
1233965Sjdp@set ALL-ARCH
1333965Sjdp@c A generic form of manual (not tailored to specific target)?
1433965Sjdp@set GENERIC
1533965Sjdp@c Include text on assembler internals?
1633965Sjdp@clear INTERNALS
1733965Sjdp@c Many object formats supported in this config?
1833965Sjdp@set MULTI-OBJ
1933965Sjdp
2033965Sjdp@c Object formats of interest
2133965Sjdp@c ==========================
2233965Sjdp@set AOUT
2333965Sjdp@set COFF
2433965Sjdp@set ELF
2533965Sjdp@set SOM
2633965Sjdp
2733965Sjdp@c CPUs of interest
2833965Sjdp@c ================
2991041Sobrien@set ALPHA
3038889Sjdp@set ARC
3138889Sjdp@set ARM
32218822Sdim@set AVR
33218822Sdim@set BFIN
34218822Sdim@set CR16
3591041Sobrien@set CRIS
3633965Sjdp@set D10V
3760484Sobrien@set D30V
3833965Sjdp@set H8/300
3960484Sobrien@set HPPA
4060484Sobrien@set I370
4133965Sjdp@set I80386
4277298Sobrien@set I860
4333965Sjdp@set I960
44218822Sdim@set IA64
45130561Sobrien@set IP2K
46218822Sdim@set M32C
4738889Sjdp@set M32R
48218822Sdim@set xc16x
4977298Sobrien@set M68HC11
5033965Sjdp@set M680X0
5160484Sobrien@set MCORE
5260484Sobrien@set MIPS
5389857Sobrien@set MMIX
54218822Sdim@set MS1
55130561Sobrien@set MSP430
5689857Sobrien@set PDP11
5760484Sobrien@set PJ
5889857Sobrien@set PPC
5960484Sobrien@set SH
6033965Sjdp@set SPARC
61130561Sobrien@set TIC54X
6260484Sobrien@set V850
6333965Sjdp@set VAX
64130561Sobrien@set XTENSA
65218822Sdim@set Z80
6660484Sobrien@set Z8000
6733965Sjdp
68218822Sdim@c Does this version of the assembler use the difference-table kludge?
6933965Sjdp@set DIFF-TBL-KLUGE
7033965Sjdp
7133965Sjdp@c Do all machines described use IEEE floating point?
7233965Sjdp@clear IEEEFLOAT
7333965Sjdp
7433965Sjdp@c Is a word 32 bits, or 16?
7533965Sjdp@clear W32
7633965Sjdp@set W16
7733965Sjdp
7833965Sjdp@c Do symbols have different characters than usual?
7933965Sjdp@clear SPECIAL-SYMS
8033965Sjdp
8133965Sjdp@c strings:------------------------------------------------------------
8233965Sjdp@c Name of the assembler:
8333965Sjdp@set AS as
8433965Sjdp@c Name of C compiler:
8533965Sjdp@set GCC gcc
8633965Sjdp@c Name of linker:
8733965Sjdp@set LD ld
8833965Sjdp@c Text for target machine (best not used in generic case; but just in case...)
8933965Sjdp@set TARGET machine specific
9033965Sjdp@c Name of object format NOT SET in generic version
9133965Sjdp@clear OBJ-NAME
92