1218822Sdim@c $FreeBSD: releng/10.2/gnu/usr.bin/binutils/doc/asconfig.texi 218822 2011-02-18 20:54:12Z dim $
2218822Sdim@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002,
3218822Sdim@c 2003, 2005
4218822Sdim@c Free Software Foundation, Inc.
539909Sjdp@c This file is part of the documentation for the GAS manual
639909Sjdp
739909Sjdp@c Configuration settings for all-inclusive version of manual
839909Sjdp
939909Sjdp@c switches:------------------------------------------------------------
1039909Sjdp@c Properties of the manual
1139909Sjdp@c ========================
1239909Sjdp@c Discuss all architectures?
1339909Sjdp@clear ALL-ARCH
1439909Sjdp@c A generic form of manual (not tailored to specific target)?
1539909Sjdp@clear GENERIC
1639909Sjdp@c Include text on assembler internals?
1739909Sjdp@set INTERNALS
1839909Sjdp@c Many object formats supported in this config?
1939909Sjdp@clear MULTI-OBJ
2039909Sjdp
2139909Sjdp@c Object formats of interest
2239909Sjdp@c ==========================
2339909Sjdp@clear AOUT
2439909Sjdp@clear COFF
2539909Sjdp@set ELF
2639909Sjdp@clear SOM
2739909Sjdp
2839909Sjdp@c CPUs of interest
2939909Sjdp@c ================
30218822Sdim@clear ALPHA
3139909Sjdp@clear ARC
32218822Sdim@set ARM
33218822Sdim@clear BFIN
34218822Sdim@clear CRIS
3539909Sjdp@clear D10V
36218822Sdim@clear D30V
3739909Sjdp@clear H8/300
38218822Sdim@clear HPPA
39218822Sdim@clear I370
4039909Sjdp@set I80386
41218822Sdim@clear I860
4239909Sjdp@clear I960
43218822Sdim@set IA64
44218822Sdim@clear IP2K
45218822Sdim@clear M32C
4639909Sjdp@clear M32R
47218822Sdim@clear xc16x
48218822Sdim@clear M68HC11
4939909Sjdp@clear M680X0
50218822Sdim@clear MCORE
51218822Sdim@set MIPS
52218822Sdim@clear MMIX
53218822Sdim@clear MS1
54218822Sdim@clear MSP430
55218822Sdim@clear PDP11
56218822Sdim@clear PJ
57218822Sdim@set PPC
58218822Sdim@clear SH
59218822Sdim@set SPARC
60218822Sdim@clear TIC54X
61218822Sdim@clear V850
62218822Sdim@clear VAX
63218822Sdim@clear XTENSA
64218822Sdim@clear Z80
6539909Sjdp@clear Z8000
6639909Sjdp
67218822Sdim@c Does this version of the assembler use the difference-table kludge?
6839909Sjdp@clear DIFF-TBL-KLUGE
6939909Sjdp
7039909Sjdp@c Do all machines described use IEEE floating point?
71218822Sdim@clear IEEEFLOAT
7239909Sjdp
7339909Sjdp@c Is a word 32 bits, or 16?
7439909Sjdp@set W32
7539909Sjdp@clear W16
7639909Sjdp
7739909Sjdp@c Do symbols have different characters than usual?
7839909Sjdp@clear SPECIAL-SYMS
7939909Sjdp
8039909Sjdp@c strings:------------------------------------------------------------
8139909Sjdp@c Name of the assembler:
8239909Sjdp@set AS as
8339909Sjdp@c Name of C compiler:
8439909Sjdp@set GCC gcc
8539909Sjdp@c Name of linker:
8639909Sjdp@set LD ld
8739909Sjdp@c Text for target machine (best not used in generic case; but just in case...)
88218822Sdim@set TARGET machine specific
89218822Sdim@c Name of object format NOT SET in generic version
9039909Sjdp@set OBJ-NAME ELF
91