Fix encoding or OpenRisk1000 PC relative relocations.
[deliverable/binutils-gdb.git] / gas / doc / c-ppc.texi
CommitLineData
b90efa5b 1@c Copyright (C) 2001-2015 Free Software Foundation, Inc.
418c1742
MG
2@c This is part of the GAS manual.
3@c For copying conditions, see the file as.texinfo.
b8b738ac 4@c man end
418c1742
MG
5@ifset GENERIC
6@page
7@node PPC-Dependent
8@chapter PowerPC Dependent Features
9@end ifset
10@ifclear GENERIC
11@node Machine Dependencies
12@chapter PowerPC Dependent Features
13@end ifclear
14
15@cindex PowerPC support
16@menu
17* PowerPC-Opts:: Options
f22b3caf 18* PowerPC-Pseudo:: PowerPC Assembler Directives
7c31ae13 19* PowerPC-Syntax:: PowerPC Syntax
418c1742
MG
20@end menu
21
22@node PowerPC-Opts
23@section Options
24
25@cindex options for PowerPC
26@cindex PowerPC options
27@cindex architectures, PowerPC
28@cindex PowerPC architectures
29The PowerPC chip family includes several successive levels, using the same
30core instruction set, but including a few additional instructions at
31each level. There are exceptions to this however. For details on what
32instructions each variant supports, please see the chip's architecture
33reference manual.
34
35The following table lists all available PowerPC options.
36
b8b738ac
AM
37@c man begin OPTIONS
38@table @gcctabopt
39@item -a32
40Generate ELF32 or XCOFF32.
41
42@item -a64
43Generate ELF64 or XCOFF64.
44
45@item -K PIC
46Set EF_PPC_RELOCATABLE_LIB in ELF flags.
47
418c1742 48@item -mpwrx | -mpwr2
23e1d84c 49Generate code for POWER/2 (RIOS2).
418c1742
MG
50
51@item -mpwr
23e1d84c 52Generate code for POWER (RIOS1)
418c1742
MG
53
54@item -m601
23e1d84c 55Generate code for PowerPC 601.
418c1742
MG
56
57@item -mppc, -mppc32, -m603, -m604
23e1d84c 58Generate code for PowerPC 603/604.
418c1742
MG
59
60@item -m403, -m405
23e1d84c
AM
61Generate code for PowerPC 403/405.
62
3d8aea2f
AM
63@item -m440
64Generate code for PowerPC 440. BookE and some 405 instructions.
65
b8b738ac
AM
66@item -m464
67Generate code for PowerPC 464.
68
9fe54b1c
PB
69@item -m476
70Generate code for PowerPC 476.
71
23e1d84c
AM
72@item -m7400, -m7410, -m7450, -m7455
73Generate code for PowerPC 7400/7410/7450/7455.
418c1742 74
c3d65c1c
BE
75@item -m750cl
76Generate code for PowerPC 750CL.
77
ef5a96d5
AM
78@item -m821, -m850, -m860
79Generate code for PowerPC 821/850/860.
80
418c1742 81@item -mppc64, -m620
23e1d84c 82Generate code for PowerPC 620/625/630.
418c1742 83
7a467a28
AM
84@item -me500, -me500x2
85Generate code for Motorola e500 core complex.
86
b8b738ac
AM
87@item -me500mc
88Generate code for Freescale e500mc core complex.
89
90@item -me500mc64
91Generate code for Freescale e500mc64 core complex.
92
aea77599
AM
93@item -me5500
94Generate code for Freescale e5500 core complex.
95
96@item -me6500
97Generate code for Freescale e6500 core complex.
98
7a467a28
AM
99@item -mspe
100Generate code for Motorola SPE instructions.
101
ce3d2015
AM
102@item -mtitan
103Generate code for AppliedMicro Titan core complex.
104
418c1742
MG
105@item -mppc64bridge
106Generate code for PowerPC 64, including bridge insns.
107
2f3bb96a 108@item -mbooke
23e1d84c
AM
109Generate code for 32-bit BookE.
110
634b50f2 111@item -ma2
e0d602ec
BE
112Generate code for A2 architecture.
113
36ae0db3
DJ
114@item -me300
115Generate code for PowerPC e300 family.
116
23e1d84c
AM
117@item -maltivec
118Generate code for processors with AltiVec instructions.
119
47527d7e
JL
120@item -mvle
121Generate code for Freescale PowerPC VLE instructions.
122
9b4e5766
PB
123@item -mvsx
124Generate code for processors with Vector-Scalar (VSX) instructions.
125
5817ffd1
PB
126@item -mhtm
127Generate code for processors with Hardware Transactional Memory instructions.
128
b8b738ac 129@item -mpower4, -mpwr4
23e1d84c 130Generate code for Power4 architecture.
418c1742 131
b8b738ac 132@item -mpower5, -mpwr5, -mpwr5x
b0648eec
AM
133Generate code for Power5 architecture.
134
b8b738ac 135@item -mpower6, -mpwr6
9622b051
AM
136Generate code for Power6 architecture.
137
b8b738ac 138@item -mpower7, -mpwr7
9b4e5766
PB
139Generate code for Power7 architecture.
140
5817ffd1
PB
141@item -mpower8, -mpwr8
142Generate code for Power8 architecture.
143
144@item -mcell
ede602d7
AM
145@item -mcell
146Generate code for Cell Broadband Engine architecture.
147
418c1742
MG
148@item -mcom
149Generate code Power/PowerPC common instructions.
150
151@item -many
152Generate code for any architecture (PWR/PWRX/PPC).
153
154@item -mregnames
155Allow symbolic names for registers.
156
157@item -mno-regnames
158Do not allow symbolic names for registers.
159
160@item -mrelocatable
b45619c0 161Support for GCC's -mrelocatable option.
418c1742
MG
162
163@item -mrelocatable-lib
b45619c0 164Support for GCC's -mrelocatable-lib option.
418c1742
MG
165
166@item -memb
167Set PPC_EMB bit in ELF flags.
168
b8b738ac 169@item -mlittle, -mlittle-endian, -le
418c1742
MG
170Generate code for a little endian machine.
171
b8b738ac 172@item -mbig, -mbig-endian, -be
418c1742
MG
173Generate code for a big endian machine.
174
175@item -msolaris
176Generate code for Solaris.
177
178@item -mno-solaris
179Do not generate code for Solaris.
b8b738ac
AM
180
181@item -nops=@var{count}
c0e524fe
AM
182If an alignment directive inserts more than @var{count} nops, put a
183branch at the beginning to skip execution of the nops.
418c1742 184@end table
b8b738ac 185@c man end
f22b3caf
AM
186
187
188@node PowerPC-Pseudo
189@section PowerPC Assembler Directives
190
191@cindex directives for PowerPC
192@cindex PowerPC directives
193A number of assembler directives are available for PowerPC. The
194following table is far from complete.
195
196@table @code
197@item .machine "string"
198This directive allows you to change the machine for which code is
199generated. @code{"string"} may be any of the -m cpu selection options
200(without the -m) enclosed in double quotes, @code{"push"}, or
201@code{"pop"}. @code{.machine "push"} saves the currently selected
202cpu, which may be restored with @code{.machine "pop"}.
203@end table
7c31ae13
NC
204
205@node PowerPC-Syntax
206@section PowerPC Syntax
207@menu
208* PowerPC-Chars:: Special Characters
209@end menu
210
211@node PowerPC-Chars
212@subsection Special Characters
213
214@cindex line comment character, PowerPC
215@cindex PowerPC line comment character
216The presence of a @samp{#} on a line indicates the start of a comment
217that extends to the end of the current line.
218
219If a @samp{#} appears as the first character of a line then the whole
220line is treated as a comment, but in this case the line could also be
221a logical line number directive (@pxref{Comments}) or a preprocessor
222control command (@pxref{Preprocessing}).
223
224If the assembler has been configured for the ppc-*-solaris* target
225then the @samp{!} character also acts as a line comment character.
226This can be disabled via the @option{-mno-solaris} command line
227option.
228
229@cindex line separator, PowerPC
230@cindex statement separator, PowerPC
231@cindex PowerPC line separator
232The @samp{;} character can be used to separate statements on the same
233line.
This page took 0.560095 seconds and 4 git commands to generate.