all.texi revision 38889
133965Sjdp@c Copyright 1992, 1993 Free Software Foundation, Inc.
233965Sjdp@c This file is part of the documentation for the GAS manual
333965Sjdp
433965Sjdp@c Configuration settings for all-inclusive version of manual
533965Sjdp
633965Sjdp@c switches:------------------------------------------------------------
733965Sjdp@c Properties of the manual
833965Sjdp@c ========================
933965Sjdp@c Discuss all architectures?
1033965Sjdp@set ALL-ARCH
1133965Sjdp@c A generic form of manual (not tailored to specific target)?
1233965Sjdp@set GENERIC
1333965Sjdp@c Include text on assembler internals?
1433965Sjdp@clear INTERNALS
1533965Sjdp@c Many object formats supported in this config?
1633965Sjdp@set MULTI-OBJ
1733965Sjdp
1833965Sjdp@c Object formats of interest
1933965Sjdp@c ==========================
2033965Sjdp@set AOUT
2133965Sjdp@set BOUT
2233965Sjdp@set COFF
2333965Sjdp@set ELF
2433965Sjdp@set SOM
2533965Sjdp
2633965Sjdp@c CPUs of interest
2733965Sjdp@c ================
2833965Sjdp@set A29K
2938889Sjdp@set ARC
3038889Sjdp@set ARM
3133965Sjdp@set D10V
3233965Sjdp@set H8/300
3333965Sjdp@set H8/500
3433965Sjdp@set SH
3533965Sjdp@set I80386
3633965Sjdp@set I960
3733965Sjdp@set MIPS
3838889Sjdp@set M32R
3933965Sjdp@set M680X0
4033965Sjdp@set Z8000
4133965Sjdp@set SPARC
4233965Sjdp@set VAX
4333965Sjdp@set VXWORKS
4433965Sjdp@set HPPA
4538889Sjdp@set V850
4633965Sjdp
4733965Sjdp@c Does this version of the assembler use the difference-table kluge?
4833965Sjdp@set DIFF-TBL-KLUGE
4933965Sjdp
5033965Sjdp@c Do all machines described use IEEE floating point?
5133965Sjdp@clear IEEEFLOAT
5233965Sjdp
5333965Sjdp@c Is a word 32 bits, or 16?
5433965Sjdp@clear W32
5533965Sjdp@set W16
5633965Sjdp
5733965Sjdp@c Do symbols have different characters than usual?
5833965Sjdp@clear SPECIAL-SYMS
5933965Sjdp
6033965Sjdp@c strings:------------------------------------------------------------
6133965Sjdp@c Name of the assembler:
6233965Sjdp@set AS as
6333965Sjdp@c Name of C compiler:
6433965Sjdp@set GCC gcc
6533965Sjdp@c Name of linker:
6633965Sjdp@set LD ld
6733965Sjdp@c Text for target machine (best not used in generic case; but just in case...)
6833965Sjdp@set TARGET machine specific
6933965Sjdp@c Name of object format NOT SET in generic version
7033965Sjdp@clear OBJ-NAME
71