2008-02-20 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / doc / c-arm.texi
CommitLineData
2da5c037 1@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
f7e42eb4 2@c Free Software Foundation, Inc.
252b5132
RH
3@c This is part of the GAS manual.
4@c For copying conditions, see the file as.texinfo.
5
6@ifset GENERIC
7@page
8@node ARM-Dependent
9@chapter ARM Dependent Features
10@end ifset
11
12@ifclear GENERIC
13@node Machine Dependencies
14@chapter ARM Dependent Features
15@end ifclear
16
17@cindex ARM support
18@cindex Thumb support
19@menu
20* ARM Options:: Options
21* ARM Syntax:: Syntax
22* ARM Floating Point:: Floating Point
23* ARM Directives:: ARM Machine Directives
24* ARM Opcodes:: Opcodes
6057a28f 25* ARM Mapping Symbols:: Mapping Symbols
252b5132
RH
26@end menu
27
28@node ARM Options
29@section Options
30@cindex ARM options (none)
31@cindex options for ARM (none)
adcf07e6 32
252b5132 33@table @code
adcf07e6 34
03b1477f 35@cindex @code{-mcpu=} command line option, ARM
92081f48 36@item -mcpu=@var{processor}[+@var{extension}@dots{}]
252b5132
RH
37This option specifies the target processor. The assembler will issue an
38error message if an attempt is made to assemble an instruction which
03b1477f
RE
39will not execute on the target processor. The following processor names are
40recognized:
41@code{arm1},
42@code{arm2},
43@code{arm250},
44@code{arm3},
45@code{arm6},
46@code{arm60},
47@code{arm600},
48@code{arm610},
49@code{arm620},
50@code{arm7},
51@code{arm7m},
52@code{arm7d},
53@code{arm7dm},
54@code{arm7di},
55@code{arm7dmi},
56@code{arm70},
57@code{arm700},
58@code{arm700i},
59@code{arm710},
60@code{arm710t},
61@code{arm720},
62@code{arm720t},
63@code{arm740t},
64@code{arm710c},
65@code{arm7100},
66@code{arm7500},
67@code{arm7500fe},
68@code{arm7t},
69@code{arm7tdmi},
1ff4677c 70@code{arm7tdmi-s},
03b1477f
RE
71@code{arm8},
72@code{arm810},
73@code{strongarm},
74@code{strongarm1},
75@code{strongarm110},
76@code{strongarm1100},
77@code{strongarm1110},
78@code{arm9},
79@code{arm920},
80@code{arm920t},
81@code{arm922t},
82@code{arm940t},
83@code{arm9tdmi},
84@code{arm9e},
7de9afa2 85@code{arm926e},
1ff4677c 86@code{arm926ej-s},
03b1477f
RE
87@code{arm946e-r0},
88@code{arm946e},
db8ac8f9 89@code{arm946e-s},
03b1477f
RE
90@code{arm966e-r0},
91@code{arm966e},
db8ac8f9
PB
92@code{arm966e-s},
93@code{arm968e-s},
03b1477f 94@code{arm10t},
db8ac8f9 95@code{arm10tdmi},
03b1477f
RE
96@code{arm10e},
97@code{arm1020},
98@code{arm1020t},
7de9afa2 99@code{arm1020e},
db8ac8f9 100@code{arm1022e},
1ff4677c
RE
101@code{arm1026ej-s},
102@code{arm1136j-s},
103@code{arm1136jf-s},
db8ac8f9
PB
104@code{arm1156t2-s},
105@code{arm1156t2f-s},
0dd132b6
NC
106@code{arm1176jz-s},
107@code{arm1176jzf-s},
108@code{mpcore},
109@code{mpcorenovfp},
62b3e311
PB
110@code{cortex-a8},
111@code{cortex-r4},
112@code{cortex-m3},
03b1477f
RE
113@code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
114@code{i80200} (Intel XScale processor)
e16bb312 115@code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor)
03b1477f
RE
116and
117@code{xscale}.
118The special name @code{all} may be used to allow the
119assembler to accept instructions valid for any ARM processor.
120
121In addition to the basic instruction set, the assembler can be told to
122accept various extension mnemonics that extend the processor using the
123co-processor instruction space. For example, @code{-mcpu=arm920+maverick}
124is equivalent to specifying @code{-mcpu=ep9312}. The following extensions
125are currently supported:
126@code{+maverick}
e16bb312 127@code{+iwmmxt}
03b1477f
RE
128and
129@code{+xscale}.
130
131@cindex @code{-march=} command line option, ARM
92081f48 132@item -march=@var{architecture}[+@var{extension}@dots{}]
252b5132
RH
133This option specifies the target architecture. The assembler will issue
134an error message if an attempt is made to assemble an instruction which
03b1477f
RE
135will not execute on the target architecture. The following architecture
136names are recognized:
137@code{armv1},
138@code{armv2},
139@code{armv2a},
140@code{armv2s},
141@code{armv3},
142@code{armv3m},
143@code{armv4},
144@code{armv4xm},
145@code{armv4t},
146@code{armv4txm},
147@code{armv5},
148@code{armv5t},
149@code{armv5txm},
150@code{armv5te},
09d92015 151@code{armv5texp},
c5f98204 152@code{armv6},
1ddd7f43 153@code{armv6j},
0dd132b6
NC
154@code{armv6k},
155@code{armv6z},
156@code{armv6zk},
62b3e311 157@code{armv7},
c450d570
PB
158@code{armv7-a},
159@code{armv7-r},
160@code{armv7-m},
e16bb312 161@code{iwmmxt}
03b1477f
RE
162and
163@code{xscale}.
164If both @code{-mcpu} and
165@code{-march} are specified, the assembler will use
166the setting for @code{-mcpu}.
167
168The architecture option can be extended with the same instruction set
169extension options as the @code{-mcpu} option.
170
171@cindex @code{-mfpu=} command line option, ARM
172@item -mfpu=@var{floating-point-format}
173
174This option specifies the floating point format to assemble for. The
175assembler will issue an error message if an attempt is made to assemble
176an instruction which will not execute on the target floating point unit.
177The following format options are recognized:
178@code{softfpa},
179@code{fpe},
bc89618b
RE
180@code{fpe2},
181@code{fpe3},
03b1477f
RE
182@code{fpa},
183@code{fpa10},
184@code{fpa11},
185@code{arm7500fe},
186@code{softvfp},
187@code{softvfp+vfp},
188@code{vfp},
189@code{vfp10},
190@code{vfp10-r0},
191@code{vfp9},
192@code{vfpxd},
09d92015
MM
193@code{arm1020t},
194@code{arm1020e},
1ff4677c 195@code{arm1136jf-s}
03b1477f 196and
33a392fb 197@code{maverick}.
03b1477f
RE
198
199In addition to determining which instructions are assembled, this option
200also affects the way in which the @code{.double} assembler directive behaves
201when assembling little-endian code.
202
203The default is dependent on the processor selected. For Architecture 5 or
204later, the default is to assembler for VFP instructions; for earlier
205architectures the default is to assemble for FPA instructions.
adcf07e6 206
252b5132
RH
207@cindex @code{-mthumb} command line option, ARM
208@item -mthumb
03b1477f
RE
209This option specifies that the assembler should start assembling Thumb
210instructions; that is, it should behave as though the file starts with a
211@code{.code 16} directive.
adcf07e6 212
252b5132
RH
213@cindex @code{-mthumb-interwork} command line option, ARM
214@item -mthumb-interwork
215This option specifies that the output generated by the assembler should
216be marked as supporting interworking.
adcf07e6 217
252b5132 218@cindex @code{-mapcs} command line option, ARM
0ac658b8 219@item -mapcs @code{[26|32]}
252b5132
RH
220This option specifies that the output generated by the assembler should
221be marked as supporting the indicated version of the Arm Procedure.
222Calling Standard.
adcf07e6 223
077b8428
NC
224@cindex @code{-matpcs} command line option, ARM
225@item -matpcs
226This option specifies that the output generated by the assembler should
227be marked as supporting the Arm/Thumb Procedure Calling Standard. If
228enabled this option will cause the assembler to create an empty
229debugging section in the object file called .arm.atpcs. Debuggers can
230use this to determine the ABI being used by.
231
adcf07e6 232@cindex @code{-mapcs-float} command line option, ARM
252b5132 233@item -mapcs-float
1be59579 234This indicates the floating point variant of the APCS should be
252b5132 235used. In this variant floating point arguments are passed in FP
550262c4 236registers rather than integer registers.
adcf07e6
NC
237
238@cindex @code{-mapcs-reentrant} command line option, ARM
252b5132
RH
239@item -mapcs-reentrant
240This indicates that the reentrant variant of the APCS should be used.
241This variant supports position independent code.
adcf07e6 242
33a392fb
PB
243@cindex @code{-mfloat-abi=} command line option, ARM
244@item -mfloat-abi=@var{abi}
245This option specifies that the output generated by the assembler should be
246marked as using specified floating point ABI.
247The following values are recognized:
248@code{soft},
249@code{softfp}
250and
251@code{hard}.
252
d507cf36
PB
253@cindex @code{-eabi=} command line option, ARM
254@item -meabi=@var{ver}
255This option specifies which EABI version the produced object files should
256conform to.
b45619c0 257The following values are recognized:
3a4a14e9
PB
258@code{gnu},
259@code{4}
d507cf36 260and
3a4a14e9 261@code{5}.
d507cf36 262
252b5132
RH
263@cindex @code{-EB} command line option, ARM
264@item -EB
265This option specifies that the output generated by the assembler should
266be marked as being encoded for a big-endian processor.
adcf07e6 267
252b5132
RH
268@cindex @code{-EL} command line option, ARM
269@item -EL
270This option specifies that the output generated by the assembler should
271be marked as being encoded for a little-endian processor.
adcf07e6 272
252b5132
RH
273@cindex @code{-k} command line option, ARM
274@cindex PIC code generation for ARM
275@item -k
a349d9dd
PB
276This option specifies that the output of the assembler should be marked
277as position-independent code (PIC).
adcf07e6 278
845b51d6
PB
279@cindex @code{--fix-v4bx} command line option, ARM
280@item --fix-v4bx
281Allow @code{BX} instructions in ARMv4 code. This is intended for use with
282the linker option of the same name.
283
252b5132
RH
284@end table
285
286
287@node ARM Syntax
288@section Syntax
289@menu
290* ARM-Chars:: Special Characters
291* ARM-Regs:: Register Names
b6895b4f 292* ARM-Relocations:: Relocations
252b5132
RH
293@end menu
294
295@node ARM-Chars
296@subsection Special Characters
297
298@cindex line comment character, ARM
299@cindex ARM line comment character
550262c4
NC
300The presence of a @samp{@@} on a line indicates the start of a comment
301that extends to the end of the current line. If a @samp{#} appears as
302the first character of a line, the whole line is treated as a comment.
303
304@cindex line separator, ARM
305@cindex statement separator, ARM
306@cindex ARM line separator
a349d9dd
PB
307The @samp{;} character can be used instead of a newline to separate
308statements.
550262c4
NC
309
310@cindex immediate character, ARM
311@cindex ARM immediate character
312Either @samp{#} or @samp{$} can be used to indicate immediate operands.
252b5132
RH
313
314@cindex identifiers, ARM
315@cindex ARM identifiers
316*TODO* Explain about /data modifier on symbols.
317
318@node ARM-Regs
319@subsection Register Names
320
321@cindex ARM register names
322@cindex register names, ARM
323*TODO* Explain about ARM register naming, and the predefined names.
324
325@node ARM Floating Point
326@section Floating Point
327
328@cindex floating point, ARM (@sc{ieee})
329@cindex ARM floating point (@sc{ieee})
330The ARM family uses @sc{ieee} floating-point numbers.
331
b6895b4f
PB
332@node ARM-Relocations
333@subsection ARM relocation generation
334
335@cindex data relocations, ARM
336@cindex ARM data relocations
337Specific data relocations can be generated by putting the relocation name
338in parentheses after the symbol name. For example:
339
340@smallexample
341 .word foo(TARGET1)
342@end smallexample
343
344This will generate an @samp{R_ARM_TARGET1} relocation against the symbol
345@var{foo}.
346The following relocations are supported:
347@code{GOT},
348@code{GOTOFF},
349@code{TARGET1},
350@code{TARGET2},
351@code{SBREL},
352@code{TLSGD},
353@code{TLSLDM},
354@code{TLSLDO},
355@code{GOTTPOFF}
356and
357@code{TPOFF}.
358
359For compatibility with older toolchains the assembler also accepts
360@code{(PLT)} after branch targets. This will generate the deprecated
361@samp{R_ARM_PLT32} relocation.
362
363@cindex MOVW and MOVT relocations, ARM
364Relocations for @samp{MOVW} and @samp{MOVT} instructions can be generated
365by prefixing the value with @samp{#:lower16:} and @samp{#:upper16}
b45619c0 366respectively. For example to load the 32-bit address of foo into r0:
252b5132 367
b6895b4f
PB
368@smallexample
369 MOVW r0, #:lower16:foo
370 MOVT r0, #:upper16:foo
371@end smallexample
252b5132
RH
372
373@node ARM Directives
374@section ARM Machine Directives
375
376@cindex machine directives, ARM
377@cindex ARM machine directives
378@table @code
379
adcf07e6
NC
380@cindex @code{align} directive, ARM
381@item .align @var{expression} [, @var{expression}]
382This is the generic @var{.align} directive. For the ARM however if the
383first argument is zero (ie no alignment is needed) the assembler will
384behave as if the argument had been 2 (ie pad to the next four byte
062b7c0c 385boundary). This is for compatibility with ARM's own assembler.
adcf07e6 386
252b5132
RH
387@cindex @code{req} directive, ARM
388@item @var{name} .req @var{register name}
389This creates an alias for @var{register name} called @var{name}. For
390example:
391
392@smallexample
393 foo .req r0
394@end smallexample
395
0bbf2aa4
NC
396@cindex @code{unreq} directive, ARM
397@item .unreq @var{alias-name}
398This undefines a register alias which was previously defined using the
23753660 399@code{req}, @code{dn} or @code{qn} directives. For example:
0bbf2aa4
NC
400
401@smallexample
402 foo .req r0
403 .unreq foo
404@end smallexample
405
406An error occurs if the name is undefined. Note - this pseudo op can
407be used to delete builtin in register name aliases (eg 'r0'). This
408should only be done if it is really necessary.
409
23753660 410@cindex @code{dn} and @code{qn} directives, ARM
f467aa98
BE
411@item @var{name} .dn @var{register name} [@var{.type}] [[@var{index}]]
412@item @var{name} .qn @var{register name} [@var{.type}] [[@var{index}]]
23753660
JB
413
414The @code{dn} and @code{qn} directives are used to create typed
415and/or indexed register aliases for use in Advanced SIMD Extension
416(Neon) instructions. The former should be used to create aliases
417of double-precision registers, and the latter to create aliases of
418quad-precision registers.
419
420If these directives are used to create typed aliases, those aliases can
421be used in Neon instructions instead of writing types after the mnemonic
422or after each operand. For example:
423
424@smallexample
425 x .dn d2.f32
426 y .dn d3.f32
427 z .dn d4.f32[1]
428 vmul x,y,z
429@end smallexample
430
431This is equivalent to writing the following:
432
433@smallexample
434 vmul.f32 d2,d3,d4[1]
435@end smallexample
436
437Aliases created using @code{dn} or @code{qn} can be destroyed using
438@code{unreq}.
439
252b5132 440@cindex @code{code} directive, ARM
0ac658b8 441@item .code @code{[16|32]}
252b5132
RH
442This directive selects the instruction set being generated. The value 16
443selects Thumb, with the value 32 selecting ARM.
444
445@cindex @code{thumb} directive, ARM
446@item .thumb
447This performs the same action as @var{.code 16}.
448
449@cindex @code{arm} directive, ARM
450@item .arm
451This performs the same action as @var{.code 32}.
452
453@cindex @code{force_thumb} directive, ARM
454@item .force_thumb
455This directive forces the selection of Thumb instructions, even if the
456target processor does not support those instructions
457
458@cindex @code{thumb_func} directive, ARM
459@item .thumb_func
460This directive specifies that the following symbol is the name of a
461Thumb encoded function. This information is necessary in order to allow
462the assembler and linker to generate correct code for interworking
463between Arm and Thumb instructions and should be used even if
1994a7c7
NC
464interworking is not going to be performed. The presence of this
465directive also implies @code{.thumb}
252b5132 466
e1da3f5b
PB
467This directive is not neccessary when generating EABI objects. On these
468targets the encoding is implicit when generating Thumb code.
469
5395a469
NC
470@cindex @code{thumb_set} directive, ARM
471@item .thumb_set
472This performs the equivalent of a @code{.set} directive in that it
473creates a symbol which is an alias for another symbol (possibly not yet
474defined). This directive also has the added property in that it marks
475the aliased symbol as being a thumb function entry point, in the same
476way that the @code{.thumb_func} directive does.
477
252b5132
RH
478@cindex @code{.ltorg} directive, ARM
479@item .ltorg
480This directive causes the current contents of the literal pool to be
481dumped into the current section (which is assumed to be the .text
482section) at the current location (aligned to a word boundary).
3d0c9500
NC
483@code{GAS} maintains a separate literal pool for each section and each
484sub-section. The @code{.ltorg} directive will only affect the literal
485pool of the current section and sub-section. At the end of assembly
486all remaining, un-empty literal pools will automatically be dumped.
487
488Note - older versions of @code{GAS} would dump the current literal
489pool any time a section change occurred. This is no longer done, since
490it prevents accurate control of the placement of literal pools.
252b5132
RH
491
492@cindex @code{.pool} directive, ARM
493@item .pool
494This is a synonym for .ltorg.
495
7ed4c4c5
NC
496@cindex @code{.fnstart} directive, ARM
497@item .unwind_fnstart
498Marks the start of a function with an unwind table entry.
499
500@cindex @code{.fnend} directive, ARM
501@item .unwind_fnend
502Marks the end of a function with an unwind table entry. The unwind index
503table entry is created when this directive is processed.
504
505If no personality routine has been specified then standard personality
506routine 0 or 1 will be used, depending on the number of unwind opcodes
507required.
508
509@cindex @code{.cantunwind} directive, ARM
510@item .cantunwind
511Prevents unwinding through the current function. No personality routine
512or exception table data is required or permitted.
513
514@cindex @code{.personality} directive, ARM
515@item .personality @var{name}
516Sets the personality routine for the current function to @var{name}.
517
518@cindex @code{.personalityindex} directive, ARM
519@item .personalityindex @var{index}
520Sets the personality routine for the current function to the EABI standard
521routine number @var{index}
522
523@cindex @code{.handlerdata} directive, ARM
524@item .handlerdata
525Marks the end of the current function, and the start of the exception table
526entry for that function. Anything between this directive and the
527@code{.fnend} directive will be added to the exception table entry.
528
529Must be preceded by a @code{.personality} or @code{.personalityindex}
530directive.
531
532@cindex @code{.save} directive, ARM
533@item .save @var{reglist}
534Generate unwinder annotations to restore the registers in @var{reglist}.
535The format of @var{reglist} is the same as the corresponding store-multiple
536instruction.
537
538@smallexample
539@exdent @emph{core registers}
540 .save @{r4, r5, r6, lr@}
541 stmfd sp!, @{r4, r5, r6, lr@}
542@exdent @emph{FPA registers}
543 .save f4, 2
544 sfmfd f4, 2, [sp]!
545@exdent @emph{VFP registers}
546 .save @{d8, d9, d10@}
fa073d69 547 fstmdx sp!, @{d8, d9, d10@}
7ed4c4c5
NC
548@exdent @emph{iWMMXt registers}
549 .save @{wr10, wr11@}
550 wstrd wr11, [sp, #-8]!
551 wstrd wr10, [sp, #-8]!
552or
553 .save wr11
554 wstrd wr11, [sp, #-8]!
555 .save wr10
556 wstrd wr10, [sp, #-8]!
557@end smallexample
558
fa073d69
MS
559@cindex @code{.vsave} directive, ARM
560@item .vsave @var{vfp-reglist}
561Generate unwinder annotations to restore the VFP registers in @var{vfp-reglist}
562using FLDMD. Also works for VFPv3 registers
563that are to be restored using VLDM.
564The format of @var{vfp-reglist} is the same as the corresponding store-multiple
565instruction.
566
567@smallexample
568@exdent @emph{VFP registers}
569 .vsave @{d8, d9, d10@}
570 fstmdd sp!, @{d8, d9, d10@}
571@exdent @emph{VFPv3 registers}
572 .vsave @{d15, d16, d17@}
573 vstm sp!, @{d15, d16, d17@}
574@end smallexample
575
576Since FLDMX and FSTMX are now deprecated, this directive should be
577used in favour of @code{.save} for saving VFP registers for ARMv6 and above.
578
7ed4c4c5
NC
579@cindex @code{.pad} directive, ARM
580@item .pad #@var{count}
581Generate unwinder annotations for a stack adjustment of @var{count} bytes.
582A positive value indicates the function prologue allocated stack space by
583decrementing the stack pointer.
584
585@cindex @code{.movsp} directive, ARM
4fa3602b
PB
586@item .movsp @var{reg} [, #@var{offset}]
587Tell the unwinder that @var{reg} contains an offset from the current
588stack pointer. If @var{offset} is not specified then it is assumed to be
589zero.
7ed4c4c5
NC
590
591@cindex @code{.setfp} directive, ARM
592@item .setfp @var{fpreg}, @var{spreg} [, #@var{offset}]
593Make all unwinder annotations relaive to a frame pointer. Without this
594the unwinder will use offsets from the stack pointer.
595
596The syntax of this directive is the same as the @code{sub} or @code{mov}
597instruction used to set the frame pointer. @var{spreg} must be either
598@code{sp} or mentioned in a previous @code{.movsp} directive.
599
600@smallexample
601.movsp ip
602mov ip, sp
603@dots{}
604.setfp fp, ip, #4
605sub fp, ip, #4
606@end smallexample
607
608@cindex @code{.unwind_raw} directive, ARM
609@item .raw @var{offset}, @var{byte1}, @dots{}
610Insert one of more arbitary unwind opcode bytes, which are known to adjust
611the stack pointer by @var{offset} bytes.
612
613For example @code{.unwind_raw 4, 0xb1, 0x01} is equivalent to
614@code{.save @{r0@}}
615
ee065d83
PB
616@cindex @code{.cpu} directive, ARM
617@item .cpu @var{name}
618Select the target processor. Valid values for @var{name} are the same as
619for the @option{-mcpu} commandline option.
620
621@cindex @code{.arch} directive, ARM
622@item .arch @var{name}
623Select the target architecture. Valid values for @var{name} are the same as
624for the @option{-march} commandline option.
625
7a1d4c38
PB
626@cindex @code{.object_arch} directive, ARM
627@item .object_arch @var{name}
628Override the architecture recorded in the EABI object attribute section.
629Valid values for @var{name} are the same as for the @code{.arch} directive.
630Typically this is useful when code uses runtime detection of CPU features.
631
ee065d83
PB
632@cindex @code{.fpu} directive, ARM
633@item .fpu @var{name}
634Select the floating point unit to assemble for. Valid values for @var{name}
635are the same as for the @option{-mfpu} commandline option.
636
637@cindex @code{.eabi_attribute} directive, ARM
638@item .eabi_attribute @var{tag}, @var{value}
639Set the EABI object attribute number @var{tag} to @var{value}. The value
640is either a @code{number}, @code{"string"}, or @code{number, "string"}
641depending on the tag.
642
252b5132
RH
643@end table
644
645@node ARM Opcodes
646@section Opcodes
647
648@cindex ARM opcodes
649@cindex opcodes for ARM
49a5575c
NC
650@code{@value{AS}} implements all the standard ARM opcodes. It also
651implements several pseudo opcodes, including several synthetic load
652instructions.
252b5132 653
49a5575c
NC
654@table @code
655
656@cindex @code{NOP} pseudo op, ARM
657@item NOP
658@smallexample
659 nop
660@end smallexample
252b5132 661
49a5575c
NC
662This pseudo op will always evaluate to a legal ARM instruction that does
663nothing. Currently it will evaluate to MOV r0, r0.
252b5132 664
49a5575c
NC
665@cindex @code{LDR reg,=<label>} pseudo op, ARM
666@item LDR
252b5132
RH
667@smallexample
668 ldr <register> , = <expression>
669@end smallexample
670
671If expression evaluates to a numeric constant then a MOV or MVN
672instruction will be used in place of the LDR instruction, if the
673constant can be generated by either of these instructions. Otherwise
674the constant will be placed into the nearest literal pool (if it not
675already there) and a PC relative LDR instruction will be generated.
676
49a5575c
NC
677@cindex @code{ADR reg,<label>} pseudo op, ARM
678@item ADR
679@smallexample
680 adr <register> <label>
681@end smallexample
682
683This instruction will load the address of @var{label} into the indicated
684register. The instruction will evaluate to a PC relative ADD or SUB
685instruction depending upon where the label is located. If the label is
686out of range, or if it is not defined in the same file (and section) as
687the ADR instruction, then an error will be generated. This instruction
688will not make use of the literal pool.
689
690@cindex @code{ADRL reg,<label>} pseudo op, ARM
691@item ADRL
692@smallexample
693 adrl <register> <label>
694@end smallexample
695
696This instruction will load the address of @var{label} into the indicated
a349d9dd 697register. The instruction will evaluate to one or two PC relative ADD
49a5575c
NC
698or SUB instructions depending upon where the label is located. If a
699second instruction is not needed a NOP instruction will be generated in
700its place, so that this instruction is always 8 bytes long.
701
702If the label is out of range, or if it is not defined in the same file
703(and section) as the ADRL instruction, then an error will be generated.
704This instruction will not make use of the literal pool.
705
706@end table
707
252b5132
RH
708For information on the ARM or Thumb instruction sets, see @cite{ARM
709Software Development Toolkit Reference Manual}, Advanced RISC Machines
710Ltd.
711
6057a28f
NC
712@node ARM Mapping Symbols
713@section Mapping Symbols
714
715The ARM ELF specification requires that special symbols be inserted
716into object files to mark certain features:
717
718@table @code
719
720@cindex @code{$a}
721@item $a
722At the start of a region of code containing ARM instructions.
723
724@cindex @code{$t}
725@item $t
726At the start of a region of code containing THUMB instructions.
727
728@cindex @code{$d}
729@item $d
730At the start of a region of data.
731
732@end table
733
734The assembler will automatically insert these symbols for you - there
735is no need to code them yourself. Support for tagging symbols ($b,
736$f, $p and $m) which is also mentioned in the current ARM ELF
737specification is not implemented. This is because they have been
738dropped from the new EABI and so tools cannot rely upon their
739presence.
740
This page took 0.390245 seconds and 4 git commands to generate.