First stab at bmake glue for binutils 2.15.
[dragonfly.git] / gnu / usr.bin / binutils215 / doc / asconfig.texi
1 @c Copyright 1992, 1993 Free Software Foundation, Inc.
2 @c This file is part of the documentation for the GAS manual
3 @c $DragonFly: src/gnu/usr.bin/binutils215/doc/Attic/asconfig.texi,v 1.1 2004/12/20 13:14:44 asmodai Exp $
4
5 @c Configuration settings for all-inclusive version of manual
6
7 @c switches:------------------------------------------------------------
8 @c Properties of the manual
9 @c ========================
10 @c Discuss all architectures?
11 @clear ALL-ARCH
12 @c A generic form of manual (not tailored to specific target)?
13 @clear GENERIC
14 @c Include text on assembler internals?
15 @set INTERNALS
16 @c Many object formats supported in this config?
17 @clear MULTI-OBJ
18
19 @c Object formats of interest
20 @c ==========================
21 @clear AOUT
22 @clear BOUT
23 @clear COFF
24 @set ELF
25 @clear SOM
26
27 @c CPUs of interest
28 @c ================
29 @clear A29K
30 @clear ARC
31 @clear ARM
32 @clear D10V
33 @clear H8/300
34 @clear H8/500
35 @clear SH
36 @set I80386
37 @clear I960
38 @clear MIPS
39 @clear M32R
40 @clear M680X0
41 @clear Z8000
42 @clear SPARC
43 @clear VAX
44 @clear VXWORKS
45 @clear HPPA
46 @clear V850
47
48 @c Does this version of the assembler use the difference-table kluge?
49 @clear DIFF-TBL-KLUGE
50
51 @c Do all machines described use IEEE floating point?
52 @set IEEEFLOAT
53
54 @c Is a word 32 bits, or 16?
55 @set W32
56 @clear W16
57
58 @c Do symbols have different characters than usual?
59 @clear SPECIAL-SYMS
60
61 @c strings:------------------------------------------------------------
62 @c Name of the assembler:
63 @set AS as
64 @c Name of C compiler:
65 @set GCC gcc
66 @c Name of linker:
67 @set LD ld
68 @c Text for target machine (best not used in generic case; but just in case...)
69 @set TARGET i386
70 @c Name of object format (NOT SET in generic version)
71 @set OBJ-NAME ELF