summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/doc/asconfig.texi
blob: 55d1bf807a7bc12a1f3ae209ae186eb72727a7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002,
@c 2003, 2005
@c Free Software Foundation, Inc.
@c This file is part of the documentation for the GAS manual

@c Configuration settings for all-inclusive version of manual

@c switches:------------------------------------------------------------
@c Properties of the manual
@c ========================
@c Discuss all architectures?
@clear ALL-ARCH
@c A generic form of manual (not tailored to specific target)?
@clear GENERIC
@c Include text on assembler internals?
@set INTERNALS
@c Many object formats supported in this config?
@clear MULTI-OBJ

@c Object formats of interest
@c ==========================
@clear AOUT
@clear COFF
@set ELF
@clear SOM

@c CPUs of interest
@c ================
@clear ALPHA
@clear ARC
@set ARM
@clear BFIN
@clear CRIS
@clear D10V
@clear D30V
@clear H8/300
@clear HPPA
@clear I370
@set I80386
@clear I860
@clear I960
@set IA64
@clear IP2K
@clear M32C
@clear M32R
@clear xc16x
@clear M68HC11
@clear M680X0
@clear MCORE
@set MIPS
@clear MMIX
@clear MS1
@clear MSP430
@clear PDP11
@clear PJ
@set PPC
@clear SH
@set SPARC
@clear TIC54X
@clear V850
@clear VAX
@clear XTENSA
@clear Z80
@clear Z8000

@c Does this version of the assembler use the difference-table kludge?
@clear DIFF-TBL-KLUGE

@c Do all machines described use IEEE floating point?
@clear IEEEFLOAT

@c Is a word 32 bits, or 16?
@set W32
@clear W16

@c Do symbols have different characters than usual?
@clear SPECIAL-SYMS

@c strings:------------------------------------------------------------
@c Name of the assembler:
@set AS as
@c Name of C compiler:
@set GCC gcc
@c Name of linker:
@set LD ld
@c Text for target machine (best not used in generic case; but just in case...)
@set TARGET machine specific
@c Name of object format NOT SET in generic version
@set OBJ-NAME ELF
OpenPOWER on IntegriCloud