Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / doc / all.texi
1 @c Copyright (C) 1992-2018 Free Software Foundation, Inc.
2 @c This file is part of the documentation for the GAS manual
3
4 @c Configuration settings for all-inclusive version of manual
5
6 @c switches:------------------------------------------------------------
7 @c Properties of the manual
8 @c ========================
9 @c Discuss all architectures?
10 @set ALL-ARCH
11 @c A generic form of manual (not tailored to specific target)?
12 @set GENERIC
13 @c Include text on assembler internals?
14 @clear INTERNALS
15 @c Many object formats supported in this config?
16 @set MULTI-OBJ
17
18 @c Object formats of interest
19 @c ==========================
20 @set AOUT
21 @set COFF
22 @set ELF
23 @set SOM
24
25 @c CPUs of interest
26 @c ================
27 @set AARCH64
28 @set ALPHA
29 @set ARC
30 @set ARM
31 @set AVR
32 @set Blackfin
33 @set CR16
34 @set CRIS
35 @set D10V
36 @set D30V
37 @set EPIPHANY
38 @set H8/300
39 @set HPPA
40 @set I370
41 @set I80386
42 @set IA64
43 @set IP2K
44 @set LM32
45 @set M32C
46 @set M32R
47 @set xc16x
48 @set M68HC11
49 @set S12Z
50 @set M680X0
51 @set MCORE
52 @set METAG
53 @set MICROBLAZE
54 @set MIPS
55 @set MMIX
56 @set MS1
57 @set MSP430
58 @set NIOSII
59 @set NDS32
60 @set NS32K
61 @set PDP11
62 @set PJ
63 @set PPC
64 @set PRU
65 @set RL78
66 @set RISCV
67 @set RX
68 @set S390
69 @set SCORE
70 @set SH
71 @set SPARC
72 @set TIC54X
73 @set TIC6X
74 @set TILEGX
75 @set TILEPRO
76 @set V850
77 @set VAX
78 @set VISIUM
79 @set WASM32
80 @set XGATE
81 @set XSTORMY16
82 @set XTENSA
83 @set Z80
84 @set Z8000
85
86 @c Does this version of the assembler use the difference-table kludge?
87 @set DIFF-TBL-KLUGE
88
89 @c Do all machines described use IEEE floating point?
90 @clear IEEEFLOAT
91
92 @c Is a word 32 bits, or 16?
93 @clear W32
94 @set W16
95
96 @c Do symbols have different characters than usual?
97 @clear SPECIAL-SYMS
98
99 @c strings:------------------------------------------------------------
100 @c Name of the assembler:
101 @set AS as
102 @c Name of C compiler:
103 @set GCC gcc
104 @c Name of linker:
105 @set LD ld
106 @c Text for target machine (best not used in generic case; but just in case...)
107 @set TARGET machine specific
108 @c Name of object format NOT SET in generic version
109 @clear OBJ-NAME
This page took 0.040269 seconds and 5 git commands to generate.