2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gas / doc / as.texinfo
CommitLineData
252b5132 1\input texinfo @c -*-Texinfo-*-
f7e42eb4 2@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
78849248 3@c 2001, 2002, 2003, 2004
252b5132
RH
4@c Free Software Foundation, Inc.
5@c UPDATE!! On future updates--
6@c (1) check for new machine-dep cmdline options in
7@c md_parse_option definitions in config/tc-*.c
8@c (2) for platform-specific directives, examine md_pseudo_op
9@c in config/tc-*.c
10@c (3) for object-format specific directives, examine obj_pseudo_op
11@c in config/obj-*.c
12@c (4) portable directives in potable[] in read.c
13@c %**start of header
14@setfilename as.info
15@c ---config---
a4fb0134
SC
16@macro gcctabopt{body}
17@code{\body\}
18@end macro
252b5132
RH
19@c defaults, config file may override:
20@set have-stabs
21@c ---
4a4c4a1d
MR
22@c man begin NAME
23@c ---
252b5132
RH
24@include asconfig.texi
25@include gasver.texi
26@c ---
0285c67d 27@c man end
4a4c4a1d 28@c ---
252b5132 29@c common OR combinations of conditions
c1253627
NC
30@ifset COFF
31@set COFF-ELF
32@end ifset
33@ifset ELF
34@set COFF-ELF
35@end ifset
252b5132
RH
36@ifset AOUT
37@set aout-bout
38@end ifset
39@ifset ARM/Thumb
40@set ARM
41@end ifset
42@ifset BOUT
43@set aout-bout
44@end ifset
45@ifset H8/300
46@set H8
47@end ifset
48@ifset H8/500
49@set H8
50@end ifset
51@ifset SH
52@set H8
53@end ifset
54@ifset HPPA
55@set abnormal-separator
56@end ifset
57@c ------------
58@ifset GENERIC
59@settitle Using @value{AS}
60@end ifset
61@ifclear GENERIC
62@settitle Using @value{AS} (@value{TARGET})
63@end ifclear
64@setchapternewpage odd
65@c %**end of header
66
67@c @smallbook
68@c @set SMALL
69@c WARE! Some of the machine-dependent sections contain tables of machine
70@c instructions. Except in multi-column format, these tables look silly.
71@c Unfortunately, Texinfo doesn't have a general-purpose multi-col format, so
72@c the multi-col format is faked within @example sections.
73@c
74@c Again unfortunately, the natural size that fits on a page, for these tables,
75@c is different depending on whether or not smallbook is turned on.
76@c This matters, because of order: text flow switches columns at each page
77@c break.
78@c
79@c The format faked in this source works reasonably well for smallbook,
80@c not well for the default large-page format. This manual expects that if you
81@c turn on @smallbook, you will also uncomment the "@set SMALL" to enable the
82@c tables in question. You can turn on one without the other at your
83@c discretion, of course.
84@ifinfo
85@set SMALL
86@c the insn tables look just as silly in info files regardless of smallbook,
87@c might as well show 'em anyways.
88@end ifinfo
89
90@ifinfo
91@format
92START-INFO-DIR-ENTRY
93* As: (as). The GNU assembler.
59455fb1 94* Gas: (as). The GNU assembler.
252b5132
RH
95END-INFO-DIR-ENTRY
96@end format
97@end ifinfo
98
99@finalout
100@syncodeindex ky cp
101
102@ifinfo
103This file documents the GNU Assembler "@value{AS}".
104
0285c67d 105@c man begin COPYRIGHT
973eb340 106Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002 Free Software Foundation, Inc.
252b5132 107
0285c67d
NC
108Permission is granted to copy, distribute and/or modify this document
109under the terms of the GNU Free Documentation License, Version 1.1
110or any later version published by the Free Software Foundation;
111with no Invariant Sections, with no Front-Cover Texts, and with no
112Back-Cover Texts. A copy of the license is included in the
c1253627 113section entitled ``GNU Free Documentation License''.
0285c67d
NC
114
115@c man end
252b5132
RH
116
117@ignore
118Permission is granted to process this file through Tex and print the
119results, provided the printed document carries copying permission
120notice identical to this one except for the removal of this paragraph
121(this paragraph not being relevant to the printed manual).
122
123@end ignore
252b5132
RH
124@end ifinfo
125
126@titlepage
127@title Using @value{AS}
128@subtitle The @sc{gnu} Assembler
129@ifclear GENERIC
130@subtitle for the @value{TARGET} family
131@end ifclear
132@sp 1
133@subtitle Version @value{VERSION}
134@sp 1
135@sp 13
136The Free Software Foundation Inc. thanks The Nice Computer
137Company of Australia for loaning Dean Elsner to write the
a4fb0134 138first (Vax) version of @command{as} for Project @sc{gnu}.
252b5132
RH
139The proprietors, management and staff of TNCCA thank FSF for
140distracting the boss while they got some work
141done.
142@sp 3
143@author Dean Elsner, Jay Fenlason & friends
144@page
145@tex
146{\parskip=0pt
147\hfill {\it Using {\tt @value{AS}}}\par
148\hfill Edited by Cygnus Support\par
149}
150%"boxit" macro for figures:
151%Modified from Knuth's ``boxit'' macro from TeXbook (answer to exercise 21.3)
152\gdef\boxit#1#2{\vbox{\hrule\hbox{\vrule\kern3pt
153 \vbox{\parindent=0pt\parskip=0pt\hsize=#1\kern3pt\strut\hfil
154#2\hfil\strut\kern3pt}\kern3pt\vrule}\hrule}}%box with visible outline
155\gdef\ibox#1#2{\hbox to #1{#2\hfil}\kern8pt}% invisible box
156@end tex
157
158@vskip 0pt plus 1filll
973eb340 159Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002 Free Software Foundation, Inc.
252b5132 160
cf055d54
NC
161 Permission is granted to copy, distribute and/or modify this document
162 under the terms of the GNU Free Documentation License, Version 1.1
163 or any later version published by the Free Software Foundation;
164 with no Invariant Sections, with no Front-Cover Texts, and with no
165 Back-Cover Texts. A copy of the license is included in the
c1253627 166 section entitled ``GNU Free Documentation License''.
252b5132 167
252b5132
RH
168@end titlepage
169
2e64b665 170@ifnottex
252b5132
RH
171@node Top
172@top Using @value{AS}
173
a4fb0134 174This file is a user guide to the @sc{gnu} assembler @command{@value{AS}} version
252b5132
RH
175@value{VERSION}.
176@ifclear GENERIC
a4fb0134 177This version of the file describes @command{@value{AS}} configured to generate
252b5132
RH
178code for @value{TARGET} architectures.
179@end ifclear
cf055d54
NC
180
181This document is distributed under the terms of the GNU Free
182Documentation License. A copy of the license is included in the
c1253627 183section entitled ``GNU Free Documentation License''.
cf055d54 184
252b5132
RH
185@menu
186* Overview:: Overview
187* Invoking:: Command-Line Options
188* Syntax:: Syntax
189* Sections:: Sections and Relocation
190* Symbols:: Symbols
191* Expressions:: Expressions
192* Pseudo Ops:: Assembler Directives
193* Machine Dependencies:: Machine Dependent Features
194* Reporting Bugs:: Reporting Bugs
195* Acknowledgements:: Who Did What
cf055d54 196* GNU Free Documentation License:: GNU Free Documentation License
252b5132
RH
197* Index:: Index
198@end menu
2e64b665 199@end ifnottex
252b5132
RH
200
201@node Overview
202@chapter Overview
203@iftex
a4fb0134 204This manual is a user guide to the @sc{gnu} assembler @command{@value{AS}}.
252b5132 205@ifclear GENERIC
a4fb0134 206This version of the manual describes @command{@value{AS}} configured to generate
252b5132
RH
207code for @value{TARGET} architectures.
208@end ifclear
209@end iftex
210
211@cindex invocation summary
212@cindex option summary
213@cindex summary of options
a4fb0134 214Here is a brief summary of how to invoke @command{@value{AS}}. For details,
8dfa0188 215@pxref{Invoking,,Command-Line Options}.
252b5132 216
0285c67d
NC
217@c man title AS the portable GNU assembler.
218
a4fb0134 219@ignore
0285c67d
NC
220@c man begin SEEALSO
221gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}.
222@c man end
a4fb0134 223@end ignore
0285c67d 224
252b5132
RH
225@c We don't use deffn and friends for the following because they seem
226@c to be limited to one line for the header.
227@smallexample
0285c67d 228@c man begin SYNOPSIS
caa32fe5
NC
229@value{AS} [@b{-a}[@b{cdhlns}][=@var{file}]] [@b{--alternate}] [@b{-D}]
230 [@b{--defsym} @var{sym}=@var{val}] [@b{-f}] [@b{--gstabs}] [@b{--gstabs+}]
231 [@b{--gdwarf2}] [@b{--help}] [@b{-I} @var{dir}] [@b{-J}] [@b{-K}] [@b{-L}]
a4fb0134
SC
232 [@b{--listing-lhs-width}=@var{NUM}] [@b{--listing-lhs-width2}=@var{NUM}]
233 [@b{--listing-rhs-width}=@var{NUM}] [@b{--listing-cont-lines}=@var{NUM}]
234 [@b{--keep-locals}] [@b{-o} @var{objfile}] [@b{-R}] [@b{--statistics}] [@b{-v}]
235 [@b{-version}] [@b{--version}] [@b{-W}] [@b{--warn}] [@b{--fatal-warnings}]
236 [@b{-w}] [@b{-x}] [@b{-Z}] [@b{--target-help}] [@var{target-options}]
237 [@b{--}|@var{files} @dots{}]
238@c
239@c Target dependent options are listed below. Keep the list sorted.
240@c Add an empty line for separation.
252b5132
RH
241@ifset A29K
242@c am29k has no machine-dependent assembler options
243@end ifset
625e1353
RH
244@ifset ALPHA
245
246@emph{Target Alpha options:}
247 [@b{-m@var{cpu}}]
248 [@b{-mdebug} | @b{-no-mdebug}]
249 [@b{-relax}] [@b{-g}] [@b{-G@var{size}}]
250 [@b{-F}] [@b{-32addr}]
251@end ifset
252b5132 252@ifset ARC
a4fb0134
SC
253
254@emph{Target ARC options:}
255 [@b{-marc[5|6|7|8]}]
256 [@b{-EB}|@b{-EL}]
252b5132
RH
257@end ifset
258@ifset ARM
a4fb0134
SC
259
260@emph{Target ARM options:}
03b1477f 261@c Don't document the deprecated options
92081f48
HPN
262 [@b{-mcpu}=@var{processor}[+@var{extension}@dots{}]]
263 [@b{-march}=@var{architecture}[+@var{extension}@dots{}]]
33a392fb
PB
264 [@b{-mfpu}=@var{floating-point-format}]
265 [@b{-mfloat-abi}=@var{abi}]
d507cf36 266 [@b{-meabi}=@var{ver}]
03b1477f 267 [@b{-mthumb}]
a4fb0134
SC
268 [@b{-EB}|@b{-EL}]
269 [@b{-mapcs-32}|@b{-mapcs-26}|@b{-mapcs-float}|
270 @b{-mapcs-reentrant}]
271 [@b{-mthumb-interwork}] [@b{-moabi}] [@b{-k}]
252b5132 272@end ifset
328eb32e
HPN
273@ifset CRIS
274
275@emph{Target CRIS options:}
276 [@b{--underscore} | @b{--no-underscore}]
277 [@b{--pic}] [@b{-N}]
278 [@b{--emulation=criself} | @b{--emulation=crisaout}]
279@c Deprecated -- deliberately not documented.
280@c [@b{-h}] [@b{-H}]
281@end ifset
252b5132 282@ifset D10V
a4fb0134
SC
283
284@emph{Target D10V options:}
285 [@b{-O}]
252b5132
RH
286@end ifset
287@ifset D30V
a4fb0134
SC
288
289@emph{Target D30V options:}
290 [@b{-O}|@b{-n}|@b{-N}]
252b5132
RH
291@end ifset
292@ifset H8
c2dcd04e 293@c Renesas family chips have no machine-dependent assembler options
252b5132
RH
294@end ifset
295@ifset HPPA
296@c HPPA has no machine-dependent assembler options (yet).
297@end ifset
a4fb0134
SC
298@ifset I80386
299
300@emph{Target i386 options:}
12b55ccc 301 [@b{--32}|@b{--64}] [@b{-n}]
252b5132
RH
302@end ifset
303@ifset I960
a4fb0134
SC
304
305@emph{Target i960 options:}
252b5132 306@c see md_parse_option in tc-i960.c
a4fb0134
SC
307 [@b{-ACA}|@b{-ACA_A}|@b{-ACB}|@b{-ACC}|@b{-AKA}|@b{-AKB}|
308 @b{-AKC}|@b{-AMC}]
309 [@b{-b}] [@b{-no-relax}]
252b5132 310@end ifset
587fe2b3 311@ifset IA64
a4fb0134 312
9e32ca89
NC
313@emph{Target IA-64 options:}
314 [@b{-mconstant-gp}|@b{-mauto-pic}]
315 [@b{-milp32}|@b{-milp64}|@b{-mlp64}|@b{-mp64}]
316 [@b{-mle}|@b{mbe}]
317 [@b{-x}|@b{-xexplicit}] [@b{-xauto}] [@b{-xdebug}]
318@end ifset
a40cbfa3
NC
319@ifset IP2K
320
321@emph{Target IP2K options:}
322 [@b{-mip2022}|@b{-mip2022ext}]
323@end ifset
587fe2b3 324@ifset M32R
9e32ca89 325
a4fb0134
SC
326@emph{Target M32R options:}
327 [@b{--m32rx}|@b{--[no-]warn-explicit-parallel-conflicts}|
587fe2b3 328 @b{--W[n]p}]
ec694b89 329@end ifset
252b5132 330@ifset M680X0
a4fb0134
SC
331
332@emph{Target M680X0 options:}
333 [@b{-l}] [@b{-m68000}|@b{-m68010}|@b{-m68020}|@dots{}]
252b5132 334@end ifset
60bcf0fa 335@ifset M68HC11
a4fb0134
SC
336
337@emph{Target M68HC11 options:}
d01030e6 338 [@b{-m68hc11}|@b{-m68hc12}|@b{-m68hcs12}]
2f904664
SC
339 [@b{-mshort}|@b{-mlong}]
340 [@b{-mshort-double}|@b{-mlong-double}]
a4fb0134
SC
341 [@b{--force-long-branchs}] [@b{--short-branchs}]
342 [@b{--strict-direct-mode}] [@b{--print-insn-syntax}]
343 [@b{--print-opcodes}] [@b{--generate-example}]
344@end ifset
345@ifset MCORE
346
347@emph{Target MCORE options:}
348 [@b{-jsri2bsr}] [@b{-sifilter}] [@b{-relax}]
349 [@b{-mcpu=[210|340]}]
60bcf0fa 350@end ifset
252b5132 351@ifset MIPS
a4fb0134
SC
352
353@emph{Target MIPS options:}
78849248 354 [@b{-nocpp}] [@b{-EL}] [@b{-EB}] [@b{-O}[@var{optimization level}]]
437ee9d5 355 [@b{-g}[@var{debug level}]] [@b{-G} @var{num}] [@b{-KPIC}] [@b{-call_shared}]
1ffcab4b 356 [@b{-non_shared}] [@b{-xgot}]
437ee9d5
TS
357 [@b{-mabi}=@var{ABI}] [@b{-32}] [@b{-n32}] [@b{-64}] [@b{-mfp32}] [@b{-mgp32}]
358 [@b{-march}=@var{CPU}] [@b{-mtune}=@var{CPU}] [@b{-mips1}] [@b{-mips2}]
af7ee8bf 359 [@b{-mips3}] [@b{-mips4}] [@b{-mips5}] [@b{-mips32}] [@b{-mips32r2}]
5f74bc13 360 [@b{-mips64}] [@b{-mips64r2}]
437ee9d5
TS
361 [@b{-construct-floats}] [@b{-no-construct-floats}]
362 [@b{-trap}] [@b{-no-break}] [@b{-break}] [@b{-no-trap}]
363 [@b{-mfix7000}] [@b{-mno-fix7000}]
364 [@b{-mips16}] [@b{-no-mips16}]
1f25f5d3 365 [@b{-mips3d}] [@b{-no-mips3d}]
deec1734 366 [@b{-mdmx}] [@b{-no-mdmx}]
ecb4347a 367 [@b{-mdebug}] [@b{-no-mdebug}]
dcd410fe 368 [@b{-mpdr}] [@b{-mno-pdr}]
3c3bdf30
NC
369@end ifset
370@ifset MMIX
a4fb0134
SC
371
372@emph{Target MMIX options:}
373 [@b{--fixed-special-register-names}] [@b{--globalize-symbols}]
374 [@b{--gnu-syntax}] [@b{--relax}] [@b{--no-predefined-symbols}]
375 [@b{--no-expand}] [@b{--no-merge-gregs}] [@b{-x}]
973eb340 376 [@b{--linker-allocated-gregs}]
a4fb0134
SC
377@end ifset
378@ifset PDP11
379
380@emph{Target PDP11 options:}
381 [@b{-mpic}|@b{-mno-pic}] [@b{-mall}] [@b{-mno-extensions}]
382 [@b{-m}@var{extension}|@b{-mno-}@var{extension}]
383 [@b{-m}@var{cpu}] [@b{-m}@var{machine}]
384@end ifset
385@ifset PJ
386
387@emph{Target picoJava options:}
388 [@b{-mb}|@b{-me}]
389@end ifset
390@ifset PPC
391
392@emph{Target PowerPC options:}
393 [@b{-mpwrx}|@b{-mpwr2}|@b{-mpwr}|@b{-m601}|@b{-mppc}|@b{-mppc32}|@b{-m603}|@b{-m604}|
394 @b{-m403}|@b{-m405}|@b{-mppc64}|@b{-m620}|@b{-mppc64bridge}|@b{-mbooke}|
395 @b{-mbooke32}|@b{-mbooke64}]
396 [@b{-mcom}|@b{-many}|@b{-maltivec}] [@b{-memb}]
397 [@b{-mregnames}|@b{-mno-regnames}]
398 [@b{-mrelocatable}|@b{-mrelocatable-lib}]
399 [@b{-mlittle}|@b{-mlittle-endian}|@b{-mbig}|@b{-mbig-endian}]
400 [@b{-msolaris}|@b{-mno-solaris}]
401@end ifset
402@ifset SPARC
403
404@emph{Target SPARC options:}
405@c The order here is important. See c-sparc.texi.
406 [@b{-Av6}|@b{-Av7}|@b{-Av8}|@b{-Asparclet}|@b{-Asparclite}
407 @b{-Av8plus}|@b{-Av8plusa}|@b{-Av9}|@b{-Av9a}]
408 [@b{-xarch=v8plus}|@b{-xarch=v8plusa}] [@b{-bump}]
409 [@b{-32}|@b{-64}]
410@end ifset
411@ifset TIC54X
412
413@emph{Target TIC54X options:}
414 [@b{-mcpu=54[123589]}|@b{-mcpu=54[56]lp}] [@b{-mfar-mode}|@b{-mf}]
415 [@b{-merrors-to-file} @var{<filename>}|@b{-me} @var{<filename>}]
416@end ifset
417@ifset Z8000
418@c Z8000 has no machine-dependent assembler options
252b5132 419@end ifset
e0001a05
NC
420@ifset XTENSA
421
422@emph{Target Xtensa options:}
423 [@b{--[no-]density}] [@b{--[no-]relax}] [@b{--[no-]generics}]
424 [@b{--[no-]text-section-literals}]
425 [@b{--[no-]target-align}] [@b{--[no-]longcalls}]
426@end ifset
0285c67d 427@c man end
252b5132
RH
428@end smallexample
429
0285c67d
NC
430@c man begin OPTIONS
431
a4fb0134 432@table @gcctabopt
252b5132
RH
433@item -a[cdhlmns]
434Turn on listings, in any of a variety of ways:
435
a4fb0134 436@table @gcctabopt
252b5132
RH
437@item -ac
438omit false conditionals
439
440@item -ad
441omit debugging directives
442
443@item -ah
444include high-level source
445
446@item -al
447include assembly
448
449@item -am
450include macro expansions
451
452@item -an
453omit forms processing
454
455@item -as
456include symbols
457
458@item =file
459set the name of the listing file
460@end table
461
462You may combine these options; for example, use @samp{-aln} for assembly
463listing without forms processing. The @samp{=file} option, if used, must be
464the last one. By itself, @samp{-a} defaults to @samp{-ahls}.
465
caa32fe5
NC
466@item --alternate
467Begin in alternate macro mode, see @ref{Altmacro,,@code{.altmacro}}.
468
252b5132
RH
469@item -D
470Ignored. This option is accepted for script compatibility with calls to
471other assemblers.
472
473@item --defsym @var{sym}=@var{value}
474Define the symbol @var{sym} to be @var{value} before assembling the input file.
475@var{value} must be an integer constant. As in C, a leading @samp{0x}
476indicates a hexadecimal value, and a leading @samp{0} indicates an octal value.
477
478@item -f
479``fast''---skip whitespace and comment preprocessing (assume source is
480compiler output).
481
482@item --gstabs
483Generate stabs debugging information for each assembler line. This
484may help debugging assembler code, if the debugger can handle it.
485
05da4302
NC
486@item --gstabs+
487Generate stabs debugging information for each assembler line, with GNU
488extensions that probably only gdb can handle, and that could make other
489debuggers crash or refuse to read your program. This
490may help debugging assembler code. Currently the only GNU extension is
491the location of the current working directory at assembling time.
492
cdf82bcf
NC
493@item --gdwarf2
494Generate DWARF2 debugging information for each assembler line. This
c1253627 495may help debugging assembler code, if the debugger can handle it. Note---this
85a39694 496option is only supported by some targets, not all of them.
cdf82bcf 497
252b5132
RH
498@item --help
499Print a summary of the command line options and exit.
500
ea20a7da
CC
501@item --target-help
502Print a summary of all target specific options and exit.
503
252b5132
RH
504@item -I @var{dir}
505Add directory @var{dir} to the search list for @code{.include} directives.
506
507@item -J
508Don't warn about signed overflow.
509
510@item -K
511@ifclear DIFF-TBL-KLUGE
512This option is accepted but has no effect on the @value{TARGET} family.
513@end ifclear
514@ifset DIFF-TBL-KLUGE
515Issue warnings when difference tables altered for long displacements.
516@end ifset
517
518@item -L
519@itemx --keep-locals
520Keep (in the symbol table) local symbols. On traditional a.out systems
521these start with @samp{L}, but different systems have different local
522label prefixes.
523
c3a27914
NC
524@item --listing-lhs-width=@var{number}
525Set the maximum width, in words, of the output data column for an assembler
526listing to @var{number}.
527
528@item --listing-lhs-width2=@var{number}
529Set the maximum width, in words, of the output data column for continuation
530lines in an assembler listing to @var{number}.
531
532@item --listing-rhs-width=@var{number}
533Set the maximum width of an input source line, as displayed in a listing, to
534@var{number} bytes.
535
536@item --listing-cont-lines=@var{number}
537Set the maximum number of lines printed in a listing for a single line of input
538to @var{number} + 1.
539
252b5132 540@item -o @var{objfile}
a4fb0134 541Name the object-file output from @command{@value{AS}} @var{objfile}.
252b5132
RH
542
543@item -R
544Fold the data section into the text section.
545
546@item --statistics
547Print the maximum space (in bytes) and total time (in seconds) used by
548assembly.
549
550@item --strip-local-absolute
551Remove local absolute symbols from the outgoing symbol table.
552
553@item -v
554@itemx -version
a4fb0134 555Print the @command{as} version.
252b5132
RH
556
557@item --version
a4fb0134 558Print the @command{as} version and exit.
252b5132
RH
559
560@item -W
2bdd6cf5 561@itemx --no-warn
252b5132
RH
562Suppress warning messages.
563
2bdd6cf5
GK
564@item --fatal-warnings
565Treat warnings as errors.
566
567@item --warn
568Don't suppress warning messages or treat them as errors.
569
252b5132
RH
570@item -w
571Ignored.
572
573@item -x
574Ignored.
575
576@item -Z
577Generate an object file even after errors.
578
579@item -- | @var{files} @dots{}
580Standard input, or source files to assemble.
581
582@end table
583
584@ifset ARC
585The following options are available when @value{AS} is configured for
586an ARC processor.
587
a4fb0134 588@table @gcctabopt
0d2bcfaf
NC
589@item -marc[5|6|7|8]
590This option selects the core processor variant.
591@item -EB | -EL
592Select either big-endian (-EB) or little-endian (-EL) output.
252b5132
RH
593@end table
594@end ifset
595
596@ifset ARM
597The following options are available when @value{AS} is configured for the ARM
598processor family.
599
a4fb0134 600@table @gcctabopt
92081f48 601@item -mcpu=@var{processor}[+@var{extension}@dots{}]
cdf82bcf 602Specify which ARM processor variant is the target.
92081f48 603@item -march=@var{architecture}[+@var{extension}@dots{}]
cdf82bcf 604Specify which ARM architecture variant is used by the target.
03b1477f 605@item -mfpu=@var{floating-point-format}
a349d9dd 606Select which Floating Point architecture is the target.
33a392fb
PB
607@item -mfloat-abi=@var{abi}
608Select which floating point ABI is in use.
03b1477f
RE
609@item -mthumb
610Enable Thumb only instruction decoding.
cdf82bcf 611@item -mapcs-32 | -mapcs-26 | -mapcs-float | -mapcs-reentrant | -moabi
252b5132
RH
612Select which procedure calling convention is in use.
613@item -EB | -EL
614Select either big-endian (-EB) or little-endian (-EL) output.
cdf82bcf
NC
615@item -mthumb-interwork
616Specify that the code has been generated with interworking between Thumb and
617ARM code in mind.
618@item -k
619Specify that PIC code has been generated.
252b5132
RH
620@end table
621@end ifset
622
328eb32e
HPN
623@ifset CRIS
624See the info pages for documentation of the CRIS-specific options.
625@end ifset
626
252b5132
RH
627@ifset D10V
628The following options are available when @value{AS} is configured for
629a D10V processor.
a4fb0134 630@table @gcctabopt
252b5132
RH
631@cindex D10V optimization
632@cindex optimization, D10V
633@item -O
634Optimize output by parallelizing instructions.
635@end table
636@end ifset
637
638@ifset D30V
639The following options are available when @value{AS} is configured for a D30V
640processor.
a4fb0134 641@table @gcctabopt
252b5132
RH
642@cindex D30V optimization
643@cindex optimization, D30V
644@item -O
645Optimize output by parallelizing instructions.
646
647@cindex D30V nops
648@item -n
649Warn when nops are generated.
650
651@cindex D30V nops after 32-bit multiply
652@item -N
653Warn when a nop after a 32-bit multiply instruction is generated.
654@end table
655@end ifset
656
657@ifset I960
658The following options are available when @value{AS} is configured for the
659Intel 80960 processor.
660
a4fb0134 661@table @gcctabopt
252b5132
RH
662@item -ACA | -ACA_A | -ACB | -ACC | -AKA | -AKB | -AKC | -AMC
663Specify which variant of the 960 architecture is the target.
664
665@item -b
666Add code to collect statistics about branches taken.
667
668@item -no-relax
669Do not alter compare-and-branch instructions for long displacements;
670error if necessary.
671
672@end table
673@end ifset
674
a40cbfa3
NC
675@ifset IP2K
676The following options are available when @value{AS} is configured for the
ec88d317 677Ubicom IP2K series.
a40cbfa3
NC
678
679@table @gcctabopt
680
681@item -mip2022ext
682Specifies that the extended IP2022 instructions are allowed.
683
684@item -mip2022
8dfa0188 685Restores the default behaviour, which restricts the permitted instructions to
a40cbfa3
NC
686just the basic IP2022 ones.
687
688@end table
689@end ifset
690
ec694b89
NC
691@ifset M32R
692The following options are available when @value{AS} is configured for the
26597c86 693Renesas M32R (formerly Mitsubishi M32R) series.
ec694b89 694
a4fb0134 695@table @gcctabopt
ec694b89
NC
696
697@item --m32rx
698Specify which processor in the M32R family is the target. The default
699is normally the M32R, but this option changes it to the M32RX.
700
701@item --warn-explicit-parallel-conflicts or --Wp
702Produce warning messages when questionable parallel constructs are
703encountered.
704
705@item --no-warn-explicit-parallel-conflicts or --Wnp
706Do not produce warning messages when questionable parallel constructs are
707encountered.
708
709@end table
710@end ifset
252b5132
RH
711
712@ifset M680X0
713The following options are available when @value{AS} is configured for the
714Motorola 68000 series.
715
a4fb0134 716@table @gcctabopt
252b5132
RH
717
718@item -l
719Shorten references to undefined symbols, to one word instead of two.
720
0285c67d
NC
721@item -m68000 | -m68008 | -m68010 | -m68020 | -m68030
722@itemx | -m68040 | -m68060 | -m68302 | -m68331 | -m68332
723@itemx | -m68333 | -m68340 | -mcpu32 | -m5200
252b5132
RH
724Specify what processor in the 68000 family is the target. The default
725is normally the 68020, but this can be changed at configuration time.
726
727@item -m68881 | -m68882 | -mno-68881 | -mno-68882
728The target machine does (or does not) have a floating-point coprocessor.
729The default is to assume a coprocessor for 68020, 68030, and cpu32. Although
730the basic 68000 is not compatible with the 68881, a combination of the
731two can be specified, since it's possible to do emulation of the
732coprocessor instructions with the main processor.
733
734@item -m68851 | -mno-68851
735The target machine does (or does not) have a memory-management
736unit coprocessor. The default is to assume an MMU for 68020 and up.
737
738@end table
739@end ifset
740
e135f41b
NC
741@ifset PDP11
742
743For details about the PDP-11 machine dependent features options,
744see @ref{PDP-11-Options}.
745
a4fb0134 746@table @gcctabopt
e135f41b
NC
747@item -mpic | -mno-pic
748Generate position-independent (or position-dependent) code. The
a4fb0134 749default is @option{-mpic}.
e135f41b
NC
750
751@item -mall
752@itemx -mall-extensions
753Enable all instruction set extensions. This is the default.
754
755@item -mno-extensions
756Disable all instruction set extensions.
757
758@item -m@var{extension} | -mno-@var{extension}
759Enable (or disable) a particular instruction set extension.
760
761@item -m@var{cpu}
762Enable the instruction set extensions supported by a particular CPU, and
763disable all other extensions.
764
765@item -m@var{machine}
766Enable the instruction set extensions supported by a particular machine
767model, and disable all other extensions.
768@end table
769
770@end ifset
771
041dd5a9
ILT
772@ifset PJ
773The following options are available when @value{AS} is configured for
774a picoJava processor.
775
a4fb0134 776@table @gcctabopt
041dd5a9
ILT
777
778@cindex PJ endianness
779@cindex endianness, PJ
780@cindex big endian output, PJ
781@item -mb
782Generate ``big endian'' format output.
783
784@cindex little endian output, PJ
785@item -ml
786Generate ``little endian'' format output.
787
788@end table
789@end ifset
790
60bcf0fa
NC
791@ifset M68HC11
792The following options are available when @value{AS} is configured for the
793Motorola 68HC11 or 68HC12 series.
794
a4fb0134 795@table @gcctabopt
60bcf0fa 796
d01030e6 797@item -m68hc11 | -m68hc12 | -m68hcs12
60bcf0fa
NC
798Specify what processor is the target. The default is
799defined by the configuration option when building the assembler.
800
2f904664
SC
801@item -mshort
802Specify to use the 16-bit integer ABI.
803
804@item -mlong
805Specify to use the 32-bit integer ABI.
806
807@item -mshort-double
808Specify to use the 32-bit double ABI.
809
810@item -mlong-double
811Specify to use the 64-bit double ABI.
812
60bcf0fa
NC
813@item --force-long-branchs
814Relative branches are turned into absolute ones. This concerns
815conditional branches, unconditional branches and branches to a
816sub routine.
817
818@item -S | --short-branchs
819Do not turn relative branchs into absolute ones
820when the offset is out of range.
821
822@item --strict-direct-mode
823Do not turn the direct addressing mode into extended addressing mode
824when the instruction does not support direct addressing mode.
825
826@item --print-insn-syntax
827Print the syntax of instruction in case of error.
828
829@item --print-opcodes
830print the list of instructions with syntax and then exit.
831
832@item --generate-example
833print an example of instruction for each possible instruction and then exit.
a4fb0134 834This option is only useful for testing @command{@value{AS}}.
60bcf0fa
NC
835
836@end table
837@end ifset
838
252b5132 839@ifset SPARC
a4fb0134 840The following options are available when @command{@value{AS}} is configured
252b5132
RH
841for the SPARC architecture:
842
a4fb0134 843@table @gcctabopt
252b5132
RH
844@item -Av6 | -Av7 | -Av8 | -Asparclet | -Asparclite
845@itemx -Av8plus | -Av8plusa | -Av9 | -Av9a
846Explicitly select a variant of the SPARC architecture.
847
848@samp{-Av8plus} and @samp{-Av8plusa} select a 32 bit environment.
849@samp{-Av9} and @samp{-Av9a} select a 64 bit environment.
850
851@samp{-Av8plusa} and @samp{-Av9a} enable the SPARC V9 instruction set with
852UltraSPARC extensions.
853
854@item -xarch=v8plus | -xarch=v8plusa
855For compatibility with the Solaris v9 assembler. These options are
856equivalent to -Av8plus and -Av8plusa, respectively.
857
858@item -bump
859Warn when the assembler switches to another architecture.
860@end table
861@end ifset
862
39bec121
TW
863@ifset TIC54X
864The following options are available when @value{AS} is configured for the 'c54x
865architecture.
866
a4fb0134 867@table @gcctabopt
39bec121
TW
868@item -mfar-mode
869Enable extended addressing mode. All addresses and relocations will assume
870extended addressing (usually 23 bits).
871@item -mcpu=@var{CPU_VERSION}
872Sets the CPU version being compiled for.
873@item -merrors-to-file @var{FILENAME}
874Redirect error output to a file, for broken systems which don't support such
875behaviour in the shell.
876@end table
877@end ifset
878
252b5132
RH
879@ifset MIPS
880The following options are available when @value{AS} is configured for
437ee9d5 881a @sc{mips} processor.
252b5132 882
a4fb0134 883@table @gcctabopt
252b5132
RH
884@item -G @var{num}
885This option sets the largest size of an object that can be referenced
886implicitly with the @code{gp} register. It is only accepted for targets that
887use ECOFF format, such as a DECstation running Ultrix. The default value is 8.
888
889@cindex MIPS endianness
890@cindex endianness, MIPS
891@cindex big endian output, MIPS
892@item -EB
893Generate ``big endian'' format output.
894
895@cindex little endian output, MIPS
896@item -EL
897Generate ``little endian'' format output.
898
899@cindex MIPS ISA
900@item -mips1
901@itemx -mips2
902@itemx -mips3
e7af610e 903@itemx -mips4
437ee9d5 904@itemx -mips5
e7af610e 905@itemx -mips32
af7ee8bf 906@itemx -mips32r2
4058e45f 907@itemx -mips64
5f74bc13 908@itemx -mips64r2
437ee9d5
TS
909Generate code for a particular @sc{mips} Instruction Set Architecture level.
910@samp{-mips1} is an alias for @samp{-march=r3000}, @samp{-mips2} is an
911alias for @samp{-march=r6000}, @samp{-mips3} is an alias for
912@samp{-march=r4000} and @samp{-mips4} is an alias for @samp{-march=r8000}.
5f74bc13
CD
913@samp{-mips5}, @samp{-mips32}, @samp{-mips32r2}, @samp{-mips64}, and
914@samp{-mips64r2}
af7ee8bf 915correspond to generic
5f74bc13
CD
916@samp{MIPS V}, @samp{MIPS32}, @samp{MIPS32 Release 2}, @samp{MIPS64},
917and @samp{MIPS64 Release 2}
918ISA processors, respectively.
437ee9d5
TS
919
920@item -march=@var{CPU}
921Generate code for a particular @sc{mips} cpu.
922
923@item -mtune=@var{cpu}
924Schedule and tune for a particular @sc{mips} cpu.
925
926@item -mfix7000
927@itemx -mno-fix7000
928Cause nops to be inserted if the read of the destination register
929of an mfhi or mflo instruction occurs in the following two instructions.
930
ecb4347a
DJ
931@item -mdebug
932@itemx -no-mdebug
933Cause stabs-style debugging output to go into an ECOFF-style .mdebug
934section instead of the standard ELF .stabs sections.
935
dcd410fe
RO
936@item -mpdr
937@itemx -mno-pdr
938Control generation of @code{.pdr} sections.
939
437ee9d5
TS
940@item -mgp32
941@itemx -mfp32
942The register sizes are normally inferred from the ISA and ABI, but these
943flags force a certain group of registers to be treated as 32 bits wide at
944all times. @samp{-mgp32} controls the size of general-purpose registers
945and @samp{-mfp32} controls the size of floating-point registers.
946
947@item -mips16
948@itemx -no-mips16
949Generate code for the MIPS 16 processor. This is equivalent to putting
950@code{.set mips16} at the start of the assembly file. @samp{-no-mips16}
951turns off this option.
252b5132 952
1f25f5d3
CD
953@item -mips3d
954@itemx -no-mips3d
955Generate code for the MIPS-3D Application Specific Extension.
956This tells the assembler to accept MIPS-3D instructions.
957@samp{-no-mips3d} turns off this option.
958
deec1734
CD
959@item -mdmx
960@itemx -no-mdmx
961Generate code for the MDMX Application Specific Extension.
962This tells the assembler to accept MDMX instructions.
963@samp{-no-mdmx} turns off this option.
964
437ee9d5
TS
965@item --construct-floats
966@itemx --no-construct-floats
967The @samp{--no-construct-floats} option disables the construction of
968double width floating point constants by loading the two halves of the
969value into the two single width floating point registers that make up
970the double width register. By default @samp{--construct-floats} is
971selected, allowing construction of these floating point constants.
252b5132
RH
972
973@cindex emulation
974@item --emulation=@var{name}
a4fb0134 975This option causes @command{@value{AS}} to emulate @command{@value{AS}} configured
252b5132
RH
976for some other target, in all respects, including output format (choosing
977between ELF and ECOFF only), handling of pseudo-opcodes which may generate
978debugging information or store symbol table information, and default
979endianness. The available configuration names are: @samp{mipsecoff},
980@samp{mipself}, @samp{mipslecoff}, @samp{mipsbecoff}, @samp{mipslelf},
981@samp{mipsbelf}. The first two do not alter the default endianness from that
982of the primary target for which the assembler was configured; the others change
983the default to little- or big-endian as indicated by the @samp{b} or @samp{l}
984in the name. Using @samp{-EB} or @samp{-EL} will override the endianness
985selection in any case.
986
987This option is currently supported only when the primary target
437ee9d5 988@command{@value{AS}} is configured for is a @sc{mips} ELF or ECOFF target.
252b5132
RH
989Furthermore, the primary target or others specified with
990@samp{--enable-targets=@dots{}} at configuration time must include support for
991the other format, if both are to be available. For example, the Irix 5
992configuration includes support for both.
993
994Eventually, this option will support more configurations, with more
995fine-grained control over the assembler's behavior, and will be supported for
996more processors.
997
998@item -nocpp
a4fb0134 999@command{@value{AS}} ignores this option. It is accepted for compatibility with
252b5132
RH
1000the native tools.
1001
252b5132
RH
1002@item --trap
1003@itemx --no-trap
1004@itemx --break
1005@itemx --no-break
1006Control how to deal with multiplication overflow and division by zero.
1007@samp{--trap} or @samp{--no-break} (which are synonyms) take a trap exception
1008(and only work for Instruction Set Architecture level 2 and higher);
1009@samp{--break} or @samp{--no-trap} (also synonyms, and the default) take a
1010break exception.
63486801
L
1011
1012@item -n
a4fb0134 1013When this option is used, @command{@value{AS}} will issue a warning every
63486801 1014time it generates a nop instruction from a macro.
252b5132
RH
1015@end table
1016@end ifset
1017
1018@ifset MCORE
1019The following options are available when @value{AS} is configured for
1020an MCore processor.
1021
a4fb0134 1022@table @gcctabopt
252b5132
RH
1023@item -jsri2bsr
1024@itemx -nojsri2bsr
1025Enable or disable the JSRI to BSR transformation. By default this is enabled.
1026The command line option @samp{-nojsri2bsr} can be used to disable it.
1027
1028@item -sifilter
1029@itemx -nosifilter
1030Enable or disable the silicon filter behaviour. By default this is disabled.
a349d9dd 1031The default can be overridden by the @samp{-sifilter} command line option.
252b5132
RH
1032
1033@item -relax
1034Alter jump instructions for long displacements.
1035
ec694b89
NC
1036@item -mcpu=[210|340]
1037Select the cpu type on the target hardware. This controls which instructions
1038can be assembled.
1039
1040@item -EB
1041Assemble for a big endian target.
1042
1043@item -EL
1044Assemble for a little endian target.
252b5132
RH
1045
1046@end table
1047@end ifset
1048
3c3bdf30
NC
1049@ifset MMIX
1050See the info pages for documentation of the MMIX-specific options.
1051@end ifset
1052
e0001a05
NC
1053@ifset XTENSA
1054The following options are available when @value{AS} is configured for
1055an Xtensa processor.
1056
1057@table @gcctabopt
1058@item --density | --no-density
1059Enable or disable use of instructions from the Xtensa code density
1060option. This is enabled by default when the Xtensa processor supports
1061the code density option.
1062
1063@item --relax | --no-relax
1064Enable or disable instruction relaxation. This is enabled by default.
1065Note: In the current implementation, these options also control whether
1066assembler optimizations are performed, making these options equivalent
1067to @option{--generics} and @option{--no-generics}.
1068
1069@item --generics | --no-generics
1070Enable or disable all assembler transformations of Xtensa instructions.
1071The default is @option{--generics};
1072@option{--no-generics} should be used only in the rare cases when the
1073instructions must be exactly as specified in the assembly source.
1074
1075@item --text-section-literals | --no-text-section-literals
1076With @option{--text-@-section-@-literals}, literal pools are interspersed
1077in the text section. The default is
1078@option{--no-@-text-@-section-@-literals}, which places literals in a
1079separate section in the output file.
1080
1081@item --target-align | --no-target-align
1082Enable or disable automatic alignment to reduce branch penalties at the
1083expense of some code density. The default is @option{--target-@-align}.
1084
1085@item --longcalls | --no-longcalls
1086Enable or disable transformation of call instructions to allow calls
1087across a greater range of addresses. The default is
1088@option{--no-@-longcalls}.
1089@end table
1090@end ifset
1091
0285c67d
NC
1092@c man end
1093
252b5132
RH
1094@menu
1095* Manual:: Structure of this Manual
1096* GNU Assembler:: The GNU Assembler
1097* Object Formats:: Object File Formats
1098* Command Line:: Command Line
1099* Input Files:: Input Files
1100* Object:: Output (Object) File
1101* Errors:: Error and Warning Messages
1102@end menu
1103
1104@node Manual
1105@section Structure of this Manual
1106
1107@cindex manual, structure and purpose
1108This manual is intended to describe what you need to know to use
a4fb0134 1109@sc{gnu} @command{@value{AS}}. We cover the syntax expected in source files, including
252b5132 1110notation for symbols, constants, and expressions; the directives that
a4fb0134 1111@command{@value{AS}} understands; and of course how to invoke @command{@value{AS}}.
252b5132
RH
1112
1113@ifclear GENERIC
1114We also cover special features in the @value{TARGET}
a4fb0134 1115configuration of @command{@value{AS}}, including assembler directives.
252b5132
RH
1116@end ifclear
1117@ifset GENERIC
1118This manual also describes some of the machine-dependent features of
1119various flavors of the assembler.
1120@end ifset
1121
1122@cindex machine instructions (not covered)
1123On the other hand, this manual is @emph{not} intended as an introduction
1124to programming in assembly language---let alone programming in general!
1125In a similar vein, we make no attempt to introduce the machine
1126architecture; we do @emph{not} describe the instruction set, standard
1127mnemonics, registers or addressing modes that are standard to a
1128particular architecture.
1129@ifset GENERIC
1130You may want to consult the manufacturer's
1131machine architecture manual for this information.
1132@end ifset
1133@ifclear GENERIC
1134@ifset H8/300
1135For information on the H8/300 machine instruction set, see @cite{H8/300
c2dcd04e
NC
1136Series Programming Manual}. For the H8/300H, see @cite{H8/300H Series
1137Programming Manual} (Renesas).
252b5132
RH
1138@end ifset
1139@ifset H8/500
1140For information on the H8/500 machine instruction set, see @cite{H8/500
c2dcd04e 1141Series Programming Manual} (Renesas M21T001).
252b5132
RH
1142@end ifset
1143@ifset SH
ef230218
JR
1144For information on the Renesas (formerly Hitachi) / SuperH SH machine instruction set,
1145see @cite{SH-Microcomputer User's Manual} (Renesas) or
1146@cite{SH-4 32-bit CPU Core Architecture} (SuperH) and
1147@cite{SuperH (SH) 64-Bit RISC Series} (SuperH).
252b5132
RH
1148@end ifset
1149@ifset Z8000
1150For information on the Z8000 machine instruction set, see @cite{Z8000 CPU Technical Manual}
1151@end ifset
1152@end ifclear
1153
1154@c I think this is premature---doc@cygnus.com, 17jan1991
1155@ignore
1156Throughout this manual, we assume that you are running @dfn{GNU},
1157the portable operating system from the @dfn{Free Software
1158Foundation, Inc.}. This restricts our attention to certain kinds of
1159computer (in particular, the kinds of computers that @sc{gnu} can run on);
1160once this assumption is granted examples and definitions need less
1161qualification.
1162
a4fb0134 1163@command{@value{AS}} is part of a team of programs that turn a high-level
252b5132
RH
1164human-readable series of instructions into a low-level
1165computer-readable series of instructions. Different versions of
a4fb0134 1166@command{@value{AS}} are used for different kinds of computer.
252b5132
RH
1167@end ignore
1168
1169@c There used to be a section "Terminology" here, which defined
1170@c "contents", "byte", "word", and "long". Defining "word" to any
1171@c particular size is confusing when the .word directive may generate 16
1172@c bits on one machine and 32 bits on another; in general, for the user
1173@c version of this manual, none of these terms seem essential to define.
1174@c They were used very little even in the former draft of the manual;
1175@c this draft makes an effort to avoid them (except in names of
1176@c directives).
1177
1178@node GNU Assembler
1179@section The GNU Assembler
1180
0285c67d
NC
1181@c man begin DESCRIPTION
1182
a4fb0134 1183@sc{gnu} @command{as} is really a family of assemblers.
252b5132 1184@ifclear GENERIC
a4fb0134 1185This manual describes @command{@value{AS}}, a member of that family which is
252b5132
RH
1186configured for the @value{TARGET} architectures.
1187@end ifclear
1188If you use (or have used) the @sc{gnu} assembler on one architecture, you
1189should find a fairly similar environment when you use it on another
1190architecture. Each version has much in common with the others,
1191including object file formats, most assembler directives (often called
1192@dfn{pseudo-ops}) and assembler syntax.@refill
1193
1194@cindex purpose of @sc{gnu} assembler
a4fb0134 1195@command{@value{AS}} is primarily intended to assemble the output of the
252b5132 1196@sc{gnu} C compiler @code{@value{GCC}} for use by the linker
a4fb0134 1197@code{@value{LD}}. Nevertheless, we've tried to make @command{@value{AS}}
252b5132
RH
1198assemble correctly everything that other assemblers for the same
1199machine would assemble.
1200@ifset VAX
1201Any exceptions are documented explicitly (@pxref{Machine Dependencies}).
1202@end ifset
1203@ifset M680X0
1204@c This remark should appear in generic version of manual; assumption
1205@c here is that generic version sets M680x0.
a4fb0134 1206This doesn't mean @command{@value{AS}} always uses the same syntax as another
252b5132
RH
1207assembler for the same architecture; for example, we know of several
1208incompatible versions of 680x0 assembly language syntax.
1209@end ifset
1210
0285c67d
NC
1211@c man end
1212
a4fb0134 1213Unlike older assemblers, @command{@value{AS}} is designed to assemble a source
252b5132
RH
1214program in one pass of the source file. This has a subtle impact on the
1215@kbd{.org} directive (@pxref{Org,,@code{.org}}).
1216
1217@node Object Formats
1218@section Object File Formats
1219
1220@cindex object file format
1221The @sc{gnu} assembler can be configured to produce several alternative
1222object file formats. For the most part, this does not affect how you
1223write assembly language programs; but directives for debugging symbols
1224are typically different in different file formats. @xref{Symbol
1225Attributes,,Symbol Attributes}.
1226@ifclear GENERIC
1227@ifclear MULTI-OBJ
c1253627 1228For the @value{TARGET} target, @command{@value{AS}} is configured to produce
252b5132
RH
1229@value{OBJ-NAME} format object files.
1230@end ifclear
1231@c The following should exhaust all configs that set MULTI-OBJ, ideally
1232@ifset A29K
a4fb0134 1233On the @value{TARGET}, @command{@value{AS}} can be configured to produce either
252b5132
RH
1234@code{a.out} or COFF format object files.
1235@end ifset
1236@ifset I960
a4fb0134 1237On the @value{TARGET}, @command{@value{AS}} can be configured to produce either
252b5132
RH
1238@code{b.out} or COFF format object files.
1239@end ifset
1240@ifset HPPA
a4fb0134 1241On the @value{TARGET}, @command{@value{AS}} can be configured to produce either
252b5132
RH
1242SOM or ELF format object files.
1243@end ifset
1244@end ifclear
1245
1246@node Command Line
1247@section Command Line
1248
1249@cindex command line conventions
0285c67d 1250
a4fb0134 1251After the program name @command{@value{AS}}, the command line may contain
252b5132
RH
1252options and file names. Options may appear in any order, and may be
1253before, after, or between file names. The order of file names is
1254significant.
1255
1256@cindex standard input, as input file
1257@kindex --
1258@file{--} (two hyphens) by itself names the standard input file
a4fb0134 1259explicitly, as one of the files for @command{@value{AS}} to assemble.
252b5132
RH
1260
1261@cindex options, command line
1262Except for @samp{--} any command line argument that begins with a
1263hyphen (@samp{-}) is an option. Each option changes the behavior of
a4fb0134 1264@command{@value{AS}}. No option changes the way another option works. An
252b5132
RH
1265option is a @samp{-} followed by one or more letters; the case of
1266the letter is important. All options are optional.
1267
1268Some options expect exactly one file name to follow them. The file
1269name may either immediately follow the option's letter (compatible
1270with older assemblers) or it may be the next command argument (@sc{gnu}
1271standard). These two command lines are equivalent:
1272
1273@smallexample
1274@value{AS} -o my-object-file.o mumble.s
1275@value{AS} -omy-object-file.o mumble.s
1276@end smallexample
1277
1278@node Input Files
1279@section Input Files
1280
1281@cindex input
1282@cindex source program
1283@cindex files, input
1284We use the phrase @dfn{source program}, abbreviated @dfn{source}, to
a4fb0134 1285describe the program input to one run of @command{@value{AS}}. The program may
252b5132
RH
1286be in one or more files; how the source is partitioned into files
1287doesn't change the meaning of the source.
1288
1289@c I added "con" prefix to "catenation" just to prove I can overcome my
1290@c APL training... doc@cygnus.com
1291The source program is a concatenation of the text in all the files, in the
1292order specified.
1293
0285c67d 1294@c man begin DESCRIPTION
a4fb0134 1295Each time you run @command{@value{AS}} it assembles exactly one source
252b5132
RH
1296program. The source program is made up of one or more files.
1297(The standard input is also a file.)
1298
a4fb0134 1299You give @command{@value{AS}} a command line that has zero or more input file
252b5132
RH
1300names. The input files are read (from left file name to right). A
1301command line argument (in any position) that has no special meaning
1302is taken to be an input file name.
1303
a4fb0134
SC
1304If you give @command{@value{AS}} no file names it attempts to read one input file
1305from the @command{@value{AS}} standard input, which is normally your terminal. You
1306may have to type @key{ctl-D} to tell @command{@value{AS}} there is no more program
252b5132
RH
1307to assemble.
1308
1309Use @samp{--} if you need to explicitly name the standard input file
1310in your command line.
1311
a4fb0134 1312If the source is empty, @command{@value{AS}} produces a small, empty object
252b5132
RH
1313file.
1314
0285c67d
NC
1315@c man end
1316
252b5132
RH
1317@subheading Filenames and Line-numbers
1318
1319@cindex input file linenumbers
1320@cindex line numbers, in input files
1321There are two ways of locating a line in the input file (or files) and
1322either may be used in reporting error messages. One way refers to a line
1323number in a physical file; the other refers to a line number in a
1324``logical'' file. @xref{Errors, ,Error and Warning Messages}.
1325
1326@dfn{Physical files} are those files named in the command line given
a4fb0134 1327to @command{@value{AS}}.
252b5132
RH
1328
1329@dfn{Logical files} are simply names declared explicitly by assembler
1330directives; they bear no relation to physical files. Logical file names help
a4fb0134
SC
1331error messages reflect the original source file, when @command{@value{AS}} source
1332is itself synthesized from other files. @command{@value{AS}} understands the
252b5132
RH
1333@samp{#} directives emitted by the @code{@value{GCC}} preprocessor. See also
1334@ref{File,,@code{.file}}.
1335
1336@node Object
1337@section Output (Object) File
1338
1339@cindex object file
1340@cindex output file
1341@kindex a.out
1342@kindex .o
a4fb0134 1343Every time you run @command{@value{AS}} it produces an output file, which is
252b5132
RH
1344your assembly language program translated into numbers. This file
1345is the object file. Its default name is
1346@ifclear BOUT
1347@code{a.out}.
1348@end ifclear
1349@ifset BOUT
1350@ifset GENERIC
1351@code{a.out}, or
1352@end ifset
a4fb0134 1353@code{b.out} when @command{@value{AS}} is configured for the Intel 80960.
252b5132 1354@end ifset
a4fb0134 1355You can give it another name by using the @option{-o} option. Conventionally,
252b5132
RH
1356object file names end with @file{.o}. The default name is used for historical
1357reasons: older assemblers were capable of assembling self-contained programs
1358directly into a runnable program. (For some formats, this isn't currently
1359possible, but it can be done for the @code{a.out} format.)
1360
1361@cindex linker
1362@kindex ld
1363The object file is meant for input to the linker @code{@value{LD}}. It contains
1364assembled program code, information to help @code{@value{LD}} integrate
1365the assembled program into a runnable file, and (optionally) symbolic
1366information for the debugger.
1367
1368@c link above to some info file(s) like the description of a.out.
1369@c don't forget to describe @sc{gnu} info as well as Unix lossage.
1370
1371@node Errors
1372@section Error and Warning Messages
1373
0285c67d
NC
1374@c man begin DESCRIPTION
1375
a349d9dd 1376@cindex error messages
252b5132
RH
1377@cindex warning messages
1378@cindex messages from assembler
a4fb0134 1379@command{@value{AS}} may write warnings and error messages to the standard error
252b5132 1380file (usually your terminal). This should not happen when a compiler
a4fb0134
SC
1381runs @command{@value{AS}} automatically. Warnings report an assumption made so
1382that @command{@value{AS}} could keep assembling a flawed program; errors report a
252b5132
RH
1383grave problem that stops the assembly.
1384
0285c67d
NC
1385@c man end
1386
252b5132
RH
1387@cindex format of warning messages
1388Warning messages have the format
1389
1390@smallexample
1391file_name:@b{NNN}:Warning Message Text
1392@end smallexample
1393
1394@noindent
1395@cindex line numbers, in warnings/errors
1396(where @b{NNN} is a line number). If a logical file name has been given
1397(@pxref{File,,@code{.file}}) it is used for the filename, otherwise the name of
1398the current input file is used. If a logical line number was given
1399@ifset GENERIC
1400(@pxref{Line,,@code{.line}})
1401@end ifset
1402@ifclear GENERIC
1403@ifclear A29K
1404(@pxref{Line,,@code{.line}})
1405@end ifclear
1406@ifset A29K
1407(@pxref{Ln,,@code{.ln}})
1408@end ifset
1409@end ifclear
1410then it is used to calculate the number printed,
1411otherwise the actual line in the current source file is printed. The
1412message text is intended to be self explanatory (in the grand Unix
1413tradition).
1414
1415@cindex format of error messages
1416Error messages have the format
1417@smallexample
1418file_name:@b{NNN}:FATAL:Error Message Text
1419@end smallexample
1420The file name and line number are derived as for warning
1421messages. The actual message text may be rather less explanatory
1422because many of them aren't supposed to happen.
1423
1424@node Invoking
1425@chapter Command-Line Options
1426
1427@cindex options, all versions of assembler
1428This chapter describes command-line options available in @emph{all}
1429versions of the @sc{gnu} assembler; @pxref{Machine Dependencies}, for options specific
1430@ifclear GENERIC
c1253627 1431to the @value{TARGET} target.
252b5132
RH
1432@end ifclear
1433@ifset GENERIC
1434to particular machine architectures.
1435@end ifset
1436
0285c67d
NC
1437@c man begin DESCRIPTION
1438
c1253627 1439If you are invoking @command{@value{AS}} via the @sc{gnu} C compiler,
252b5132
RH
1440you can use the @samp{-Wa} option to pass arguments through to the assembler.
1441The assembler arguments must be separated from each other (and the @samp{-Wa})
1442by commas. For example:
1443
1444@smallexample
1445gcc -c -g -O -Wa,-alh,-L file.c
1446@end smallexample
1447
1448@noindent
1449This passes two options to the assembler: @samp{-alh} (emit a listing to
5f5e16be 1450standard output with high-level and assembly source) and @samp{-L} (retain
252b5132
RH
1451local symbols in the symbol table).
1452
1453Usually you do not need to use this @samp{-Wa} mechanism, since many compiler
1454command-line options are automatically passed to the assembler by the compiler.
1455(You can call the @sc{gnu} compiler driver with the @samp{-v} option to see
1456precisely what options it passes to each compilation pass, including the
1457assembler.)
1458
0285c67d
NC
1459@c man end
1460
252b5132
RH
1461@menu
1462* a:: -a[cdhlns] enable listings
caa32fe5 1463* alternate:: --alternate enable alternate macro syntax
252b5132
RH
1464* D:: -D for compatibility
1465* f:: -f to work faster
1466* I:: -I for .include search path
1467@ifclear DIFF-TBL-KLUGE
1468* K:: -K for compatibility
1469@end ifclear
1470@ifset DIFF-TBL-KLUGE
1471* K:: -K for difference tables
1472@end ifset
1473
1474* L:: -L to retain local labels
c3a27914 1475* listing:: --listing-XXX to configure listing output
252b5132
RH
1476* M:: -M or --mri to assemble in MRI compatibility mode
1477* MD:: --MD for dependency tracking
1478* o:: -o to name the object file
1479* R:: -R to join data and text sections
1480* statistics:: --statistics to see statistics about assembly
1481* traditional-format:: --traditional-format for compatible output
1482* v:: -v to announce version
2bdd6cf5 1483* W:: -W, --no-warn, --warn, --fatal-warnings to control warnings
252b5132
RH
1484* Z:: -Z to make object file even after errors
1485@end menu
1486
1487@node a
a4fb0134 1488@section Enable Listings: @option{-a[cdhlns]}
252b5132
RH
1489
1490@kindex -a
1491@kindex -ac
1492@kindex -ad
1493@kindex -ah
1494@kindex -al
1495@kindex -an
1496@kindex -as
1497@cindex listings, enabling
1498@cindex assembly listings, enabling
1499
1500These options enable listing output from the assembler. By itself,
1501@samp{-a} requests high-level, assembly, and symbols listing.
1502You can use other letters to select specific options for the list:
1503@samp{-ah} requests a high-level language listing,
1504@samp{-al} requests an output-program assembly listing, and
1505@samp{-as} requests a symbol table listing.
1506High-level listings require that a compiler debugging option like
1507@samp{-g} be used, and that assembly listings (@samp{-al}) be requested
1508also.
1509
1510Use the @samp{-ac} option to omit false conditionals from a listing. Any lines
1511which are not assembled because of a false @code{.if} (or @code{.ifdef}, or any
1512other conditional), or a true @code{.if} followed by an @code{.else}, will be
1513omitted from the listing.
1514
1515Use the @samp{-ad} option to omit debugging directives from the
1516listing.
1517
1518Once you have specified one of these options, you can further control
1519listing output and its appearance using the directives @code{.list},
1520@code{.nolist}, @code{.psize}, @code{.eject}, @code{.title}, and
1521@code{.sbttl}.
1522The @samp{-an} option turns off all forms processing.
1523If you do not request listing output with one of the @samp{-a} options, the
1524listing-control directives have no effect.
1525
1526The letters after @samp{-a} may be combined into one option,
1527@emph{e.g.}, @samp{-aln}.
1528
c3a27914
NC
1529Note if the assembler source is coming from the standard input (eg because it
1530is being created by @code{@value{GCC}} and the @samp{-pipe} command line switch
1531is being used) then the listing will not contain any comments or preprocessor
1532directives. This is because the listing code buffers input source lines from
1533stdin only after they have been preprocessed by the assembler. This reduces
1534memory usage and makes the code more efficient.
1535
caa32fe5
NC
1536@node alternate
1537@section @option{--alternate}
1538
1539@kindex --alternate
1540Begin in alternate macro mode, see @ref{Altmacro,,@code{.altmacro}}.
1541
252b5132 1542@node D
a4fb0134 1543@section @option{-D}
252b5132
RH
1544
1545@kindex -D
1546This option has no effect whatsoever, but it is accepted to make it more
1547likely that scripts written for other assemblers also work with
a4fb0134 1548@command{@value{AS}}.
252b5132
RH
1549
1550@node f
a4fb0134 1551@section Work Faster: @option{-f}
252b5132
RH
1552
1553@kindex -f
1554@cindex trusted compiler
a4fb0134 1555@cindex faster processing (@option{-f})
252b5132
RH
1556@samp{-f} should only be used when assembling programs written by a
1557(trusted) compiler. @samp{-f} stops the assembler from doing whitespace
1558and comment preprocessing on
1559the input file(s) before assembling them. @xref{Preprocessing,
1560,Preprocessing}.
1561
1562@quotation
1563@emph{Warning:} if you use @samp{-f} when the files actually need to be
a4fb0134 1564preprocessed (if they contain comments, for example), @command{@value{AS}} does
252b5132
RH
1565not work correctly.
1566@end quotation
1567
1568@node I
c1253627 1569@section @code{.include} Search Path: @option{-I} @var{path}
252b5132
RH
1570
1571@kindex -I @var{path}
1572@cindex paths for @code{.include}
1573@cindex search path for @code{.include}
1574@cindex @code{include} directive search path
1575Use this option to add a @var{path} to the list of directories
a4fb0134
SC
1576@command{@value{AS}} searches for files specified in @code{.include}
1577directives (@pxref{Include,,@code{.include}}). You may use @option{-I} as
252b5132 1578many times as necessary to include a variety of paths. The current
a4fb0134 1579working directory is always searched first; after that, @command{@value{AS}}
252b5132
RH
1580searches any @samp{-I} directories in the same order as they were
1581specified (left to right) on the command line.
1582
1583@node K
a4fb0134 1584@section Difference Tables: @option{-K}
252b5132
RH
1585
1586@kindex -K
1587@ifclear DIFF-TBL-KLUGE
1588On the @value{TARGET} family, this option is allowed, but has no effect. It is
1589permitted for compatibility with the @sc{gnu} assembler on other platforms,
1590where it can be used to warn when the assembler alters the machine code
1591generated for @samp{.word} directives in difference tables. The @value{TARGET}
1592family does not have the addressing limitations that sometimes lead to this
1593alteration on other platforms.
1594@end ifclear
1595
1596@ifset DIFF-TBL-KLUGE
1597@cindex difference tables, warning
1598@cindex warning for altered difference tables
a4fb0134 1599@command{@value{AS}} sometimes alters the code emitted for directives of the form
252b5132
RH
1600@samp{.word @var{sym1}-@var{sym2}}; @pxref{Word,,@code{.word}}.
1601You can use the @samp{-K} option if you want a warning issued when this
1602is done.
1603@end ifset
1604
1605@node L
a4fb0134 1606@section Include Local Labels: @option{-L}
252b5132
RH
1607
1608@kindex -L
1609@cindex local labels, retaining in output
1610Labels beginning with @samp{L} (upper case only) are called @dfn{local
1611labels}. @xref{Symbol Names}. Normally you do not see such labels when
1612debugging, because they are intended for the use of programs (like
1613compilers) that compose assembler programs, not for your notice.
a4fb0134 1614Normally both @command{@value{AS}} and @code{@value{LD}} discard such labels, so you do not
252b5132
RH
1615normally debug with them.
1616
a4fb0134 1617This option tells @command{@value{AS}} to retain those @samp{L@dots{}} symbols
252b5132
RH
1618in the object file. Usually if you do this you also tell the linker
1619@code{@value{LD}} to preserve symbols whose names begin with @samp{L}.
1620
1621By default, a local label is any label beginning with @samp{L}, but each
1622target is allowed to redefine the local label prefix.
1623@ifset HPPA
1624On the HPPA local labels begin with @samp{L$}.
1625@end ifset
252b5132 1626
c3a27914 1627@node listing
a4fb0134 1628@section Configuring listing output: @option{--listing}
c3a27914
NC
1629
1630The listing feature of the assembler can be enabled via the command line switch
1631@samp{-a} (@pxref{a}). This feature combines the input source file(s) with a
1632hex dump of the corresponding locations in the output object file, and displays
1633them as a listing file. The format of this listing can be controlled by pseudo
1634ops inside the assembler source (@pxref{List} @pxref{Title} @pxref{Sbttl}
1635@pxref{Psize} @pxref{Eject}) and also by the following switches:
1636
a4fb0134 1637@table @gcctabopt
c3a27914
NC
1638@item --listing-lhs-width=@samp{number}
1639@kindex --listing-lhs-width
1640@cindex Width of first line disassembly output
1641Sets the maximum width, in words, of the first line of the hex byte dump. This
1642dump appears on the left hand side of the listing output.
1643
1644@item --listing-lhs-width2=@samp{number}
1645@kindex --listing-lhs-width2
1646@cindex Width of continuation lines of disassembly output
1647Sets the maximum width, in words, of any further lines of the hex byte dump for
8dfa0188 1648a given input source line. If this value is not specified, it defaults to being
c3a27914
NC
1649the same as the value specified for @samp{--listing-lhs-width}. If neither
1650switch is used the default is to one.
1651
1652@item --listing-rhs-width=@samp{number}
1653@kindex --listing-rhs-width
1654@cindex Width of source line output
1655Sets the maximum width, in characters, of the source line that is displayed
1656alongside the hex dump. The default value for this parameter is 100. The
1657source line is displayed on the right hand side of the listing output.
1658
1659@item --listing-cont-lines=@samp{number}
1660@kindex --listing-cont-lines
1661@cindex Maximum number of continuation lines
1662Sets the maximum number of continuation lines of hex dump that will be
1663displayed for a given single line of source input. The default value is 4.
1664@end table
1665
252b5132 1666@node M
a4fb0134 1667@section Assemble in MRI Compatibility Mode: @option{-M}
252b5132
RH
1668
1669@kindex -M
1670@cindex MRI compatibility mode
a4fb0134
SC
1671The @option{-M} or @option{--mri} option selects MRI compatibility mode. This
1672changes the syntax and pseudo-op handling of @command{@value{AS}} to make it
252b5132
RH
1673compatible with the @code{ASM68K} or the @code{ASM960} (depending upon the
1674configured target) assembler from Microtec Research. The exact nature of the
1675MRI syntax will not be documented here; see the MRI manuals for more
1676information. Note in particular that the handling of macros and macro
1677arguments is somewhat different. The purpose of this option is to permit
a4fb0134 1678assembling existing MRI assembler code using @command{@value{AS}}.
252b5132
RH
1679
1680The MRI compatibility is not complete. Certain operations of the MRI assembler
1681depend upon its object file format, and can not be supported using other object
1682file formats. Supporting these would require enhancing each object file format
1683individually. These are:
1684
1685@itemize @bullet
1686@item global symbols in common section
1687
1688The m68k MRI assembler supports common sections which are merged by the linker.
a4fb0134 1689Other object file formats do not support this. @command{@value{AS}} handles
252b5132
RH
1690common sections by treating them as a single common symbol. It permits local
1691symbols to be defined within a common section, but it can not support global
1692symbols, since it has no way to describe them.
1693
1694@item complex relocations
1695
1696The MRI assemblers support relocations against a negated section address, and
1697relocations which combine the start addresses of two or more sections. These
1698are not support by other object file formats.
1699
1700@item @code{END} pseudo-op specifying start address
1701
1702The MRI @code{END} pseudo-op permits the specification of a start address.
1703This is not supported by other object file formats. The start address may
a4fb0134 1704instead be specified using the @option{-e} option to the linker, or in a linker
252b5132
RH
1705script.
1706
1707@item @code{IDNT}, @code{.ident} and @code{NAME} pseudo-ops
1708
1709The MRI @code{IDNT}, @code{.ident} and @code{NAME} pseudo-ops assign a module
1710name to the output file. This is not supported by other object file formats.
1711
1712@item @code{ORG} pseudo-op
1713
1714The m68k MRI @code{ORG} pseudo-op begins an absolute section at a given
a4fb0134 1715address. This differs from the usual @command{@value{AS}} @code{.org} pseudo-op,
252b5132
RH
1716which changes the location within the current section. Absolute sections are
1717not supported by other object file formats. The address of a section may be
1718assigned within a linker script.
1719@end itemize
1720
1721There are some other features of the MRI assembler which are not supported by
a4fb0134 1722@command{@value{AS}}, typically either because they are difficult or because they
252b5132
RH
1723seem of little consequence. Some of these may be supported in future releases.
1724
1725@itemize @bullet
1726
1727@item EBCDIC strings
1728
1729EBCDIC strings are not supported.
1730
1731@item packed binary coded decimal
1732
1733Packed binary coded decimal is not supported. This means that the @code{DC.P}
1734and @code{DCB.P} pseudo-ops are not supported.
1735
1736@item @code{FEQU} pseudo-op
1737
1738The m68k @code{FEQU} pseudo-op is not supported.
1739
1740@item @code{NOOBJ} pseudo-op
1741
1742The m68k @code{NOOBJ} pseudo-op is not supported.
1743
1744@item @code{OPT} branch control options
1745
1746The m68k @code{OPT} branch control options---@code{B}, @code{BRS}, @code{BRB},
a4fb0134 1747@code{BRL}, and @code{BRW}---are ignored. @command{@value{AS}} automatically
252b5132
RH
1748relaxes all branches, whether forward or backward, to an appropriate size, so
1749these options serve no purpose.
1750
1751@item @code{OPT} list control options
1752
1753The following m68k @code{OPT} list control options are ignored: @code{C},
1754@code{CEX}, @code{CL}, @code{CRE}, @code{E}, @code{G}, @code{I}, @code{M},
1755@code{MEX}, @code{MC}, @code{MD}, @code{X}.
1756
1757@item other @code{OPT} options
1758
1759The following m68k @code{OPT} options are ignored: @code{NEST}, @code{O},
1760@code{OLD}, @code{OP}, @code{P}, @code{PCO}, @code{PCR}, @code{PCS}, @code{R}.
1761
1762@item @code{OPT} @code{D} option is default
1763
1764The m68k @code{OPT} @code{D} option is the default, unlike the MRI assembler.
1765@code{OPT NOD} may be used to turn it off.
1766
1767@item @code{XREF} pseudo-op.
1768
1769The m68k @code{XREF} pseudo-op is ignored.
1770
1771@item @code{.debug} pseudo-op
1772
1773The i960 @code{.debug} pseudo-op is not supported.
1774
1775@item @code{.extended} pseudo-op
1776
1777The i960 @code{.extended} pseudo-op is not supported.
1778
1779@item @code{.list} pseudo-op.
1780
1781The various options of the i960 @code{.list} pseudo-op are not supported.
1782
1783@item @code{.optimize} pseudo-op
1784
1785The i960 @code{.optimize} pseudo-op is not supported.
1786
1787@item @code{.output} pseudo-op
1788
1789The i960 @code{.output} pseudo-op is not supported.
1790
1791@item @code{.setreal} pseudo-op
1792
1793The i960 @code{.setreal} pseudo-op is not supported.
1794
1795@end itemize
1796
1797@node MD
c1253627 1798@section Dependency Tracking: @option{--MD}
252b5132
RH
1799
1800@kindex --MD
1801@cindex dependency tracking
1802@cindex make rules
1803
a4fb0134 1804@command{@value{AS}} can generate a dependency file for the file it creates. This
252b5132
RH
1805file consists of a single rule suitable for @code{make} describing the
1806dependencies of the main source file.
1807
1808The rule is written to the file named in its argument.
1809
1810This feature is used in the automatic updating of makefiles.
1811
1812@node o
a4fb0134 1813@section Name the Object File: @option{-o}
252b5132
RH
1814
1815@kindex -o
1816@cindex naming object file
1817@cindex object file name
a4fb0134 1818There is always one object file output when you run @command{@value{AS}}. By
252b5132
RH
1819default it has the name
1820@ifset GENERIC
1821@ifset I960
1822@file{a.out} (or @file{b.out}, for Intel 960 targets only).
1823@end ifset
1824@ifclear I960
1825@file{a.out}.
1826@end ifclear
1827@end ifset
1828@ifclear GENERIC
1829@ifset I960
1830@file{b.out}.
1831@end ifset
1832@ifclear I960
1833@file{a.out}.
1834@end ifclear
1835@end ifclear
1836You use this option (which takes exactly one filename) to give the
1837object file a different name.
1838
a4fb0134 1839Whatever the object file is called, @command{@value{AS}} overwrites any
252b5132
RH
1840existing file of the same name.
1841
1842@node R
a4fb0134 1843@section Join Data and Text Sections: @option{-R}
252b5132
RH
1844
1845@kindex -R
1846@cindex data and text sections, joining
1847@cindex text and data sections, joining
1848@cindex joining text and data sections
1849@cindex merging text and data sections
a4fb0134 1850@option{-R} tells @command{@value{AS}} to write the object file as if all
252b5132
RH
1851data-section data lives in the text section. This is only done at
1852the very last moment: your binary data are the same, but data
1853section parts are relocated differently. The data section part of
1854your object file is zero bytes long because all its bytes are
1855appended to the text section. (@xref{Sections,,Sections and Relocation}.)
1856
a4fb0134 1857When you specify @option{-R} it would be possible to generate shorter
252b5132
RH
1858address displacements (because we do not have to cross between text and
1859data section). We refrain from doing this simply for compatibility with
a4fb0134 1860older versions of @command{@value{AS}}. In future, @option{-R} may work this way.
252b5132 1861
c1253627
NC
1862@ifset COFF-ELF
1863When @command{@value{AS}} is configured for COFF or ELF output,
252b5132
RH
1864this option is only useful if you use sections named @samp{.text} and
1865@samp{.data}.
1866@end ifset
1867
1868@ifset HPPA
a4fb0134
SC
1869@option{-R} is not supported for any of the HPPA targets. Using
1870@option{-R} generates a warning from @command{@value{AS}}.
252b5132
RH
1871@end ifset
1872
1873@node statistics
a4fb0134 1874@section Display Assembly Statistics: @option{--statistics}
252b5132
RH
1875
1876@kindex --statistics
1877@cindex statistics, about assembly
1878@cindex time, total for assembly
1879@cindex space used, maximum for assembly
1880Use @samp{--statistics} to display two statistics about the resources used by
a4fb0134 1881@command{@value{AS}}: the maximum amount of space allocated during the assembly
252b5132
RH
1882(in bytes), and the total execution time taken for the assembly (in @sc{cpu}
1883seconds).
1884
1885@node traditional-format
c1253627 1886@section Compatible Output: @option{--traditional-format}
252b5132
RH
1887
1888@kindex --traditional-format
a4fb0134 1889For some targets, the output of @command{@value{AS}} is different in some ways
252b5132 1890from the output of some existing assembler. This switch requests
a4fb0134 1891@command{@value{AS}} to use the traditional format instead.
252b5132
RH
1892
1893For example, it disables the exception frame optimizations which
a4fb0134 1894@command{@value{AS}} normally does by default on @code{@value{GCC}} output.
252b5132
RH
1895
1896@node v
a4fb0134 1897@section Announce Version: @option{-v}
252b5132
RH
1898
1899@kindex -v
1900@kindex -version
1901@cindex assembler version
1902@cindex version of assembler
1903You can find out what version of as is running by including the
1904option @samp{-v} (which you can also spell as @samp{-version}) on the
1905command line.
1906
1907@node W
a4fb0134 1908@section Control Warnings: @option{-W}, @option{--warn}, @option{--no-warn}, @option{--fatal-warnings}
252b5132 1909
a4fb0134 1910@command{@value{AS}} should never give a warning or error message when
252b5132 1911assembling compiler output. But programs written by people often
a4fb0134 1912cause @command{@value{AS}} to give a warning that a particular assumption was
252b5132 1913made. All such warnings are directed to the standard error file.
2bdd6cf5 1914
c1253627
NC
1915@kindex -W
1916@kindex --no-warn
2bdd6cf5
GK
1917@cindex suppressing warnings
1918@cindex warnings, suppressing
a4fb0134 1919If you use the @option{-W} and @option{--no-warn} options, no warnings are issued.
2bdd6cf5 1920This only affects the warning messages: it does not change any particular of
a4fb0134 1921how @command{@value{AS}} assembles your file. Errors, which stop the assembly,
2bdd6cf5
GK
1922are still reported.
1923
c1253627 1924@kindex --fatal-warnings
2bdd6cf5
GK
1925@cindex errors, caused by warnings
1926@cindex warnings, causing error
a4fb0134 1927If you use the @option{--fatal-warnings} option, @command{@value{AS}} considers
2bdd6cf5
GK
1928files that generate warnings to be in error.
1929
c1253627 1930@kindex --warn
2bdd6cf5 1931@cindex warnings, switching on
a4fb0134 1932You can switch these options off again by specifying @option{--warn}, which
2bdd6cf5 1933causes warnings to be output as usual.
252b5132
RH
1934
1935@node Z
a4fb0134 1936@section Generate Object File in Spite of Errors: @option{-Z}
252b5132
RH
1937@cindex object file, after errors
1938@cindex errors, continuing after
a4fb0134 1939After an error message, @command{@value{AS}} normally produces no output. If for
252b5132 1940some reason you are interested in object file output even after
a4fb0134
SC
1941@command{@value{AS}} gives an error message on your program, use the @samp{-Z}
1942option. If there are any errors, @command{@value{AS}} continues anyways, and
252b5132
RH
1943writes an object file after a final warning message of the form @samp{@var{n}
1944errors, @var{m} warnings, generating bad object file.}
1945
1946@node Syntax
1947@chapter Syntax
1948
1949@cindex machine-independent syntax
1950@cindex syntax, machine-independent
1951This chapter describes the machine-independent syntax allowed in a
a4fb0134 1952source file. @command{@value{AS}} syntax is similar to what many other
252b5132
RH
1953assemblers use; it is inspired by the BSD 4.2
1954@ifclear VAX
1955assembler.
1956@end ifclear
1957@ifset VAX
a4fb0134 1958assembler, except that @command{@value{AS}} does not assemble Vax bit-fields.
252b5132
RH
1959@end ifset
1960
1961@menu
1962* Preprocessing:: Preprocessing
1963* Whitespace:: Whitespace
1964* Comments:: Comments
1965* Symbol Intro:: Symbols
1966* Statements:: Statements
1967* Constants:: Constants
1968@end menu
1969
1970@node Preprocessing
1971@section Preprocessing
1972
1973@cindex preprocessing
a4fb0134 1974The @command{@value{AS}} internal preprocessor:
252b5132
RH
1975@itemize @bullet
1976@cindex whitespace, removed by preprocessor
1977@item
1978adjusts and removes extra whitespace. It leaves one space or tab before
1979the keywords on a line, and turns any other whitespace on the line into
1980a single space.
1981
1982@cindex comments, removed by preprocessor
1983@item
1984removes all comments, replacing them with a single space, or an
1985appropriate number of newlines.
1986
1987@cindex constants, converted by preprocessor
1988@item
1989converts character constants into the appropriate numeric values.
1990@end itemize
1991
1992It does not do macro processing, include file handling, or
1993anything else you may get from your C compiler's preprocessor. You can
1994do include file processing with the @code{.include} directive
1995(@pxref{Include,,@code{.include}}). You can use the @sc{gnu} C compiler driver
c1253627 1996to get other ``CPP'' style preprocessing by giving the input file a
252b5132
RH
1997@samp{.S} suffix. @xref{Overall Options,, Options Controlling the Kind of
1998Output, gcc.info, Using GNU CC}.
1999
2000Excess whitespace, comments, and character constants
2001cannot be used in the portions of the input text that are not
2002preprocessed.
2003
2004@cindex turning preprocessing on and off
2005@cindex preprocessing, turning on and off
2006@kindex #NO_APP
2007@kindex #APP
2008If the first line of an input file is @code{#NO_APP} or if you use the
2009@samp{-f} option, whitespace and comments are not removed from the input file.
2010Within an input file, you can ask for whitespace and comment removal in
2011specific portions of the by putting a line that says @code{#APP} before the
2012text that may contain whitespace or comments, and putting a line that says
2013@code{#NO_APP} after this text. This feature is mainly intend to support
2014@code{asm} statements in compilers whose output is otherwise free of comments
2015and whitespace.
2016
2017@node Whitespace
2018@section Whitespace
2019
2020@cindex whitespace
2021@dfn{Whitespace} is one or more blanks or tabs, in any order.
2022Whitespace is used to separate symbols, and to make programs neater for
2023people to read. Unless within character constants
2024(@pxref{Characters,,Character Constants}), any whitespace means the same
2025as exactly one space.
2026
2027@node Comments
2028@section Comments
2029
2030@cindex comments
a4fb0134 2031There are two ways of rendering comments to @command{@value{AS}}. In both
252b5132
RH
2032cases the comment is equivalent to one space.
2033
2034Anything from @samp{/*} through the next @samp{*/} is a comment.
2035This means you may not nest these comments.
2036
2037@smallexample
2038/*
2039 The only way to include a newline ('\n') in a comment
2040 is to use this sort of comment.
2041*/
2042
2043/* This sort of comment does not nest. */
2044@end smallexample
2045
2046@cindex line comment character
2047Anything from the @dfn{line comment} character to the next newline
2048is considered a comment and is ignored. The line comment character is
2049@ifset A29K
2050@samp{;} for the AMD 29K family;
2051@end ifset
2052@ifset ARC
2053@samp{;} on the ARC;
2054@end ifset
550262c4
NC
2055@ifset ARM
2056@samp{@@} on the ARM;
2057@end ifset
252b5132
RH
2058@ifset H8/300
2059@samp{;} for the H8/300 family;
2060@end ifset
2061@ifset H8/500
2062@samp{!} for the H8/500 family;
2063@end ifset
2064@ifset HPPA
2065@samp{;} for the HPPA;
2066@end ifset
55b62671
AJ
2067@ifset I80386
2068@samp{#} on the i386 and x86-64;
2069@end ifset
252b5132
RH
2070@ifset I960
2071@samp{#} on the i960;
2072@end ifset
e135f41b
NC
2073@ifset PDP11
2074@samp{;} for the PDP-11;
2075@end ifset
041dd5a9
ILT
2076@ifset PJ
2077@samp{;} for picoJava;
2078@end ifset
418c1742 2079@ifset PPC
3fb9d77f 2080@samp{#} for Motorola PowerPC;
418c1742 2081@end ifset
252b5132 2082@ifset SH
ef230218 2083@samp{!} for the Renesas / SuperH SH;
252b5132
RH
2084@end ifset
2085@ifset SPARC
2086@samp{!} on the SPARC;
2087@end ifset
a40cbfa3
NC
2088@ifset IP2K
2089@samp{#} on the ip2k;
2090@end ifset
252b5132
RH
2091@ifset M32R
2092@samp{#} on the m32r;
2093@end ifset
2094@ifset M680X0
2095@samp{|} on the 680x0;
2096@end ifset
60bcf0fa
NC
2097@ifset M68HC11
2098@samp{#} on the 68HC11 and 68HC12;
2099@end ifset
81b0b3f1
BE
2100@ifset M880X0
2101@samp{;} on the M880x0;
2102@end ifset
252b5132
RH
2103@ifset VAX
2104@samp{#} on the Vax;
2105@end ifset
2106@ifset Z8000
2107@samp{!} for the Z8000;
2108@end ifset
2109@ifset V850
2110@samp{#} on the V850;
2111@end ifset
e0001a05
NC
2112@ifset XTENSA
2113@samp{#} for Xtensa systems;
2114@end ifset
252b5132 2115see @ref{Machine Dependencies}. @refill
81b0b3f1 2116@c FIXME What about i860?
252b5132
RH
2117
2118@ifset GENERIC
2119On some machines there are two different line comment characters. One
2120character only begins a comment if it is the first non-whitespace character on
2121a line, while the other always begins a comment.
2122@end ifset
2123
2124@ifset V850
2125The V850 assembler also supports a double dash as starting a comment that
2126extends to the end of the line.
2127
2128@samp{--};
2129@end ifset
2130
2131@kindex #
2132@cindex lines starting with @code{#}
2133@cindex logical line numbers
2134To be compatible with past assemblers, lines that begin with @samp{#} have a
2135special interpretation. Following the @samp{#} should be an absolute
2136expression (@pxref{Expressions}): the logical line number of the @emph{next}
2137line. Then a string (@pxref{Strings,, Strings}) is allowed: if present it is a
2138new logical file name. The rest of the line, if any, should be whitespace.
2139
2140If the first non-whitespace characters on the line are not numeric,
2141the line is ignored. (Just like a comment.)
2142
2143@smallexample
2144 # This is an ordinary comment.
2145# 42-6 "new_file_name" # New logical file name
2146 # This is logical line # 36.
2147@end smallexample
2148This feature is deprecated, and may disappear from future versions
a4fb0134 2149of @command{@value{AS}}.
252b5132
RH
2150
2151@node Symbol Intro
2152@section Symbols
2153
2154@cindex characters used in symbols
2155@ifclear SPECIAL-SYMS
2156A @dfn{symbol} is one or more characters chosen from the set of all
2157letters (both upper and lower case), digits and the three characters
2158@samp{_.$}.
2159@end ifclear
2160@ifset SPECIAL-SYMS
2161@ifclear GENERIC
2162@ifset H8
2163A @dfn{symbol} is one or more characters chosen from the set of all
2164letters (both upper and lower case), digits and the three characters
2165@samp{._$}. (Save that, on the H8/300 only, you may not use @samp{$} in
2166symbol names.)
2167@end ifset
2168@end ifclear
2169@end ifset
2170@ifset GENERIC
2171On most machines, you can also use @code{$} in symbol names; exceptions
2172are noted in @ref{Machine Dependencies}.
2173@end ifset
2174No symbol may begin with a digit. Case is significant.
2175There is no length limit: all characters are significant. Symbols are
2176delimited by characters not in that set, or by the beginning of a file
2177(since the source program must end with a newline, the end of a file is
2178not a possible symbol delimiter). @xref{Symbols}.
2179@cindex length of symbols
2180
2181@node Statements
2182@section Statements
2183
2184@cindex statements, structure of
2185@cindex line separator character
2186@cindex statement separator character
2187@ifclear GENERIC
2188@ifclear abnormal-separator
2189A @dfn{statement} ends at a newline character (@samp{\n}) or at a
2190semicolon (@samp{;}). The newline or semicolon is considered part of
2191the preceding statement. Newlines and semicolons within character
2192constants are an exception: they do not end statements.
2193@end ifclear
2194@ifset abnormal-separator
2195@ifset A29K
2196A @dfn{statement} ends at a newline character (@samp{\n}) or an ``at''
2197sign (@samp{@@}). The newline or at sign is considered part of the
2198preceding statement. Newlines and at signs within character constants
2199are an exception: they do not end statements.
2200@end ifset
2201@ifset HPPA
2202A @dfn{statement} ends at a newline character (@samp{\n}) or an exclamation
2203point (@samp{!}). The newline or exclamation point is considered part of the
2204preceding statement. Newlines and exclamation points within character
2205constants are an exception: they do not end statements.
2206@end ifset
2207@ifset H8
2208A @dfn{statement} ends at a newline character (@samp{\n}); or (for the
2209H8/300) a dollar sign (@samp{$}); or (for the
c2dcd04e 2210Renesas-SH or the
252b5132
RH
2211H8/500) a semicolon
2212(@samp{;}). The newline or separator character is considered part of
2213the preceding statement. Newlines and separators within character
2214constants are an exception: they do not end statements.
2215@end ifset
2216@end ifset
2217@end ifclear
2218@ifset GENERIC
2219A @dfn{statement} ends at a newline character (@samp{\n}) or line
2220separator character. (The line separator is usually @samp{;}, unless
2221this conflicts with the comment character; @pxref{Machine Dependencies}.) The
2222newline or separator character is considered part of the preceding
2223statement. Newlines and separators within character constants are an
2224exception: they do not end statements.
2225@end ifset
2226
2227@cindex newline, required at file end
2228@cindex EOF, newline must precede
2229It is an error to end any statement with end-of-file: the last
2230character of any input file should be a newline.@refill
2231
2232An empty statement is allowed, and may include whitespace. It is ignored.
2233
2234@cindex instructions and directives
2235@cindex directives and instructions
2236@c "key symbol" is not used elsewhere in the document; seems pedantic to
2237@c @defn{} it in that case, as was done previously... doc@cygnus.com,
2238@c 13feb91.
2239A statement begins with zero or more labels, optionally followed by a
2240key symbol which determines what kind of statement it is. The key
2241symbol determines the syntax of the rest of the statement. If the
2242symbol begins with a dot @samp{.} then the statement is an assembler
2243directive: typically valid for any computer. If the symbol begins with
2244a letter the statement is an assembly language @dfn{instruction}: it
2245assembles into a machine language instruction.
2246@ifset GENERIC
a4fb0134 2247Different versions of @command{@value{AS}} for different computers
252b5132
RH
2248recognize different instructions. In fact, the same symbol may
2249represent a different instruction in a different computer's assembly
2250language.@refill
2251@end ifset
2252
2253@cindex @code{:} (label)
2254@cindex label (@code{:})
2255A label is a symbol immediately followed by a colon (@code{:}).
2256Whitespace before a label or after a colon is permitted, but you may not
2257have whitespace between a label's symbol and its colon. @xref{Labels}.
2258
2259@ifset HPPA
2260For HPPA targets, labels need not be immediately followed by a colon, but
2261the definition of a label must begin in column zero. This also implies that
2262only one label may be defined on each line.
2263@end ifset
2264
2265@smallexample
2266label: .directive followed by something
2267another_label: # This is an empty statement.
2268 instruction operand_1, operand_2, @dots{}
2269@end smallexample
2270
2271@node Constants
2272@section Constants
2273
2274@cindex constants
2275A constant is a number, written so that its value is known by
2276inspection, without knowing any context. Like this:
2277@smallexample
2278@group
2279.byte 74, 0112, 092, 0x4A, 0X4a, 'J, '\J # All the same value.
2280.ascii "Ring the bell\7" # A string constant.
2281.octa 0x123456789abcdef0123456789ABCDEF0 # A bignum.
2282.float 0f-314159265358979323846264338327\
228395028841971.693993751E-40 # - pi, a flonum.
2284@end group
2285@end smallexample
2286
2287@menu
2288* Characters:: Character Constants
2289* Numbers:: Number Constants
2290@end menu
2291
2292@node Characters
2293@subsection Character Constants
2294
2295@cindex character constants
2296@cindex constants, character
2297There are two kinds of character constants. A @dfn{character} stands
2298for one character in one byte and its value may be used in
2299numeric expressions. String constants (properly called string
2300@emph{literals}) are potentially many bytes and their values may not be
2301used in arithmetic expressions.
2302
2303@menu
2304* Strings:: Strings
2305* Chars:: Characters
2306@end menu
2307
2308@node Strings
2309@subsubsection Strings
2310
2311@cindex string constants
2312@cindex constants, string
2313A @dfn{string} is written between double-quotes. It may contain
2314double-quotes or null characters. The way to get special characters
2315into a string is to @dfn{escape} these characters: precede them with
2316a backslash @samp{\} character. For example @samp{\\} represents
2317one backslash: the first @code{\} is an escape which tells
a4fb0134
SC
2318@command{@value{AS}} to interpret the second character literally as a backslash
2319(which prevents @command{@value{AS}} from recognizing the second @code{\} as an
252b5132
RH
2320escape character). The complete list of escapes follows.
2321
2322@cindex escape codes, character
2323@cindex character escape codes
2324@table @kbd
2325@c @item \a
2326@c Mnemonic for ACKnowledge; for ASCII this is octal code 007.
2327@c
2328@cindex @code{\b} (backspace character)
2329@cindex backspace (@code{\b})
2330@item \b
2331Mnemonic for backspace; for ASCII this is octal code 010.
2332
2333@c @item \e
2334@c Mnemonic for EOText; for ASCII this is octal code 004.
2335@c
2336@cindex @code{\f} (formfeed character)
2337@cindex formfeed (@code{\f})
2338@item \f
2339Mnemonic for FormFeed; for ASCII this is octal code 014.
2340
2341@cindex @code{\n} (newline character)
2342@cindex newline (@code{\n})
2343@item \n
2344Mnemonic for newline; for ASCII this is octal code 012.
2345
2346@c @item \p
2347@c Mnemonic for prefix; for ASCII this is octal code 033, usually known as @code{escape}.
2348@c
2349@cindex @code{\r} (carriage return character)
2350@cindex carriage return (@code{\r})
2351@item \r
2352Mnemonic for carriage-Return; for ASCII this is octal code 015.
2353
2354@c @item \s
2355@c Mnemonic for space; for ASCII this is octal code 040. Included for compliance with
2356@c other assemblers.
2357@c
2358@cindex @code{\t} (tab)
2359@cindex tab (@code{\t})
2360@item \t
2361Mnemonic for horizontal Tab; for ASCII this is octal code 011.
2362
2363@c @item \v
2364@c Mnemonic for Vertical tab; for ASCII this is octal code 013.
2365@c @item \x @var{digit} @var{digit} @var{digit}
2366@c A hexadecimal character code. The numeric code is 3 hexadecimal digits.
2367@c
2368@cindex @code{\@var{ddd}} (octal character code)
2369@cindex octal character code (@code{\@var{ddd}})
2370@item \ @var{digit} @var{digit} @var{digit}
2371An octal character code. The numeric code is 3 octal digits.
2372For compatibility with other Unix systems, 8 and 9 are accepted as digits:
2373for example, @code{\008} has the value 010, and @code{\009} the value 011.
2374
2375@cindex @code{\@var{xd...}} (hex character code)
2376@cindex hex character code (@code{\@var{xd...}})
2377@item \@code{x} @var{hex-digits...}
2378A hex character code. All trailing hex digits are combined. Either upper or
2379lower case @code{x} works.
2380
2381@cindex @code{\\} (@samp{\} character)
2382@cindex backslash (@code{\\})
2383@item \\
2384Represents one @samp{\} character.
2385
2386@c @item \'
2387@c Represents one @samp{'} (accent acute) character.
2388@c This is needed in single character literals
2389@c (@xref{Characters,,Character Constants}.) to represent
2390@c a @samp{'}.
2391@c
2392@cindex @code{\"} (doublequote character)
2393@cindex doublequote (@code{\"})
2394@item \"
2395Represents one @samp{"} character. Needed in strings to represent
2396this character, because an unescaped @samp{"} would end the string.
2397
2398@item \ @var{anything-else}
2399Any other character when escaped by @kbd{\} gives a warning, but
2400assembles as if the @samp{\} was not present. The idea is that if
2401you used an escape sequence you clearly didn't want the literal
a4fb0134
SC
2402interpretation of the following character. However @command{@value{AS}} has no
2403other interpretation, so @command{@value{AS}} knows it is giving you the wrong
252b5132
RH
2404code and warns you of the fact.
2405@end table
2406
2407Which characters are escapable, and what those escapes represent,
2408varies widely among assemblers. The current set is what we think
2409the BSD 4.2 assembler recognizes, and is a subset of what most C
2410compilers recognize. If you are in doubt, do not use an escape
2411sequence.
2412
2413@node Chars
2414@subsubsection Characters
2415
2416@cindex single character constant
2417@cindex character, single
2418@cindex constant, single character
2419A single character may be written as a single quote immediately
2420followed by that character. The same escapes apply to characters as
2421to strings. So if you want to write the character backslash, you
2422must write @kbd{'\\} where the first @code{\} escapes the second
2423@code{\}. As you can see, the quote is an acute accent, not a
2424grave accent. A newline
2425@ifclear GENERIC
2426@ifclear abnormal-separator
2427(or semicolon @samp{;})
2428@end ifclear
2429@ifset abnormal-separator
2430@ifset A29K
2431(or at sign @samp{@@})
2432@end ifset
2433@ifset H8
2434(or dollar sign @samp{$}, for the H8/300; or semicolon @samp{;} for the
c2dcd04e 2435Renesas SH or H8/500)
252b5132
RH
2436@end ifset
2437@end ifset
2438@end ifclear
2439immediately following an acute accent is taken as a literal character
2440and does not count as the end of a statement. The value of a character
2441constant in a numeric expression is the machine's byte-wide code for
a4fb0134 2442that character. @command{@value{AS}} assumes your character code is ASCII:
252b5132
RH
2443@kbd{'A} means 65, @kbd{'B} means 66, and so on. @refill
2444
2445@node Numbers
2446@subsection Number Constants
2447
2448@cindex constants, number
2449@cindex number constants
a4fb0134 2450@command{@value{AS}} distinguishes three kinds of numbers according to how they
252b5132
RH
2451are stored in the target machine. @emph{Integers} are numbers that
2452would fit into an @code{int} in the C language. @emph{Bignums} are
2453integers, but they are stored in more than 32 bits. @emph{Flonums}
2454are floating point numbers, described below.
2455
2456@menu
2457* Integers:: Integers
2458* Bignums:: Bignums
2459* Flonums:: Flonums
2460@ifclear GENERIC
2461@ifset I960
2462* Bit Fields:: Bit Fields
2463@end ifset
2464@end ifclear
2465@end menu
2466
2467@node Integers
2468@subsubsection Integers
2469@cindex integers
2470@cindex constants, integer
2471
2472@cindex binary integers
2473@cindex integers, binary
2474A binary integer is @samp{0b} or @samp{0B} followed by zero or more of
2475the binary digits @samp{01}.
2476
2477@cindex octal integers
2478@cindex integers, octal
2479An octal integer is @samp{0} followed by zero or more of the octal
2480digits (@samp{01234567}).
2481
2482@cindex decimal integers
2483@cindex integers, decimal
2484A decimal integer starts with a non-zero digit followed by zero or
2485more digits (@samp{0123456789}).
2486
2487@cindex hexadecimal integers
2488@cindex integers, hexadecimal
2489A hexadecimal integer is @samp{0x} or @samp{0X} followed by one or
2490more hexadecimal digits chosen from @samp{0123456789abcdefABCDEF}.
2491
2492Integers have the usual values. To denote a negative integer, use
2493the prefix operator @samp{-} discussed under expressions
2494(@pxref{Prefix Ops,,Prefix Operators}).
2495
2496@node Bignums
2497@subsubsection Bignums
2498
2499@cindex bignums
2500@cindex constants, bignum
2501A @dfn{bignum} has the same syntax and semantics as an integer
2502except that the number (or its negative) takes more than 32 bits to
2503represent in binary. The distinction is made because in some places
2504integers are permitted while bignums are not.
2505
2506@node Flonums
2507@subsubsection Flonums
2508@cindex flonums
2509@cindex floating point numbers
2510@cindex constants, floating point
2511
2512@cindex precision, floating point
2513A @dfn{flonum} represents a floating point number. The translation is
2514indirect: a decimal floating point number from the text is converted by
a4fb0134 2515@command{@value{AS}} to a generic binary floating point number of more than
252b5132
RH
2516sufficient precision. This generic floating point number is converted
2517to a particular computer's floating point format (or formats) by a
a4fb0134 2518portion of @command{@value{AS}} specialized to that computer.
252b5132
RH
2519
2520A flonum is written by writing (in order)
2521@itemize @bullet
2522@item
2523The digit @samp{0}.
2524@ifset HPPA
2525(@samp{0} is optional on the HPPA.)
2526@end ifset
2527
2528@item
a4fb0134 2529A letter, to tell @command{@value{AS}} the rest of the number is a flonum.
252b5132
RH
2530@ifset GENERIC
2531@kbd{e} is recommended. Case is not important.
2532@ignore
2533@c FIXME: verify if flonum syntax really this vague for most cases
2534(Any otherwise illegal letter works here, but that might be changed. Vax BSD
25354.2 assembler seems to allow any of @samp{defghDEFGH}.)
2536@end ignore
2537
2538On the H8/300, H8/500,
ef230218 2539Renesas / SuperH SH,
252b5132
RH
2540and AMD 29K architectures, the letter must be
2541one of the letters @samp{DFPRSX} (in upper or lower case).
2542
2543On the ARC, the letter must be one of the letters @samp{DFRS}
2544(in upper or lower case).
2545
2546On the Intel 960 architecture, the letter must be
2547one of the letters @samp{DFT} (in upper or lower case).
2548
2549On the HPPA architecture, the letter must be @samp{E} (upper case only).
2550@end ifset
2551@ifclear GENERIC
2552@ifset A29K
2553One of the letters @samp{DFPRSX} (in upper or lower case).
2554@end ifset
2555@ifset ARC
2556One of the letters @samp{DFRS} (in upper or lower case).
2557@end ifset
2558@ifset H8
2559One of the letters @samp{DFPRSX} (in upper or lower case).
2560@end ifset
2561@ifset HPPA
2562The letter @samp{E} (upper case only).
2563@end ifset
2564@ifset I960
2565One of the letters @samp{DFT} (in upper or lower case).
2566@end ifset
2567@end ifclear
2568
2569@item
2570An optional sign: either @samp{+} or @samp{-}.
2571
2572@item
2573An optional @dfn{integer part}: zero or more decimal digits.
2574
2575@item
2576An optional @dfn{fractional part}: @samp{.} followed by zero
2577or more decimal digits.
2578
2579@item
2580An optional exponent, consisting of:
2581
2582@itemize @bullet
2583@item
2584An @samp{E} or @samp{e}.
2585@c I can't find a config where "EXP_CHARS" is other than 'eE', but in
2586@c principle this can perfectly well be different on different targets.
2587@item
2588Optional sign: either @samp{+} or @samp{-}.
2589@item
2590One or more decimal digits.
2591@end itemize
2592
2593@end itemize
2594
2595At least one of the integer part or the fractional part must be
2596present. The floating point number has the usual base-10 value.
2597
a4fb0134 2598@command{@value{AS}} does all processing using integers. Flonums are computed
252b5132 2599independently of any floating point hardware in the computer running
a4fb0134 2600@command{@value{AS}}.
252b5132
RH
2601
2602@ifclear GENERIC
2603@ifset I960
2604@c Bit fields are written as a general facility but are also controlled
2605@c by a conditional-compilation flag---which is as of now (21mar91)
2606@c turned on only by the i960 config of GAS.
2607@node Bit Fields
2608@subsubsection Bit Fields
2609
2610@cindex bit fields
2611@cindex constants, bit field
2612You can also define numeric constants as @dfn{bit fields}.
2613specify two numbers separated by a colon---
2614@example
2615@var{mask}:@var{value}
2616@end example
2617@noindent
a4fb0134 2618@command{@value{AS}} applies a bitwise @sc{and} between @var{mask} and
252b5132
RH
2619@var{value}.
2620
2621The resulting number is then packed
2622@ifset GENERIC
2623@c this conditional paren in case bit fields turned on elsewhere than 960
2624(in host-dependent byte order)
2625@end ifset
2626into a field whose width depends on which assembler directive has the
2627bit-field as its argument. Overflow (a result from the bitwise and
2628requiring more binary digits to represent) is not an error; instead,
2629more constants are generated, of the specified width, beginning with the
2630least significant digits.@refill
2631
2632The directives @code{.byte}, @code{.hword}, @code{.int}, @code{.long},
2633@code{.short}, and @code{.word} accept bit-field arguments.
2634@end ifset
2635@end ifclear
2636
2637@node Sections
2638@chapter Sections and Relocation
2639@cindex sections
2640@cindex relocation
2641
2642@menu
2643* Secs Background:: Background
2644* Ld Sections:: Linker Sections
2645* As Sections:: Assembler Internal Sections
2646* Sub-Sections:: Sub-Sections
2647* bss:: bss Section
2648@end menu
2649
2650@node Secs Background
2651@section Background
2652
2653Roughly, a section is a range of addresses, with no gaps; all data
2654``in'' those addresses is treated the same for some particular purpose.
2655For example there may be a ``read only'' section.
2656
2657@cindex linker, and assembler
2658@cindex assembler, and linker
2659The linker @code{@value{LD}} reads many object files (partial programs) and
a4fb0134 2660combines their contents to form a runnable program. When @command{@value{AS}}
252b5132
RH
2661emits an object file, the partial program is assumed to start at address 0.
2662@code{@value{LD}} assigns the final addresses for the partial program, so that
2663different partial programs do not overlap. This is actually an
a4fb0134 2664oversimplification, but it suffices to explain how @command{@value{AS}} uses
252b5132
RH
2665sections.
2666
2667@code{@value{LD}} moves blocks of bytes of your program to their run-time
2668addresses. These blocks slide to their run-time addresses as rigid
2669units; their length does not change and neither does the order of bytes
2670within them. Such a rigid unit is called a @emph{section}. Assigning
2671run-time addresses to sections is called @dfn{relocation}. It includes
2672the task of adjusting mentions of object-file addresses so they refer to
2673the proper run-time addresses.
2674@ifset H8
2675For the H8/300 and H8/500,
ef230218 2676and for the Renesas / SuperH SH,
a4fb0134 2677@command{@value{AS}} pads sections if needed to
252b5132
RH
2678ensure they end on a word (sixteen bit) boundary.
2679@end ifset
2680
2681@cindex standard assembler sections
a4fb0134 2682An object file written by @command{@value{AS}} has at least three sections, any
252b5132
RH
2683of which may be empty. These are named @dfn{text}, @dfn{data} and
2684@dfn{bss} sections.
2685
c1253627 2686@ifset COFF-ELF
252b5132 2687@ifset GENERIC
c1253627 2688When it generates COFF or ELF output,
252b5132 2689@end ifset
a4fb0134 2690@command{@value{AS}} can also generate whatever other named sections you specify
252b5132
RH
2691using the @samp{.section} directive (@pxref{Section,,@code{.section}}).
2692If you do not use any directives that place output in the @samp{.text}
2693or @samp{.data} sections, these sections still exist, but are empty.
2694@end ifset
2695
2696@ifset HPPA
2697@ifset GENERIC
a4fb0134 2698When @command{@value{AS}} generates SOM or ELF output for the HPPA,
252b5132 2699@end ifset
a4fb0134 2700@command{@value{AS}} can also generate whatever other named sections you
252b5132
RH
2701specify using the @samp{.space} and @samp{.subspace} directives. See
2702@cite{HP9000 Series 800 Assembly Language Reference Manual}
2703(HP 92432-90001) for details on the @samp{.space} and @samp{.subspace}
2704assembler directives.
2705
2706@ifset SOM
a4fb0134 2707Additionally, @command{@value{AS}} uses different names for the standard
252b5132
RH
2708text, data, and bss sections when generating SOM output. Program text
2709is placed into the @samp{$CODE$} section, data into @samp{$DATA$}, and
2710BSS into @samp{$BSS$}.
2711@end ifset
2712@end ifset
2713
2714Within the object file, the text section starts at address @code{0}, the
2715data section follows, and the bss section follows the data section.
2716
2717@ifset HPPA
2718When generating either SOM or ELF output files on the HPPA, the text
2719section starts at address @code{0}, the data section at address
2720@code{0x4000000}, and the bss section follows the data section.
2721@end ifset
2722
2723To let @code{@value{LD}} know which data changes when the sections are
a4fb0134 2724relocated, and how to change that data, @command{@value{AS}} also writes to the
252b5132
RH
2725object file details of the relocation needed. To perform relocation
2726@code{@value{LD}} must know, each time an address in the object
2727file is mentioned:
2728@itemize @bullet
2729@item
2730Where in the object file is the beginning of this reference to
2731an address?
2732@item
2733How long (in bytes) is this reference?
2734@item
2735Which section does the address refer to? What is the numeric value of
2736@display
2737(@var{address}) @minus{} (@var{start-address of section})?
2738@end display
2739@item
2740Is the reference to an address ``Program-Counter relative''?
2741@end itemize
2742
2743@cindex addresses, format of
2744@cindex section-relative addressing
a4fb0134 2745In fact, every address @command{@value{AS}} ever uses is expressed as
252b5132
RH
2746@display
2747(@var{section}) + (@var{offset into section})
2748@end display
2749@noindent
a4fb0134 2750Further, most expressions @command{@value{AS}} computes have this section-relative
252b5132
RH
2751nature.
2752@ifset SOM
2753(For some object formats, such as SOM for the HPPA, some expressions are
2754symbol-relative instead.)
2755@end ifset
2756
2757In this manual we use the notation @{@var{secname} @var{N}@} to mean ``offset
2758@var{N} into section @var{secname}.''
2759
2760Apart from text, data and bss sections you need to know about the
2761@dfn{absolute} section. When @code{@value{LD}} mixes partial programs,
2762addresses in the absolute section remain unchanged. For example, address
2763@code{@{absolute 0@}} is ``relocated'' to run-time address 0 by
2764@code{@value{LD}}. Although the linker never arranges two partial programs'
2765data sections with overlapping addresses after linking, @emph{by definition}
2766their absolute sections must overlap. Address @code{@{absolute@ 239@}} in one
2767part of a program is always the same address when the program is running as
2768address @code{@{absolute@ 239@}} in any other part of the program.
2769
2770The idea of sections is extended to the @dfn{undefined} section. Any
2771address whose section is unknown at assembly time is by definition
2772rendered @{undefined @var{U}@}---where @var{U} is filled in later.
2773Since numbers are always defined, the only way to generate an undefined
2774address is to mention an undefined symbol. A reference to a named
2775common block would be such a symbol: its value is unknown at assembly
2776time so it has section @emph{undefined}.
2777
2778By analogy the word @emph{section} is used to describe groups of sections in
2779the linked program. @code{@value{LD}} puts all partial programs' text
2780sections in contiguous addresses in the linked program. It is
2781customary to refer to the @emph{text section} of a program, meaning all
2782the addresses of all partial programs' text sections. Likewise for
2783data and bss sections.
2784
2785Some sections are manipulated by @code{@value{LD}}; others are invented for
a4fb0134 2786use of @command{@value{AS}} and have no meaning except during assembly.
252b5132
RH
2787
2788@node Ld Sections
2789@section Linker Sections
2790@code{@value{LD}} deals with just four kinds of sections, summarized below.
2791
2792@table @strong
2793
c1253627 2794@ifset COFF-ELF
252b5132
RH
2795@cindex named sections
2796@cindex sections, named
2797@item named sections
2798@end ifset
2799@ifset aout-bout
2800@cindex text section
2801@cindex data section
2802@itemx text section
2803@itemx data section
2804@end ifset
a4fb0134 2805These sections hold your program. @command{@value{AS}} and @code{@value{LD}} treat them as
252b5132 2806separate but equal sections. Anything you can say of one section is
c1253627
NC
2807true of another.
2808@c @ifset aout-bout
252b5132
RH
2809When the program is running, however, it is
2810customary for the text section to be unalterable. The
2811text section is often shared among processes: it contains
2812instructions, constants and the like. The data section of a running
2813program is usually alterable: for example, C variables would be stored
2814in the data section.
c1253627 2815@c @end ifset
252b5132
RH
2816
2817@cindex bss section
2818@item bss section
2819This section contains zeroed bytes when your program begins running. It
a349d9dd 2820is used to hold uninitialized variables or common storage. The length of
252b5132
RH
2821each partial program's bss section is important, but because it starts
2822out containing zeroed bytes there is no need to store explicit zero
2823bytes in the object file. The bss section was invented to eliminate
2824those explicit zeros from object files.
2825
2826@cindex absolute section
2827@item absolute section
2828Address 0 of this section is always ``relocated'' to runtime address 0.
2829This is useful if you want to refer to an address that @code{@value{LD}} must
2830not change when relocating. In this sense we speak of absolute
2831addresses being ``unrelocatable'': they do not change during relocation.
2832
2833@cindex undefined section
2834@item undefined section
2835This ``section'' is a catch-all for address references to objects not in
2836the preceding sections.
2837@c FIXME: ref to some other doc on obj-file formats could go here.
2838@end table
2839
2840@cindex relocation example
2841An idealized example of three relocatable sections follows.
c1253627 2842@ifset COFF-ELF
252b5132
RH
2843The example uses the traditional section names @samp{.text} and @samp{.data}.
2844@end ifset
2845Memory addresses are on the horizontal axis.
2846
2847@c TEXI2ROFF-KILL
c1253627 2848@ifnottex
252b5132
RH
2849@c END TEXI2ROFF-KILL
2850@smallexample
2851 +-----+----+--+
2852partial program # 1: |ttttt|dddd|00|
2853 +-----+----+--+
2854
2855 text data bss
2856 seg. seg. seg.
2857
2858 +---+---+---+
2859partial program # 2: |TTT|DDD|000|
2860 +---+---+---+
2861
2862 +--+---+-----+--+----+---+-----+~~
2863linked program: | |TTT|ttttt| |dddd|DDD|00000|
2864 +--+---+-----+--+----+---+-----+~~
2865
2866 addresses: 0 @dots{}
2867@end smallexample
2868@c TEXI2ROFF-KILL
c1253627 2869@end ifnottex
252b5132
RH
2870@need 5000
2871@tex
c1253627 2872\bigskip
252b5132
RH
2873\line{\it Partial program \#1: \hfil}
2874\line{\ibox{2.5cm}{\tt text}\ibox{2cm}{\tt data}\ibox{1cm}{\tt bss}\hfil}
2875\line{\boxit{2.5cm}{\tt ttttt}\boxit{2cm}{\tt dddd}\boxit{1cm}{\tt 00}\hfil}
2876
2877\line{\it Partial program \#2: \hfil}
2878\line{\ibox{1cm}{\tt text}\ibox{1.5cm}{\tt data}\ibox{1cm}{\tt bss}\hfil}
2879\line{\boxit{1cm}{\tt TTT}\boxit{1.5cm}{\tt DDDD}\boxit{1cm}{\tt 000}\hfil}
2880
2881\line{\it linked program: \hfil}
2882\line{\ibox{.5cm}{}\ibox{1cm}{\tt text}\ibox{2.5cm}{}\ibox{.75cm}{}\ibox{2cm}{\tt data}\ibox{1.5cm}{}\ibox{2cm}{\tt bss}\hfil}
2883\line{\boxit{.5cm}{}\boxit{1cm}{\tt TTT}\boxit{2.5cm}{\tt
2884ttttt}\boxit{.75cm}{}\boxit{2cm}{\tt dddd}\boxit{1.5cm}{\tt
2885DDDD}\boxit{2cm}{\tt 00000}\ \dots\hfil}
2886
2887\line{\it addresses: \hfil}
2888\line{0\dots\hfil}
2889
2890@end tex
2891@c END TEXI2ROFF-KILL
2892
2893@node As Sections
2894@section Assembler Internal Sections
2895
2896@cindex internal assembler sections
2897@cindex sections in messages, internal
a4fb0134 2898These sections are meant only for the internal use of @command{@value{AS}}. They
252b5132 2899have no meaning at run-time. You do not really need to know about these
a4fb0134 2900sections for most purposes; but they can be mentioned in @command{@value{AS}}
252b5132 2901warning messages, so it might be helpful to have an idea of their
a4fb0134 2902meanings to @command{@value{AS}}. These sections are used to permit the
252b5132
RH
2903value of every expression in your assembly language program to be a
2904section-relative address.
2905
2906@table @b
2907@cindex assembler internal logic error
2908@item ASSEMBLER-INTERNAL-LOGIC-ERROR!
2909An internal assembler logic error has been found. This means there is a
2910bug in the assembler.
2911
2912@cindex expr (internal section)
2913@item expr section
2914The assembler stores complex expression internally as combinations of
2915symbols. When it needs to represent an expression as a symbol, it puts
2916it in the expr section.
2917@c FIXME item debug
2918@c FIXME item transfer[t] vector preload
2919@c FIXME item transfer[t] vector postload
2920@c FIXME item register
2921@end table
2922
2923@node Sub-Sections
2924@section Sub-Sections
2925
2926@cindex numbered subsections
2927@cindex grouping data
2928@ifset aout-bout
2929Assembled bytes
c1253627 2930@ifset COFF-ELF
252b5132
RH
2931conventionally
2932@end ifset
2933fall into two sections: text and data.
2934@end ifset
2935You may have separate groups of
2936@ifset GENERIC
2937data in named sections
2938@end ifset
2939@ifclear GENERIC
2940@ifclear aout-bout
2941data in named sections
2942@end ifclear
2943@ifset aout-bout
2944text or data
2945@end ifset
2946@end ifclear
2947that you want to end up near to each other in the object file, even though they
a4fb0134 2948are not contiguous in the assembler source. @command{@value{AS}} allows you to
252b5132
RH
2949use @dfn{subsections} for this purpose. Within each section, there can be
2950numbered subsections with values from 0 to 8192. Objects assembled into the
2951same subsection go into the object file together with other objects in the same
2952subsection. For example, a compiler might want to store constants in the text
2953section, but might not want to have them interspersed with the program being
2954assembled. In this case, the compiler could issue a @samp{.text 0} before each
2955section of code being output, and a @samp{.text 1} before each group of
2956constants being output.
2957
2958Subsections are optional. If you do not use subsections, everything
2959goes in subsection number zero.
2960
2961@ifset GENERIC
2962Each subsection is zero-padded up to a multiple of four bytes.
2963(Subsections may be padded a different amount on different flavors
a4fb0134 2964of @command{@value{AS}}.)
252b5132
RH
2965@end ifset
2966@ifclear GENERIC
2967@ifset H8
2968On the H8/300 and H8/500 platforms, each subsection is zero-padded to a word
2969boundary (two bytes).
c2dcd04e 2970The same is true on the Renesas SH.
252b5132
RH
2971@end ifset
2972@ifset I960
2973@c FIXME section padding (alignment)?
2974@c Rich Pixley says padding here depends on target obj code format; that
2975@c doesn't seem particularly useful to say without further elaboration,
2976@c so for now I say nothing about it. If this is a generic BFD issue,
2977@c these paragraphs might need to vanish from this manual, and be
2978@c discussed in BFD chapter of binutils (or some such).
2979@end ifset
2980@ifset A29K
2981On the AMD 29K family, no particular padding is added to section or
2982subsection sizes; @value{AS} forces no alignment on this platform.
2983@end ifset
2984@end ifclear
2985
2986Subsections appear in your object file in numeric order, lowest numbered
2987to highest. (All this to be compatible with other people's assemblers.)
2988The object file contains no representation of subsections; @code{@value{LD}} and
2989other programs that manipulate object files see no trace of them.
2990They just see all your text subsections as a text section, and all your
2991data subsections as a data section.
2992
2993To specify which subsection you want subsequent statements assembled
2994into, use a numeric argument to specify it, in a @samp{.text
2995@var{expression}} or a @samp{.data @var{expression}} statement.
ed9589d4 2996@ifset COFF
252b5132 2997@ifset GENERIC
ed9589d4 2998When generating COFF output, you
252b5132
RH
2999@end ifset
3000@ifclear GENERIC
3001You
3002@end ifclear
3003can also use an extra subsection
3004argument with arbitrary named sections: @samp{.section @var{name},
3005@var{expression}}.
3006@end ifset
ed9589d4
BW
3007@ifset ELF
3008@ifset GENERIC
3009When generating ELF output, you
3010@end ifset
3011@ifclear GENERIC
3012You
3013@end ifclear
3014can also use the @code{.subsection} directive (@pxref{SubSection})
3015to specify a subsection: @samp{.subsection @var{expression}}.
3016@end ifset
252b5132
RH
3017@var{Expression} should be an absolute expression.
3018(@xref{Expressions}.) If you just say @samp{.text} then @samp{.text 0}
3019is assumed. Likewise @samp{.data} means @samp{.data 0}. Assembly
3020begins in @code{text 0}. For instance:
3021@smallexample
3022.text 0 # The default subsection is text 0 anyway.
3023.ascii "This lives in the first text subsection. *"
3024.text 1
3025.ascii "But this lives in the second text subsection."
3026.data 0
3027.ascii "This lives in the data section,"
3028.ascii "in the first data subsection."
3029.text 0
3030.ascii "This lives in the first text section,"
3031.ascii "immediately following the asterisk (*)."
3032@end smallexample
3033
3034Each section has a @dfn{location counter} incremented by one for every byte
3035assembled into that section. Because subsections are merely a convenience
a4fb0134 3036restricted to @command{@value{AS}} there is no concept of a subsection location
252b5132
RH
3037counter. There is no way to directly manipulate a location counter---but the
3038@code{.align} directive changes it, and any label definition captures its
3039current value. The location counter of the section where statements are being
3040assembled is said to be the @dfn{active} location counter.
3041
3042@node bss
3043@section bss Section
3044
3045@cindex bss section
3046@cindex common variable storage
3047The bss section is used for local common variable storage.
3048You may allocate address space in the bss section, but you may
3049not dictate data to load into it before your program executes. When
3050your program starts running, all the contents of the bss
3051section are zeroed bytes.
3052
3053The @code{.lcomm} pseudo-op defines a symbol in the bss section; see
3054@ref{Lcomm,,@code{.lcomm}}.
3055
3056The @code{.comm} pseudo-op may be used to declare a common symbol, which is
3057another form of uninitialized symbol; see @xref{Comm,,@code{.comm}}.
3058
3059@ifset GENERIC
3060When assembling for a target which supports multiple sections, such as ELF or
3061COFF, you may switch into the @code{.bss} section and define symbols as usual;
3062see @ref{Section,,@code{.section}}. You may only assemble zero values into the
3063section. Typically the section will only contain symbol definitions and
3064@code{.skip} directives (@pxref{Skip,,@code{.skip}}).
3065@end ifset
3066
3067@node Symbols
3068@chapter Symbols
3069
3070@cindex symbols
3071Symbols are a central concept: the programmer uses symbols to name
3072things, the linker uses symbols to link, and the debugger uses symbols
3073to debug.
3074
3075@quotation
3076@cindex debuggers, and symbol order
a4fb0134 3077@emph{Warning:} @command{@value{AS}} does not place symbols in the object file in
252b5132
RH
3078the same order they were declared. This may break some debuggers.
3079@end quotation
3080
3081@menu
3082* Labels:: Labels
3083* Setting Symbols:: Giving Symbols Other Values
3084* Symbol Names:: Symbol Names
3085* Dot:: The Special Dot Symbol
3086* Symbol Attributes:: Symbol Attributes
3087@end menu
3088
3089@node Labels
3090@section Labels
3091
3092@cindex labels
3093A @dfn{label} is written as a symbol immediately followed by a colon
3094@samp{:}. The symbol then represents the current value of the
3095active location counter, and is, for example, a suitable instruction
3096operand. You are warned if you use the same symbol to represent two
3097different locations: the first definition overrides any other
3098definitions.
3099
3100@ifset HPPA
3101On the HPPA, the usual form for a label need not be immediately followed by a
3102colon, but instead must start in column zero. Only one label may be defined on
a4fb0134 3103a single line. To work around this, the HPPA version of @command{@value{AS}} also
252b5132
RH
3104provides a special directive @code{.label} for defining labels more flexibly.
3105@end ifset
3106
3107@node Setting Symbols
3108@section Giving Symbols Other Values
3109
3110@cindex assigning values to symbols
3111@cindex symbol values, assigning
3112A symbol can be given an arbitrary value by writing a symbol, followed
3113by an equals sign @samp{=}, followed by an expression
3114(@pxref{Expressions}). This is equivalent to using the @code{.set}
3115directive. @xref{Set,,@code{.set}}.
3116
3117@node Symbol Names
3118@section Symbol Names
3119
3120@cindex symbol names
3121@cindex names, symbol
3122@ifclear SPECIAL-SYMS
3123Symbol names begin with a letter or with one of @samp{._}. On most
3124machines, you can also use @code{$} in symbol names; exceptions are
3125noted in @ref{Machine Dependencies}. That character may be followed by any
3126string of digits, letters, dollar signs (unless otherwise noted in
3127@ref{Machine Dependencies}), and underscores.
3128@end ifclear
3129@ifset A29K
3130For the AMD 29K family, @samp{?} is also allowed in the
3131body of a symbol name, though not at its beginning.
3132@end ifset
3133
3134@ifset SPECIAL-SYMS
3135@ifset H8
3136Symbol names begin with a letter or with one of @samp{._}. On the
c2dcd04e
NC
3137Renesas SH or the H8/500, you can also use @code{$} in symbol names. That
3138character may be followed by any string of digits, letters, dollar signs (save
3139on the H8/300), and underscores.
252b5132
RH
3140@end ifset
3141@end ifset
3142
3143Case of letters is significant: @code{foo} is a different symbol name
3144than @code{Foo}.
3145
3146Each symbol has exactly one name. Each name in an assembly language program
3147refers to exactly one symbol. You may use that symbol name any number of times
3148in a program.
3149
3150@subheading Local Symbol Names
3151
3152@cindex local symbol names
3153@cindex symbol names, local
3154@cindex temporary symbol names
3155@cindex symbol names, temporary
3156Local symbols help compilers and programmers use names temporarily.
2d5aaba0
NC
3157They create symbols which are guaranteed to be unique over the entire scope of
3158the input source code and which can be referred to by a simple notation.
3159To define a local symbol, write a label of the form @samp{@b{N}:} (where @b{N}
3160represents any positive integer). To refer to the most recent previous
3161definition of that symbol write @samp{@b{N}b}, using the same number as when
3162you defined the label. To refer to the next definition of a local label, write
3163@samp{@b{N}f}--- The @samp{b} stands for``backwards'' and the @samp{f} stands
3164for ``forwards''.
3165
3166There is no restriction on how you can use these labels, and you can reuse them
3167too. So that it is possible to repeatedly define the same local label (using
3168the same number @samp{@b{N}}), although you can only refer to the most recently
3169defined local label of that number (for a backwards reference) or the next
3170definition of a specific local label for a forward reference. It is also worth
3171noting that the first 10 local labels (@samp{@b{0:}}@dots{}@samp{@b{9:}}) are
3172implemented in a slightly more efficient manner than the others.
3173
3174Here is an example:
3175
3176@smallexample
31771: branch 1f
31782: branch 1b
31791: branch 2f
31802: branch 1b
3181@end smallexample
3182
3183Which is the equivalent of:
3184
3185@smallexample
3186label_1: branch label_3
3187label_2: branch label_1
3188label_3: branch label_4
3189label_4: branch label_3
3190@end smallexample
3191
3192Local symbol names are only a notational device. They are immediately
3193transformed into more conventional symbol names before the assembler uses them.
3194The symbol names stored in the symbol table, appearing in error messages and
3195optionally emitted to the object file. The names are constructed using these
252b5132
RH
3196parts:
3197
3198@table @code
3199@item L
a4fb0134 3200All local labels begin with @samp{L}. Normally both @command{@value{AS}} and
252b5132
RH
3201@code{@value{LD}} forget symbols that start with @samp{L}. These labels are
3202used for symbols you are never intended to see. If you use the
a4fb0134 3203@samp{-L} option then @command{@value{AS}} retains these symbols in the
252b5132
RH
3204object file. If you also instruct @code{@value{LD}} to retain these symbols,
3205you may use them in debugging.
3206
2d5aaba0
NC
3207@item @var{number}
3208This is the number that was used in the local label definition. So if the
3209label is written @samp{55:} then the number is @samp{55}.
252b5132 3210
2d5aaba0
NC
3211@item @kbd{C-B}
3212This unusual character is included so you do not accidentally invent a symbol
3213of the same name. The character has ASCII value of @samp{\002} (control-B).
252b5132
RH
3214
3215@item @emph{ordinal number}
2d5aaba0
NC
3216This is a serial number to keep the labels distinct. The first definition of
3217@samp{0:} gets the number @samp{1}. The 15th definition of @samp{0:} gets the
3218number @samp{15}, and so on. Likewise the first definition of @samp{1:} gets
3219the number @samp{1} and its 15th defintion gets @samp{15} as well.
252b5132
RH
3220@end table
3221
2d5aaba0
NC
3222So for example, the first @code{1:} is named @code{L1@kbd{C-B}1}, the 44th
3223@code{3:} is named @code{L3@kbd{C-B}44}.
3224
3225@subheading Dollar Local Labels
3226@cindex dollar local symbols
3227
3228@code{@value{AS}} also supports an even more local form of local labels called
3229dollar labels. These labels go out of scope (ie they become undefined) as soon
3230as a non-local label is defined. Thus they remain valid for only a small
3231region of the input source code. Normal local labels, by contrast, remain in
3232scope for the entire file, or until they are redefined by another occurrence of
3233the same local label.
3234
3235Dollar labels are defined in exactly the same way as ordinary local labels,
3236except that instead of being terminated by a colon, they are terminated by a
3237dollar sign. eg @samp{@b{55$}}.
3238
3239They can also be distinguished from ordinary local labels by their transformed
3240name which uses ASCII character @samp{\001} (control-A) as the magic character
3241to distinguish them from ordinary labels. Thus the 5th defintion of @samp{6$}
3242is named @samp{L6@kbd{C-A}5}.
252b5132
RH
3243
3244@node Dot
3245@section The Special Dot Symbol
3246
3247@cindex dot (symbol)
3248@cindex @code{.} (symbol)
3249@cindex current address
3250@cindex location counter
3251The special symbol @samp{.} refers to the current address that
a4fb0134 3252@command{@value{AS}} is assembling into. Thus, the expression @samp{melvin:
252b5132
RH
3253.long .} defines @code{melvin} to contain its own address.
3254Assigning a value to @code{.} is treated the same as a @code{.org}
3255directive. Thus, the expression @samp{.=.+4} is the same as saying
3256@ifclear no-space-dir
3257@samp{.space 4}.
3258@end ifclear
3259@ifset no-space-dir
3260@ifset A29K
3261@samp{.block 4}.
3262@end ifset
3263@end ifset
3264
3265@node Symbol Attributes
3266@section Symbol Attributes
3267
3268@cindex symbol attributes
3269@cindex attributes, symbol
3270Every symbol has, as well as its name, the attributes ``Value'' and
3271``Type''. Depending on output format, symbols can also have auxiliary
3272attributes.
3273@ifset INTERNALS
3274The detailed definitions are in @file{a.out.h}.
3275@end ifset
3276
a4fb0134 3277If you use a symbol without defining it, @command{@value{AS}} assumes zero for
252b5132
RH
3278all these attributes, and probably won't warn you. This makes the
3279symbol an externally defined symbol, which is generally what you
3280would want.
3281
3282@menu
3283* Symbol Value:: Value
3284* Symbol Type:: Type
3285@ifset aout-bout
3286@ifset GENERIC
3287* a.out Symbols:: Symbol Attributes: @code{a.out}
3288@end ifset
3289@ifclear GENERIC
3290@ifclear BOUT
3291* a.out Symbols:: Symbol Attributes: @code{a.out}
3292@end ifclear
3293@ifset BOUT
3294* a.out Symbols:: Symbol Attributes: @code{a.out}, @code{b.out}
3295@end ifset
3296@end ifclear
3297@end ifset
3298@ifset COFF
3299* COFF Symbols:: Symbol Attributes for COFF
3300@end ifset
3301@ifset SOM
3302* SOM Symbols:: Symbol Attributes for SOM
3303@end ifset
3304@end menu
3305
3306@node Symbol Value
3307@subsection Value
3308
3309@cindex value of a symbol
3310@cindex symbol value
3311The value of a symbol is (usually) 32 bits. For a symbol which labels a
3312location in the text, data, bss or absolute sections the value is the
3313number of addresses from the start of that section to the label.
3314Naturally for text, data and bss sections the value of a symbol changes
3315as @code{@value{LD}} changes section base addresses during linking. Absolute
3316symbols' values do not change during linking: that is why they are
3317called absolute.
3318
3319The value of an undefined symbol is treated in a special way. If it is
33200 then the symbol is not defined in this assembler source file, and
3321@code{@value{LD}} tries to determine its value from other files linked into the
3322same program. You make this kind of symbol simply by mentioning a symbol
3323name without defining it. A non-zero value represents a @code{.comm}
3324common declaration. The value is how much common storage to reserve, in
3325bytes (addresses). The symbol refers to the first address of the
3326allocated storage.
3327
3328@node Symbol Type
3329@subsection Type
3330
3331@cindex type of a symbol
3332@cindex symbol type
3333The type attribute of a symbol contains relocation (section)
3334information, any flag settings indicating that a symbol is external, and
3335(optionally), other information for linkers and debuggers. The exact
3336format depends on the object-code output format in use.
3337
3338@ifset aout-bout
3339@ifclear GENERIC
3340@ifset BOUT
3341@c The following avoids a "widow" subsection title. @group would be
3342@c better if it were available outside examples.
3343@need 1000
3344@node a.out Symbols
3345@subsection Symbol Attributes: @code{a.out}, @code{b.out}
3346
3347@cindex @code{b.out} symbol attributes
3348@cindex symbol attributes, @code{b.out}
a4fb0134 3349These symbol attributes appear only when @command{@value{AS}} is configured for
252b5132
RH
3350one of the Berkeley-descended object output formats---@code{a.out} or
3351@code{b.out}.
3352
3353@end ifset
3354@ifclear BOUT
3355@node a.out Symbols
3356@subsection Symbol Attributes: @code{a.out}
3357
3358@cindex @code{a.out} symbol attributes
3359@cindex symbol attributes, @code{a.out}
3360
3361@end ifclear
3362@end ifclear
3363@ifset GENERIC
3364@node a.out Symbols
3365@subsection Symbol Attributes: @code{a.out}
3366
3367@cindex @code{a.out} symbol attributes
3368@cindex symbol attributes, @code{a.out}
3369
3370@end ifset
3371@menu
3372* Symbol Desc:: Descriptor
3373* Symbol Other:: Other
3374@end menu
3375
3376@node Symbol Desc
3377@subsubsection Descriptor
3378
3379@cindex descriptor, of @code{a.out} symbol
3380This is an arbitrary 16-bit value. You may establish a symbol's
3381descriptor value by using a @code{.desc} statement
3382(@pxref{Desc,,@code{.desc}}). A descriptor value means nothing to
a4fb0134 3383@command{@value{AS}}.
252b5132
RH
3384
3385@node Symbol Other
3386@subsubsection Other
3387
3388@cindex other attribute, of @code{a.out} symbol
a4fb0134 3389This is an arbitrary 8-bit value. It means nothing to @command{@value{AS}}.
252b5132
RH
3390@end ifset
3391
3392@ifset COFF
3393@node COFF Symbols
3394@subsection Symbol Attributes for COFF
3395
3396@cindex COFF symbol attributes
3397@cindex symbol attributes, COFF
3398
3399The COFF format supports a multitude of auxiliary symbol attributes;
3400like the primary symbol attributes, they are set between @code{.def} and
3401@code{.endef} directives.
3402
3403@subsubsection Primary Attributes
3404
3405@cindex primary attributes, COFF symbols
3406The symbol name is set with @code{.def}; the value and type,
3407respectively, with @code{.val} and @code{.type}.
3408
3409@subsubsection Auxiliary Attributes
3410
3411@cindex auxiliary attributes, COFF symbols
a4fb0134 3412The @command{@value{AS}} directives @code{.dim}, @code{.line}, @code{.scl},
c87db184
CF
3413@code{.size}, @code{.tag}, and @code{.weak} can generate auxiliary symbol
3414table information for COFF.
252b5132
RH
3415@end ifset
3416
3417@ifset SOM
3418@node SOM Symbols
3419@subsection Symbol Attributes for SOM
3420
3421@cindex SOM symbol attributes
3422@cindex symbol attributes, SOM
3423
3424The SOM format for the HPPA supports a multitude of symbol attributes set with
3425the @code{.EXPORT} and @code{.IMPORT} directives.
3426
3427The attributes are described in @cite{HP9000 Series 800 Assembly
3428Language Reference Manual} (HP 92432-90001) under the @code{IMPORT} and
3429@code{EXPORT} assembler directive documentation.
3430@end ifset
3431
3432@node Expressions
3433@chapter Expressions
3434
3435@cindex expressions
3436@cindex addresses
3437@cindex numeric values
3438An @dfn{expression} specifies an address or numeric value.
3439Whitespace may precede and/or follow an expression.
3440
3441The result of an expression must be an absolute number, or else an offset into
3442a particular section. If an expression is not absolute, and there is not
a4fb0134 3443enough information when @command{@value{AS}} sees the expression to know its
252b5132
RH
3444section, a second pass over the source program might be necessary to interpret
3445the expression---but the second pass is currently not implemented.
a4fb0134 3446@command{@value{AS}} aborts with an error message in this situation.
252b5132
RH
3447
3448@menu
3449* Empty Exprs:: Empty Expressions
3450* Integer Exprs:: Integer Expressions
3451@end menu
3452
3453@node Empty Exprs
3454@section Empty Expressions
3455
3456@cindex empty expressions
3457@cindex expressions, empty
3458An empty expression has no value: it is just whitespace or null.
3459Wherever an absolute expression is required, you may omit the
a4fb0134 3460expression, and @command{@value{AS}} assumes a value of (absolute) 0. This
252b5132
RH
3461is compatible with other assemblers.
3462
3463@node Integer Exprs
3464@section Integer Expressions
3465
3466@cindex integer expressions
3467@cindex expressions, integer
3468An @dfn{integer expression} is one or more @emph{arguments} delimited
3469by @emph{operators}.
3470
3471@menu
3472* Arguments:: Arguments
3473* Operators:: Operators
3474* Prefix Ops:: Prefix Operators
3475* Infix Ops:: Infix Operators
3476@end menu
3477
3478@node Arguments
3479@subsection Arguments
3480
3481@cindex expression arguments
3482@cindex arguments in expressions
3483@cindex operands in expressions
3484@cindex arithmetic operands
3485@dfn{Arguments} are symbols, numbers or subexpressions. In other
3486contexts arguments are sometimes called ``arithmetic operands''. In
3487this manual, to avoid confusing them with the ``instruction operands'' of
3488the machine language, we use the term ``argument'' to refer to parts of
3489expressions only, reserving the word ``operand'' to refer only to machine
3490instruction operands.
3491
3492Symbols are evaluated to yield @{@var{section} @var{NNN}@} where
3493@var{section} is one of text, data, bss, absolute,
3494or undefined. @var{NNN} is a signed, 2's complement 32 bit
3495integer.
3496
3497Numbers are usually integers.
3498
3499A number can be a flonum or bignum. In this case, you are warned
a4fb0134 3500that only the low order 32 bits are used, and @command{@value{AS}} pretends
252b5132
RH
3501these 32 bits are an integer. You may write integer-manipulating
3502instructions that act on exotic constants, compatible with other
3503assemblers.
3504
3505@cindex subexpressions
3506Subexpressions are a left parenthesis @samp{(} followed by an integer
3507expression, followed by a right parenthesis @samp{)}; or a prefix
3508operator followed by an argument.
3509
3510@node Operators
3511@subsection Operators
3512
3513@cindex operators, in expressions
3514@cindex arithmetic functions
3515@cindex functions, in expressions
3516@dfn{Operators} are arithmetic functions, like @code{+} or @code{%}. Prefix
3517operators are followed by an argument. Infix operators appear
3518between their arguments. Operators may be preceded and/or followed by
3519whitespace.
3520
3521@node Prefix Ops
3522@subsection Prefix Operator
3523
3524@cindex prefix operators
a4fb0134 3525@command{@value{AS}} has the following @dfn{prefix operators}. They each take
252b5132
RH
3526one argument, which must be absolute.
3527
3528@c the tex/end tex stuff surrounding this small table is meant to make
3529@c it align, on the printed page, with the similar table in the next
3530@c section (which is inside an enumerate).
3531@tex
3532\global\advance\leftskip by \itemindent
3533@end tex
3534
3535@table @code
3536@item -
3537@dfn{Negation}. Two's complement negation.
3538@item ~
3539@dfn{Complementation}. Bitwise not.
3540@end table
3541
3542@tex
3543\global\advance\leftskip by -\itemindent
3544@end tex
3545
3546@node Infix Ops
3547@subsection Infix Operators
3548
3549@cindex infix operators
3550@cindex operators, permitted arguments
3551@dfn{Infix operators} take two arguments, one on either side. Operators
3552have precedence, but operations with equal precedence are performed left
a4fb0134 3553to right. Apart from @code{+} or @option{-}, both arguments must be
252b5132
RH
3554absolute, and the result is absolute.
3555
3556@enumerate
3557@cindex operator precedence
3558@cindex precedence of operators
3559
3560@item
3561Highest Precedence
3562
3563@table @code
3564@item *
3565@dfn{Multiplication}.
3566
3567@item /
3568@dfn{Division}. Truncation is the same as the C operator @samp{/}
3569
3570@item %
3571@dfn{Remainder}.
3572
3573@item <
3574@itemx <<
3575@dfn{Shift Left}. Same as the C operator @samp{<<}.
3576
3577@item >
3578@itemx >>
3579@dfn{Shift Right}. Same as the C operator @samp{>>}.
3580@end table
3581
3582@item
3583Intermediate precedence
3584
3585@table @code
3586@item |
3587
3588@dfn{Bitwise Inclusive Or}.
3589
3590@item &
3591@dfn{Bitwise And}.
3592
3593@item ^
3594@dfn{Bitwise Exclusive Or}.
3595
3596@item !
3597@dfn{Bitwise Or Not}.
3598@end table
3599
3600@item
b131d4dc 3601Low Precedence
252b5132
RH
3602
3603@table @code
3604@cindex addition, permitted arguments
3605@cindex plus, permitted arguments
3606@cindex arguments for addition
3607@item +
3608@dfn{Addition}. If either argument is absolute, the result has the section of
3609the other argument. You may not add together arguments from different
3610sections.
3611
3612@cindex subtraction, permitted arguments
3613@cindex minus, permitted arguments
3614@cindex arguments for subtraction
3615@item -
3616@dfn{Subtraction}. If the right argument is absolute, the
3617result has the section of the left argument.
3618If both arguments are in the same section, the result is absolute.
3619You may not subtract arguments from different sections.
3620@c FIXME is there still something useful to say about undefined - undefined ?
b131d4dc
NC
3621
3622@cindex comparison expressions
3623@cindex expressions, comparison
3624@item ==
3625@dfn{Is Equal To}
3626@item <>
3627@dfn{Is Not Equal To}
3628@item <
3629@dfn{Is Less Than}
3630@itemx >
3631@dfn{Is Greater Than}
3632@itemx >=
3633@dfn{Is Greater Than Or Equal To}
3634@itemx <=
3635@dfn{Is Less Than Or Equal To}
3636
3637The comparison operators can be used as infix operators. A true results has a
3638value of -1 whereas a false result has a value of 0. Note, these operators
3639perform signed comparisons.
3640@end table
3641
3642@item Lowest Precedence
3643
3644@table @code
3645@item &&
3646@dfn{Logical And}.
3647
3648@item ||
3649@dfn{Logical Or}.
3650
3651These two logical operations can be used to combine the results of sub
3652expressions. Note, unlike the comparison operators a true result returns a
3653value of 1 but a false results does still return 0. Also note that the logical
3654or operator has a slightly lower precedence than logical and.
3655
252b5132
RH
3656@end table
3657@end enumerate
3658
3659In short, it's only meaningful to add or subtract the @emph{offsets} in an
3660address; you can only have a defined section in one of the two arguments.
3661
3662@node Pseudo Ops
3663@chapter Assembler Directives
3664
3665@cindex directives, machine independent
3666@cindex pseudo-ops, machine independent
3667@cindex machine independent directives
3668All assembler directives have names that begin with a period (@samp{.}).
3669The rest of the name is letters, usually in lower case.
3670
3671This chapter discusses directives that are available regardless of the
3672target machine configuration for the @sc{gnu} assembler.
3673@ifset GENERIC
3674Some machine configurations provide additional directives.
3675@xref{Machine Dependencies}.
3676@end ifset
3677@ifclear GENERIC
3678@ifset machine-directives
3679@xref{Machine Dependencies} for additional directives.
3680@end ifset
3681@end ifclear
3682
3683@menu
3684* Abort:: @code{.abort}
3685@ifset COFF
3686* ABORT:: @code{.ABORT}
3687@end ifset
f0dc282c 3688
252b5132 3689* Align:: @code{.align @var{abs-expr} , @var{abs-expr}}
caa32fe5 3690* Altmacro:: @code{.altmacro}
252b5132
RH
3691* Ascii:: @code{.ascii "@var{string}"}@dots{}
3692* Asciz:: @code{.asciz "@var{string}"}@dots{}
3693* Balign:: @code{.balign @var{abs-expr} , @var{abs-expr}}
3694* Byte:: @code{.byte @var{expressions}}
3695* Comm:: @code{.comm @var{symbol} , @var{length} }
54cfded0 3696
cdfbf930 3697* CFI directives:: @code{.cfi_startproc}, @code{.cfi_endproc}, etc.
54cfded0 3698
252b5132
RH
3699* Data:: @code{.data @var{subsection}}
3700@ifset COFF
3701* Def:: @code{.def @var{name}}
3702@end ifset
3703@ifset aout-bout
3704* Desc:: @code{.desc @var{symbol}, @var{abs-expression}}
3705@end ifset
3706@ifset COFF
3707* Dim:: @code{.dim}
3708@end ifset
f0dc282c 3709
252b5132
RH
3710* Double:: @code{.double @var{flonums}}
3711* Eject:: @code{.eject}
3712* Else:: @code{.else}
3fd9f047 3713* Elseif:: @code{.elseif}
252b5132
RH
3714* End:: @code{.end}
3715@ifset COFF
3716* Endef:: @code{.endef}
3717@end ifset
f0dc282c 3718
252b5132
RH
3719* Endfunc:: @code{.endfunc}
3720* Endif:: @code{.endif}
3721* Equ:: @code{.equ @var{symbol}, @var{expression}}
3722* Equiv:: @code{.equiv @var{symbol}, @var{expression}}
3723* Err:: @code{.err}
3724* Exitm:: @code{.exitm}
3725* Extern:: @code{.extern}
3726* Fail:: @code{.fail}
3727@ifclear no-file-dir
3728* File:: @code{.file @var{string}}
3729@end ifclear
f0dc282c 3730
252b5132
RH
3731* Fill:: @code{.fill @var{repeat} , @var{size} , @var{value}}
3732* Float:: @code{.float @var{flonums}}
3733* Func:: @code{.func}
3734* Global:: @code{.global @var{symbol}}, @code{.globl @var{symbol}}
c91d2e08
NC
3735@ifset ELF
3736* Hidden:: @code{.hidden @var{names}}
3737@end ifset
f0dc282c 3738
252b5132
RH
3739* hword:: @code{.hword @var{expressions}}
3740* Ident:: @code{.ident}
3741* If:: @code{.if @var{absolute expression}}
7e005732 3742* Incbin:: @code{.incbin "@var{file}"[,@var{skip}[,@var{count}]]}
252b5132
RH
3743* Include:: @code{.include "@var{file}"}
3744* Int:: @code{.int @var{expressions}}
c91d2e08
NC
3745@ifset ELF
3746* Internal:: @code{.internal @var{names}}
3747@end ifset
f0dc282c 3748
252b5132
RH
3749* Irp:: @code{.irp @var{symbol},@var{values}}@dots{}
3750* Irpc:: @code{.irpc @var{symbol},@var{values}}@dots{}
3751* Lcomm:: @code{.lcomm @var{symbol} , @var{length}}
3752* Lflags:: @code{.lflags}
3753@ifclear no-line-dir
3754* Line:: @code{.line @var{line-number}}
3755@end ifclear
f0dc282c 3756
252b5132
RH
3757* Ln:: @code{.ln @var{line-number}}
3758* Linkonce:: @code{.linkonce [@var{type}]}
3759* List:: @code{.list}
3760* Long:: @code{.long @var{expressions}}
3761@ignore
3762* Lsym:: @code{.lsym @var{symbol}, @var{expression}}
3763@end ignore
f0dc282c 3764
252b5132
RH
3765* Macro:: @code{.macro @var{name} @var{args}}@dots{}
3766* MRI:: @code{.mri @var{val}}
caa32fe5 3767* Noaltmacro:: @code{.noaltmacro}
252b5132
RH
3768* Nolist:: @code{.nolist}
3769* Octa:: @code{.octa @var{bignums}}
3770* Org:: @code{.org @var{new-lc} , @var{fill}}
3771* P2align:: @code{.p2align @var{abs-expr} , @var{abs-expr}}
c91d2e08
NC
3772@ifset ELF
3773* PopSection:: @code{.popsection}
3774* Previous:: @code{.previous}
3775@end ifset
f0dc282c 3776
252b5132 3777* Print:: @code{.print @var{string}}
c91d2e08
NC
3778@ifset ELF
3779* Protected:: @code{.protected @var{names}}
3780@end ifset
f0dc282c 3781
252b5132
RH
3782* Psize:: @code{.psize @var{lines}, @var{columns}}
3783* Purgem:: @code{.purgem @var{name}}
c91d2e08
NC
3784@ifset ELF
3785* PushSection:: @code{.pushsection @var{name}}
3786@end ifset
f0dc282c 3787
252b5132
RH
3788* Quad:: @code{.quad @var{bignums}}
3789* Rept:: @code{.rept @var{count}}
3790* Sbttl:: @code{.sbttl "@var{subheading}"}
3791@ifset COFF
3792* Scl:: @code{.scl @var{class}}
c1253627
NC
3793@end ifset
3794@ifset COFF-ELF
3795* Section:: @code{.section @var{name}}
252b5132 3796@end ifset
f0dc282c 3797
252b5132
RH
3798* Set:: @code{.set @var{symbol}, @var{expression}}
3799* Short:: @code{.short @var{expressions}}
3800* Single:: @code{.single @var{flonums}}
c1253627 3801@ifset COFF-ELF
c91d2e08 3802* Size:: @code{.size [@var{name} , @var{expression}]}
c1253627
NC
3803@end ifset
3804
252b5132
RH
3805* Skip:: @code{.skip @var{size} , @var{fill}}
3806* Sleb128:: @code{.sleb128 @var{expressions}}
3807* Space:: @code{.space @var{size} , @var{fill}}
3808@ifset have-stabs
3809* Stab:: @code{.stabd, .stabn, .stabs}
3810@end ifset
f0dc282c 3811
252b5132
RH
3812* String:: @code{.string "@var{str}"}
3813* Struct:: @code{.struct @var{expression}}
3814@ifset ELF
c91d2e08 3815* SubSection:: @code{.subsection}
252b5132
RH
3816* Symver:: @code{.symver @var{name},@var{name2@@nodename}}
3817@end ifset
f0dc282c 3818
252b5132
RH
3819@ifset COFF
3820* Tag:: @code{.tag @var{structname}}
3821@end ifset
f0dc282c 3822
252b5132
RH
3823* Text:: @code{.text @var{subsection}}
3824* Title:: @code{.title "@var{heading}"}
c1253627 3825@ifset COFF-ELF
c91d2e08 3826* Type:: @code{.type <@var{int} | @var{name} , @var{type description}>}
c1253627
NC
3827@end ifset
3828
c91d2e08 3829* Uleb128:: @code{.uleb128 @var{expressions}}
252b5132 3830@ifset COFF
252b5132
RH
3831* Val:: @code{.val @var{addr}}
3832@end ifset
f0dc282c 3833
2e13b764 3834@ifset ELF
c91d2e08 3835* Version:: @code{.version "@var{string}"}
c91d2e08
NC
3836* VTableEntry:: @code{.vtable_entry @var{table}, @var{offset}}
3837* VTableInherit:: @code{.vtable_inherit @var{child}, @var{parent}}
2e13b764 3838@end ifset
f0dc282c 3839
c87db184 3840* Weak:: @code{.weak @var{names}}
252b5132
RH
3841* Word:: @code{.word @var{expressions}}
3842* Deprecated:: Deprecated Directives
3843@end menu
3844
3845@node Abort
3846@section @code{.abort}
3847
3848@cindex @code{abort} directive
3849@cindex stopping the assembly
3850This directive stops the assembly immediately. It is for
3851compatibility with other assemblers. The original idea was that the
3852assembly language source would be piped into the assembler. If the sender
a4fb0134 3853of the source quit, it could use this directive tells @command{@value{AS}} to
252b5132
RH
3854quit also. One day @code{.abort} will not be supported.
3855
3856@ifset COFF
3857@node ABORT
3858@section @code{.ABORT}
3859
3860@cindex @code{ABORT} directive
a4fb0134 3861When producing COFF output, @command{@value{AS}} accepts this directive as a
252b5132
RH
3862synonym for @samp{.abort}.
3863
3864@ifset BOUT
a4fb0134 3865When producing @code{b.out} output, @command{@value{AS}} accepts this directive,
252b5132
RH
3866but ignores it.
3867@end ifset
3868@end ifset
3869
3870@node Align
3871@section @code{.align @var{abs-expr}, @var{abs-expr}, @var{abs-expr}}
3872
3873@cindex padding the location counter
3874@cindex @code{align} directive
3875Pad the location counter (in the current subsection) to a particular storage
3876boundary. The first expression (which must be absolute) is the alignment
3877required, as described below.
3878
3879The second expression (also absolute) gives the fill value to be stored in the
3880padding bytes. It (and the comma) may be omitted. If it is omitted, the
3881padding bytes are normally zero. However, on some systems, if the section is
3882marked as containing code and the fill value is omitted, the space is filled
3883with no-op instructions.
3884
3885The third expression is also absolute, and is also optional. If it is present,
3886it is the maximum number of bytes that should be skipped by this alignment
3887directive. If doing the alignment would require skipping more bytes than the
3888specified maximum, then the alignment is not done at all. You can omit the
3889fill value (the second argument) entirely by simply using two commas after the
3890required alignment; this can be useful if you want the alignment to be filled
3891with no-op instructions when appropriate.
3892
3893The way the required alignment is specified varies from system to system.
60946ad0
AM
3894For the a29k, arc, hppa, i386 using ELF, i860, iq2000, m68k, m88k, or32,
3895s390, sparc, tic4x, tic80 and xtensa, the first expression is the
252b5132
RH
3896alignment request in bytes. For example @samp{.align 8} advances
3897the location counter until it is a multiple of 8. If the location counter
60946ad0
AM
3898is already a multiple of 8, no change is needed. For the tic54x, the
3899first expression is the alignment request in words.
252b5132 3900
adcf07e6
NC
3901For other systems, including the i386 using a.out format, and the arm and
3902strongarm, it is the
252b5132
RH
3903number of low-order zero bits the location counter must have after
3904advancement. For example @samp{.align 3} advances the location
3905counter until it a multiple of 8. If the location counter is already a
3906multiple of 8, no change is needed.
3907
3908This inconsistency is due to the different behaviors of the various
3909native assemblers for these systems which GAS must emulate.
3910GAS also provides @code{.balign} and @code{.p2align} directives,
3911described later, which have a consistent behavior across all
3912architectures (but are specific to GAS).
3913
3914@node Ascii
3915@section @code{.ascii "@var{string}"}@dots{}
3916
3917@cindex @code{ascii} directive
3918@cindex string literals
3919@code{.ascii} expects zero or more string literals (@pxref{Strings})
3920separated by commas. It assembles each string (with no automatic
3921trailing zero byte) into consecutive addresses.
3922
3923@node Asciz
3924@section @code{.asciz "@var{string}"}@dots{}
3925
3926@cindex @code{asciz} directive
3927@cindex zero-terminated strings
3928@cindex null-terminated strings
3929@code{.asciz} is just like @code{.ascii}, but each string is followed by
3930a zero byte. The ``z'' in @samp{.asciz} stands for ``zero''.
3931
3932@node Balign
3933@section @code{.balign[wl] @var{abs-expr}, @var{abs-expr}, @var{abs-expr}}
3934
3935@cindex padding the location counter given number of bytes
3936@cindex @code{balign} directive
3937Pad the location counter (in the current subsection) to a particular
3938storage boundary. The first expression (which must be absolute) is the
3939alignment request in bytes. For example @samp{.balign 8} advances
3940the location counter until it is a multiple of 8. If the location counter
3941is already a multiple of 8, no change is needed.
3942
3943The second expression (also absolute) gives the fill value to be stored in the
3944padding bytes. It (and the comma) may be omitted. If it is omitted, the
3945padding bytes are normally zero. However, on some systems, if the section is
3946marked as containing code and the fill value is omitted, the space is filled
3947with no-op instructions.
3948
3949The third expression is also absolute, and is also optional. If it is present,
3950it is the maximum number of bytes that should be skipped by this alignment
3951directive. If doing the alignment would require skipping more bytes than the
3952specified maximum, then the alignment is not done at all. You can omit the
3953fill value (the second argument) entirely by simply using two commas after the
3954required alignment; this can be useful if you want the alignment to be filled
3955with no-op instructions when appropriate.
3956
3957@cindex @code{balignw} directive
3958@cindex @code{balignl} directive
3959The @code{.balignw} and @code{.balignl} directives are variants of the
3960@code{.balign} directive. The @code{.balignw} directive treats the fill
3961pattern as a two byte word value. The @code{.balignl} directives treats the
3962fill pattern as a four byte longword value. For example, @code{.balignw
39634,0x368d} will align to a multiple of 4. If it skips two bytes, they will be
3964filled in with the value 0x368d (the exact placement of the bytes depends upon
3965the endianness of the processor). If it skips 1 or 3 bytes, the fill value is
3966undefined.
3967
3968@node Byte
3969@section @code{.byte @var{expressions}}
3970
3971@cindex @code{byte} directive
3972@cindex integers, one byte
3973@code{.byte} expects zero or more expressions, separated by commas.
3974Each expression is assembled into the next byte.
3975
d88ef7a6
TT
3976@node Comm
3977@section @code{.comm @var{symbol} , @var{length} }
3978
3979@cindex @code{comm} directive
3980@cindex symbol, common
3981@code{.comm} declares a common symbol named @var{symbol}. When linking, a
3982common symbol in one object file may be merged with a defined or common symbol
3983of the same name in another object file. If @code{@value{LD}} does not see a
3984definition for the symbol--just one or more common symbols--then it will
3985allocate @var{length} bytes of uninitialized memory. @var{length} must be an
3986absolute expression. If @code{@value{LD}} sees multiple common symbols with
3987the same name, and they do not all have the same size, it will allocate space
3988using the largest size.
3989
3990@ifset ELF
3991When using ELF, the @code{.comm} directive takes an optional third argument.
3992This is the desired alignment of the symbol, specified as a byte boundary (for
3993example, an alignment of 16 means that the least significant 4 bits of the
3994address should be zero). The alignment must be an absolute expression, and it
3995must be a power of two. If @code{@value{LD}} allocates uninitialized memory
3996for the common symbol, it will use the alignment when placing the symbol. If
3997no alignment is specified, @command{@value{AS}} will set the alignment to the
3998largest power of two less than or equal to the size of the symbol, up to a
3999maximum of 16.
4000@end ifset
4001
4002@ifset HPPA
4003The syntax for @code{.comm} differs slightly on the HPPA. The syntax is
4004@samp{@var{symbol} .comm, @var{length}}; @var{symbol} is optional.
4005@end ifset
4006
54cfded0
AM
4007@node CFI directives
4008@section @code{.cfi_startproc}
4009@cindex @code{cfi_startproc} directive
4010@code{.cfi_startproc} is used at the beginning of each function that
4011should have an entry in @code{.eh_frame}. It initializes some internal
4012data structures and emits architecture dependent initial CFI instructions.
4013Don't forget to close the function by
4014@code{.cfi_endproc}.
4015
4016@section @code{.cfi_endproc}
4017@cindex @code{cfi_endproc} directive
4018@code{.cfi_endproc} is used at the end of a function where it closes its
4019unwind entry previously opened by
4020@code{.cfi_startproc}. and emits it to @code{.eh_frame}.
4021
4022@section @code{.cfi_def_cfa @var{register}, @var{offset}}
4023@code{.cfi_def_cfa} defines a rule for computing CFA as: @i{take
4024address from @var{register} and add @var{offset} to it}.
4025
4026@section @code{.cfi_def_cfa_register @var{register}}
4027@code{.cfi_def_cfa_register} modifies a rule for computing CFA. From
4028now on @var{register} will be used instead of the old one. Offset
4029remains the same.
4030
4031@section @code{.cfi_def_cfa_offset @var{offset}}
4032@code{.cfi_def_cfa_offset} modifies a rule for computing CFA. Register
4033remains the same, but @var{offset} is new. Note that it is the
4034absolute offset that will be added to a defined register to compute
4035CFA address.
4036
4037@section @code{.cfi_adjust_cfa_offset @var{offset}}
4038Same as @code{.cfi_def_cfa_offset} but @var{offset} is a relative
4039value that is added/substracted from the previous offset.
4040
4041@section @code{.cfi_offset @var{register}, @var{offset}}
4042Previous value of @var{register} is saved at offset @var{offset} from
4043CFA.
4044
17076204
RH
4045@section @code{.cfi_rel_offset @var{register}, @var{offset}}
4046Previous value of @var{register} is saved at offset @var{offset} from
4047the current CFA register. This is transformed to @code{.cfi_offset}
4048using the known displacement of the CFA register from the CFA.
4049This is often easier to use, because the number will match the
4050code it's annotating.
54cfded0 4051
6749011b 4052@section @code{.cfi_window_save}
364b6d8b
JJ
4053SPARC register window has been saved.
4054
cdfbf930
RH
4055@section @code{.cfi_escape} @var{expression}[, @dots{}]
4056Allows the user to add arbitrary bytes to the unwind info. One
4057might use this to add OS-specific CFI opcodes, or generic CFI
4058opcodes that GAS does not yet support.
252b5132 4059
252b5132
RH
4060@node Data
4061@section @code{.data @var{subsection}}
4062
4063@cindex @code{data} directive
a4fb0134 4064@code{.data} tells @command{@value{AS}} to assemble the following statements onto the
252b5132
RH
4065end of the data subsection numbered @var{subsection} (which is an
4066absolute expression). If @var{subsection} is omitted, it defaults
4067to zero.
4068
4069@ifset COFF
4070@node Def
4071@section @code{.def @var{name}}
4072
4073@cindex @code{def} directive
4074@cindex COFF symbols, debugging
4075@cindex debugging COFF symbols
4076Begin defining debugging information for a symbol @var{name}; the
4077definition extends until the @code{.endef} directive is encountered.
4078@ifset BOUT
4079
a4fb0134 4080This directive is only observed when @command{@value{AS}} is configured for COFF
252b5132
RH
4081format output; when producing @code{b.out}, @samp{.def} is recognized,
4082but ignored.
4083@end ifset
4084@end ifset
4085
4086@ifset aout-bout
4087@node Desc
4088@section @code{.desc @var{symbol}, @var{abs-expression}}
4089
4090@cindex @code{desc} directive
4091@cindex COFF symbol descriptor
4092@cindex symbol descriptor, COFF
4093This directive sets the descriptor of the symbol (@pxref{Symbol Attributes})
4094to the low 16 bits of an absolute expression.
4095
4096@ifset COFF
a4fb0134 4097The @samp{.desc} directive is not available when @command{@value{AS}} is
252b5132 4098configured for COFF output; it is only for @code{a.out} or @code{b.out}
a4fb0134 4099object format. For the sake of compatibility, @command{@value{AS}} accepts
252b5132
RH
4100it, but produces no output, when configured for COFF.
4101@end ifset
4102@end ifset
4103
4104@ifset COFF
4105@node Dim
4106@section @code{.dim}
4107
4108@cindex @code{dim} directive
4109@cindex COFF auxiliary symbol information
4110@cindex auxiliary symbol information, COFF
4111This directive is generated by compilers to include auxiliary debugging
4112information in the symbol table. It is only permitted inside
4113@code{.def}/@code{.endef} pairs.
4114@ifset BOUT
4115
4116@samp{.dim} is only meaningful when generating COFF format output; when
a4fb0134 4117@command{@value{AS}} is generating @code{b.out}, it accepts this directive but
252b5132
RH
4118ignores it.
4119@end ifset
4120@end ifset
4121
4122@node Double
4123@section @code{.double @var{flonums}}
4124
4125@cindex @code{double} directive
4126@cindex floating point numbers (double)
4127@code{.double} expects zero or more flonums, separated by commas. It
4128assembles floating point numbers.
4129@ifset GENERIC
4130The exact kind of floating point numbers emitted depends on how
a4fb0134 4131@command{@value{AS}} is configured. @xref{Machine Dependencies}.
252b5132
RH
4132@end ifset
4133@ifclear GENERIC
4134@ifset IEEEFLOAT
4135On the @value{TARGET} family @samp{.double} emits 64-bit floating-point numbers
4136in @sc{ieee} format.
4137@end ifset
4138@end ifclear
4139
4140@node Eject
4141@section @code{.eject}
4142
4143@cindex @code{eject} directive
4144@cindex new page, in listings
4145@cindex page, in listings
4146@cindex listing control: new page
4147Force a page break at this point, when generating assembly listings.
4148
4149@node Else
4150@section @code{.else}
4151
4152@cindex @code{else} directive
a4fb0134 4153@code{.else} is part of the @command{@value{AS}} support for conditional
252b5132
RH
4154assembly; @pxref{If,,@code{.if}}. It marks the beginning of a section
4155of code to be assembled if the condition for the preceding @code{.if}
4156was false.
4157
3fd9f047
TW
4158@node Elseif
4159@section @code{.elseif}
4160
4161@cindex @code{elseif} directive
a4fb0134 4162@code{.elseif} is part of the @command{@value{AS}} support for conditional
3fd9f047
TW
4163assembly; @pxref{If,,@code{.if}}. It is shorthand for beginning a new
4164@code{.if} block that would otherwise fill the entire @code{.else} section.
4165
252b5132
RH
4166@node End
4167@section @code{.end}
4168
4169@cindex @code{end} directive
a4fb0134 4170@code{.end} marks the end of the assembly file. @command{@value{AS}} does not
252b5132
RH
4171process anything in the file past the @code{.end} directive.
4172
4173@ifset COFF
4174@node Endef
4175@section @code{.endef}
4176
4177@cindex @code{endef} directive
4178This directive flags the end of a symbol definition begun with
4179@code{.def}.
4180@ifset BOUT
4181
4182@samp{.endef} is only meaningful when generating COFF format output; if
a4fb0134 4183@command{@value{AS}} is configured to generate @code{b.out}, it accepts this
252b5132
RH
4184directive but ignores it.
4185@end ifset
4186@end ifset
4187
4188@node Endfunc
4189@section @code{.endfunc}
4190@cindex @code{endfunc} directive
4191@code{.endfunc} marks the end of a function specified with @code{.func}.
4192
4193@node Endif
4194@section @code{.endif}
4195
4196@cindex @code{endif} directive
a4fb0134 4197@code{.endif} is part of the @command{@value{AS}} support for conditional assembly;
252b5132
RH
4198it marks the end of a block of code that is only assembled
4199conditionally. @xref{If,,@code{.if}}.
4200
4201@node Equ
4202@section @code{.equ @var{symbol}, @var{expression}}
4203
4204@cindex @code{equ} directive
4205@cindex assigning values to symbols
4206@cindex symbols, assigning values to
4207This directive sets the value of @var{symbol} to @var{expression}.
4208It is synonymous with @samp{.set}; @pxref{Set,,@code{.set}}.
4209
4210@ifset HPPA
4211The syntax for @code{equ} on the HPPA is
4212@samp{@var{symbol} .equ @var{expression}}.
4213@end ifset
4214
4215@node Equiv
4216@section @code{.equiv @var{symbol}, @var{expression}}
4217@cindex @code{equiv} directive
4218The @code{.equiv} directive is like @code{.equ} and @code{.set}, except that
8dfa0188
NC
4219the assembler will signal an error if @var{symbol} is already defined. Note a
4220symbol which has been referenced but not actually defined is considered to be
4221undefined.
252b5132
RH
4222
4223Except for the contents of the error message, this is roughly equivalent to
4224@smallexample
4225.ifdef SYM
4226.err
4227.endif
4228.equ SYM,VAL
4229@end smallexample
4230
4231@node Err
4232@section @code{.err}
4233@cindex @code{err} directive
a4fb0134
SC
4234If @command{@value{AS}} assembles a @code{.err} directive, it will print an error
4235message and, unless the @option{-Z} option was used, it will not generate an
252b5132
RH
4236object file. This can be used to signal error an conditionally compiled code.
4237
4238@node Exitm
4239@section @code{.exitm}
4240Exit early from the current macro definition. @xref{Macro}.
4241
4242@node Extern
4243@section @code{.extern}
4244
4245@cindex @code{extern} directive
4246@code{.extern} is accepted in the source program---for compatibility
a4fb0134 4247with other assemblers---but it is ignored. @command{@value{AS}} treats
252b5132
RH
4248all undefined symbols as external.
4249
4250@node Fail
4251@section @code{.fail @var{expression}}
4252
4253@cindex @code{fail} directive
4254Generates an error or a warning. If the value of the @var{expression} is 500
a4fb0134
SC
4255or more, @command{@value{AS}} will print a warning message. If the value is less
4256than 500, @command{@value{AS}} will print an error message. The message will
252b5132
RH
4257include the value of @var{expression}. This can occasionally be useful inside
4258complex nested macros or conditional assembly.
4259
4260@ifclear no-file-dir
4261@node File
4262@section @code{.file @var{string}}
4263
4264@cindex @code{file} directive
4265@cindex logical file name
4266@cindex file name, logical
a4fb0134 4267@code{.file} tells @command{@value{AS}} that we are about to start a new logical
252b5132
RH
4268file. @var{string} is the new file name. In general, the filename is
4269recognized whether or not it is surrounded by quotes @samp{"}; but if you wish
4270to specify an empty file name, you must give the quotes--@code{""}. This
4271statement may go away in future: it is only recognized to be compatible with
a4fb0134 4272old @command{@value{AS}} programs.
252b5132 4273@ifset A29K
a4fb0134 4274In some configurations of @command{@value{AS}}, @code{.file} has already been
252b5132
RH
4275removed to avoid conflicts with other assemblers. @xref{Machine Dependencies}.
4276@end ifset
4277@end ifclear
4278
4279@node Fill
4280@section @code{.fill @var{repeat} , @var{size} , @var{value}}
4281
4282@cindex @code{fill} directive
4283@cindex writing patterns in memory
4284@cindex patterns, writing in memory
bc64be0c 4285@var{repeat}, @var{size} and @var{value} are absolute expressions.
252b5132
RH
4286This emits @var{repeat} copies of @var{size} bytes. @var{Repeat}
4287may be zero or more. @var{Size} may be zero or more, but if it is
4288more than 8, then it is deemed to have the value 8, compatible with
4289other people's assemblers. The contents of each @var{repeat} bytes
4290is taken from an 8-byte number. The highest order 4 bytes are
4291zero. The lowest order 4 bytes are @var{value} rendered in the
a4fb0134 4292byte-order of an integer on the computer @command{@value{AS}} is assembling for.
252b5132
RH
4293Each @var{size} bytes in a repetition is taken from the lowest order
4294@var{size} bytes of this number. Again, this bizarre behavior is
4295compatible with other people's assemblers.
4296
4297@var{size} and @var{value} are optional.
4298If the second comma and @var{value} are absent, @var{value} is
4299assumed zero. If the first comma and following tokens are absent,
4300@var{size} is assumed to be 1.
4301
4302@node Float
4303@section @code{.float @var{flonums}}
4304
4305@cindex floating point numbers (single)
4306@cindex @code{float} directive
4307This directive assembles zero or more flonums, separated by commas. It
4308has the same effect as @code{.single}.
4309@ifset GENERIC
4310The exact kind of floating point numbers emitted depends on how
a4fb0134 4311@command{@value{AS}} is configured.
252b5132
RH
4312@xref{Machine Dependencies}.
4313@end ifset
4314@ifclear GENERIC
4315@ifset IEEEFLOAT
4316On the @value{TARGET} family, @code{.float} emits 32-bit floating point numbers
4317in @sc{ieee} format.
4318@end ifset
4319@end ifclear
4320
4321@node Func
4322@section @code{.func @var{name}[,@var{label}]}
4323@cindex @code{func} directive
4324@code{.func} emits debugging information to denote function @var{name}, and
4325is ignored unless the file is assembled with debugging enabled.
05da4302 4326Only @samp{--gstabs[+]} is currently supported.
252b5132
RH
4327@var{label} is the entry point of the function and if omitted @var{name}
4328prepended with the @samp{leading char} is used.
4329@samp{leading char} is usually @code{_} or nothing, depending on the target.
4330All functions are currently defined to have @code{void} return type.
4331The function must be terminated with @code{.endfunc}.
4332
4333@node Global
4334@section @code{.global @var{symbol}}, @code{.globl @var{symbol}}
4335
4336@cindex @code{global} directive
4337@cindex symbol, making visible to linker
4338@code{.global} makes the symbol visible to @code{@value{LD}}. If you define
4339@var{symbol} in your partial program, its value is made available to
4340other partial programs that are linked with it. Otherwise,
4341@var{symbol} takes its attributes from a symbol of the same name
4342from another file linked into the same program.
4343
4344Both spellings (@samp{.globl} and @samp{.global}) are accepted, for
4345compatibility with other assemblers.
4346
4347@ifset HPPA
4348On the HPPA, @code{.global} is not always enough to make it accessible to other
4349partial programs. You may need the HPPA-only @code{.EXPORT} directive as well.
4350@xref{HPPA Directives,, HPPA Assembler Directives}.
4351@end ifset
4352
c91d2e08
NC
4353@ifset ELF
4354@node Hidden
4355@section @code{.hidden @var{names}}
4356
c1253627
NC
4357@cindex @code{hidden} directive
4358@cindex visibility
ed9589d4 4359This is one of the ELF visibility directives. The other two are
a349d9dd
PB
4360@code{.internal} (@pxref{Internal,,@code{.internal}}) and
4361@code{.protected} (@pxref{Protected,,@code{.protected}}).
c91d2e08
NC
4362
4363This directive overrides the named symbols default visibility (which is set by
4364their binding: local, global or weak). The directive sets the visibility to
4365@code{hidden} which means that the symbols are not visible to other components.
4366Such symbols are always considered to be @code{protected} as well.
4367@end ifset
4368
252b5132
RH
4369@node hword
4370@section @code{.hword @var{expressions}}
4371
4372@cindex @code{hword} directive
4373@cindex integers, 16-bit
4374@cindex numbers, 16-bit
4375@cindex sixteen bit integers
4376This expects zero or more @var{expressions}, and emits
4377a 16 bit number for each.
4378
4379@ifset GENERIC
4380This directive is a synonym for @samp{.short}; depending on the target
4381architecture, it may also be a synonym for @samp{.word}.
4382@end ifset
4383@ifclear GENERIC
4384@ifset W32
4385This directive is a synonym for @samp{.short}.
4386@end ifset
4387@ifset W16
4388This directive is a synonym for both @samp{.short} and @samp{.word}.
4389@end ifset
4390@end ifclear
4391
4392@node Ident
4393@section @code{.ident}
4394
4395@cindex @code{ident} directive
4396This directive is used by some assemblers to place tags in object files.
a4fb0134 4397@command{@value{AS}} simply accepts the directive for source-file
252b5132
RH
4398compatibility with such assemblers, but does not actually emit anything
4399for it.
4400
4401@node If
4402@section @code{.if @var{absolute expression}}
4403
4404@cindex conditional assembly
4405@cindex @code{if} directive
4406@code{.if} marks the beginning of a section of code which is only
4407considered part of the source program being assembled if the argument
4408(which must be an @var{absolute expression}) is non-zero. The end of
4409the conditional section of code must be marked by @code{.endif}
4410(@pxref{Endif,,@code{.endif}}); optionally, you may include code for the
4411alternative condition, flagged by @code{.else} (@pxref{Else,,@code{.else}}).
3fd9f047
TW
4412If you have several conditions to check, @code{.elseif} may be used to avoid
4413nesting blocks if/else within each subsequent @code{.else} block.
252b5132
RH
4414
4415The following variants of @code{.if} are also supported:
4416@table @code
4417@cindex @code{ifdef} directive
4418@item .ifdef @var{symbol}
4419Assembles the following section of code if the specified @var{symbol}
8dfa0188
NC
4420has been defined. Note a symbol which has been referenced but not yet defined
4421is considered to be undefined.
252b5132
RH
4422
4423@cindex @code{ifc} directive
4424@item .ifc @var{string1},@var{string2}
4425Assembles the following section of code if the two strings are the same. The
4426strings may be optionally quoted with single quotes. If they are not quoted,
4427the first string stops at the first comma, and the second string stops at the
4428end of the line. Strings which contain whitespace should be quoted. The
4429string comparison is case sensitive.
4430
4431@cindex @code{ifeq} directive
4432@item .ifeq @var{absolute expression}
4433Assembles the following section of code if the argument is zero.
4434
4435@cindex @code{ifeqs} directive
4436@item .ifeqs @var{string1},@var{string2}
4437Another form of @code{.ifc}. The strings must be quoted using double quotes.
4438
4439@cindex @code{ifge} directive
4440@item .ifge @var{absolute expression}
4441Assembles the following section of code if the argument is greater than or
4442equal to zero.
4443
4444@cindex @code{ifgt} directive
4445@item .ifgt @var{absolute expression}
4446Assembles the following section of code if the argument is greater than zero.
4447
4448@cindex @code{ifle} directive
4449@item .ifle @var{absolute expression}
4450Assembles the following section of code if the argument is less than or equal
4451to zero.
4452
4453@cindex @code{iflt} directive
4454@item .iflt @var{absolute expression}
4455Assembles the following section of code if the argument is less than zero.
4456
4457@cindex @code{ifnc} directive
4458@item .ifnc @var{string1},@var{string2}.
4459Like @code{.ifc}, but the sense of the test is reversed: this assembles the
4460following section of code if the two strings are not the same.
4461
4462@cindex @code{ifndef} directive
4463@cindex @code{ifnotdef} directive
4464@item .ifndef @var{symbol}
4465@itemx .ifnotdef @var{symbol}
4466Assembles the following section of code if the specified @var{symbol}
8dfa0188
NC
4467has not been defined. Both spelling variants are equivalent. Note a symbol
4468which has been referenced but not yet defined is considered to be undefined.
252b5132
RH
4469
4470@cindex @code{ifne} directive
4471@item .ifne @var{absolute expression}
4472Assembles the following section of code if the argument is not equal to zero
4473(in other words, this is equivalent to @code{.if}).
4474
4475@cindex @code{ifnes} directive
4476@item .ifnes @var{string1},@var{string2}
4477Like @code{.ifeqs}, but the sense of the test is reversed: this assembles the
4478following section of code if the two strings are not the same.
4479@end table
4480
7e005732
NC
4481@node Incbin
4482@section @code{.incbin "@var{file}"[,@var{skip}[,@var{count}]]}
4483
4484@cindex @code{incbin} directive
4485@cindex binary files, including
4486The @code{incbin} directive includes @var{file} verbatim at the current
4487location. You can control the search paths used with the @samp{-I} command-line
4488option (@pxref{Invoking,,Command-Line Options}). Quotation marks are required
4489around @var{file}.
4490
4491The @var{skip} argument skips a number of bytes from the start of the
4492@var{file}. The @var{count} argument indicates the maximum number of bytes to
15dcfbc3
NC
4493read. Note that the data is not aligned in any way, so it is the user's
4494responsibility to make sure that proper alignment is provided both before and
4495after the @code{incbin} directive.
7e005732 4496
252b5132
RH
4497@node Include
4498@section @code{.include "@var{file}"}
4499
4500@cindex @code{include} directive
4501@cindex supporting files, including
4502@cindex files, including
4503This directive provides a way to include supporting files at specified
4504points in your source program. The code from @var{file} is assembled as
4505if it followed the point of the @code{.include}; when the end of the
4506included file is reached, assembly of the original file continues. You
4507can control the search paths used with the @samp{-I} command-line option
4508(@pxref{Invoking,,Command-Line Options}). Quotation marks are required
4509around @var{file}.
4510
4511@node Int
4512@section @code{.int @var{expressions}}
4513
4514@cindex @code{int} directive
4515@cindex integers, 32-bit
4516Expect zero or more @var{expressions}, of any section, separated by commas.
4517For each expression, emit a number that, at run time, is the value of that
4518expression. The byte order and bit size of the number depends on what kind
4519of target the assembly is for.
4520
4521@ifclear GENERIC
4522@ifset H8
4523On the H8/500 and most forms of the H8/300, @code{.int} emits 16-bit
c2dcd04e 4524integers. On the H8/300H and the Renesas SH, however, @code{.int} emits
252b5132
RH
452532-bit integers.
4526@end ifset
4527@end ifclear
4528
c91d2e08
NC
4529@ifset ELF
4530@node Internal
4531@section @code{.internal @var{names}}
4532
c1253627
NC
4533@cindex @code{internal} directive
4534@cindex visibility
ed9589d4 4535This is one of the ELF visibility directives. The other two are
a349d9dd
PB
4536@code{.hidden} (@pxref{Hidden,,@code{.hidden}}) and
4537@code{.protected} (@pxref{Protected,,@code{.protected}}).
c91d2e08
NC
4538
4539This directive overrides the named symbols default visibility (which is set by
4540their binding: local, global or weak). The directive sets the visibility to
4541@code{internal} which means that the symbols are considered to be @code{hidden}
c1253627 4542(i.e., not visible to other components), and that some extra, processor specific
c91d2e08
NC
4543processing must also be performed upon the symbols as well.
4544@end ifset
4545
252b5132
RH
4546@node Irp
4547@section @code{.irp @var{symbol},@var{values}}@dots{}
4548
4549@cindex @code{irp} directive
4550Evaluate a sequence of statements assigning different values to @var{symbol}.
4551The sequence of statements starts at the @code{.irp} directive, and is
4552terminated by an @code{.endr} directive. For each @var{value}, @var{symbol} is
4553set to @var{value}, and the sequence of statements is assembled. If no
4554@var{value} is listed, the sequence of statements is assembled once, with
4555@var{symbol} set to the null string. To refer to @var{symbol} within the
4556sequence of statements, use @var{\symbol}.
4557
4558For example, assembling
4559
4560@example
4561 .irp param,1,2,3
4562 move d\param,sp@@-
4563 .endr
4564@end example
4565
4566is equivalent to assembling
4567
4568@example
4569 move d1,sp@@-
4570 move d2,sp@@-
4571 move d3,sp@@-
4572@end example
4573
4574@node Irpc
4575@section @code{.irpc @var{symbol},@var{values}}@dots{}
4576
4577@cindex @code{irpc} directive
4578Evaluate a sequence of statements assigning different values to @var{symbol}.
4579The sequence of statements starts at the @code{.irpc} directive, and is
4580terminated by an @code{.endr} directive. For each character in @var{value},
4581@var{symbol} is set to the character, and the sequence of statements is
4582assembled. If no @var{value} is listed, the sequence of statements is
4583assembled once, with @var{symbol} set to the null string. To refer to
4584@var{symbol} within the sequence of statements, use @var{\symbol}.
4585
4586For example, assembling
4587
4588@example
4589 .irpc param,123
4590 move d\param,sp@@-
4591 .endr
4592@end example
4593
4594is equivalent to assembling
4595
4596@example
4597 move d1,sp@@-
4598 move d2,sp@@-
4599 move d3,sp@@-
4600@end example
4601
4602@node Lcomm
4603@section @code{.lcomm @var{symbol} , @var{length}}
4604
4605@cindex @code{lcomm} directive
4606@cindex local common symbols
4607@cindex symbols, local common
4608Reserve @var{length} (an absolute expression) bytes for a local common
4609denoted by @var{symbol}. The section and value of @var{symbol} are
4610those of the new local common. The addresses are allocated in the bss
4611section, so that at run-time the bytes start off zeroed. @var{Symbol}
4612is not declared global (@pxref{Global,,@code{.global}}), so is normally
4613not visible to @code{@value{LD}}.
4614
4615@ifset GENERIC
4616Some targets permit a third argument to be used with @code{.lcomm}. This
4617argument specifies the desired alignment of the symbol in the bss section.
4618@end ifset
4619
4620@ifset HPPA
4621The syntax for @code{.lcomm} differs slightly on the HPPA. The syntax is
4622@samp{@var{symbol} .lcomm, @var{length}}; @var{symbol} is optional.
4623@end ifset
4624
4625@node Lflags
4626@section @code{.lflags}
4627
4628@cindex @code{lflags} directive (ignored)
a4fb0134 4629@command{@value{AS}} accepts this directive, for compatibility with other
252b5132
RH
4630assemblers, but ignores it.
4631
4632@ifclear no-line-dir
4633@node Line
4634@section @code{.line @var{line-number}}
4635
4636@cindex @code{line} directive
4637@end ifclear
4638@ifset no-line-dir
4639@node Ln
4640@section @code{.ln @var{line-number}}
4641
4642@cindex @code{ln} directive
4643@end ifset
4644@cindex logical line number
4645@ifset aout-bout
4646Change the logical line number. @var{line-number} must be an absolute
4647expression. The next line has that logical line number. Therefore any other
4648statements on the current line (after a statement separator character) are
4649reported as on logical line number @var{line-number} @minus{} 1. One day
a4fb0134 4650@command{@value{AS}} will no longer support this directive: it is recognized only
252b5132
RH
4651for compatibility with existing assembler programs.
4652
4653@ifset GENERIC
4654@ifset A29K
4655@emph{Warning:} In the AMD29K configuration of @value{AS}, this command is
4656not available; use the synonym @code{.ln} in that context.
4657@end ifset
4658@end ifset
4659@end ifset
4660
4661@ifclear no-line-dir
4662Even though this is a directive associated with the @code{a.out} or
a4fb0134 4663@code{b.out} object-code formats, @command{@value{AS}} still recognizes it
252b5132
RH
4664when producing COFF output, and treats @samp{.line} as though it
4665were the COFF @samp{.ln} @emph{if} it is found outside a
4666@code{.def}/@code{.endef} pair.
4667
4668Inside a @code{.def}, @samp{.line} is, instead, one of the directives
4669used by compilers to generate auxiliary symbol information for
4670debugging.
4671@end ifclear
4672
4673@node Linkonce
4674@section @code{.linkonce [@var{type}]}
4675@cindex COMDAT
4676@cindex @code{linkonce} directive
4677@cindex common sections
4678Mark the current section so that the linker only includes a single copy of it.
4679This may be used to include the same section in several different object files,
4680but ensure that the linker will only include it once in the final output file.
4681The @code{.linkonce} pseudo-op must be used for each instance of the section.
4682Duplicate sections are detected based on the section name, so it should be
4683unique.
4684
4685This directive is only supported by a few object file formats; as of this
4686writing, the only object file format which supports it is the Portable
4687Executable format used on Windows NT.
4688
4689The @var{type} argument is optional. If specified, it must be one of the
4690following strings. For example:
4691@smallexample
4692.linkonce same_size
4693@end smallexample
4694Not all types may be supported on all object file formats.
4695
4696@table @code
4697@item discard
4698Silently discard duplicate sections. This is the default.
4699
4700@item one_only
4701Warn if there are duplicate sections, but still keep only one copy.
4702
4703@item same_size
4704Warn if any of the duplicates have different sizes.
4705
4706@item same_contents
4707Warn if any of the duplicates do not have exactly the same contents.
4708@end table
4709
4710@node Ln
4711@section @code{.ln @var{line-number}}
4712
4713@cindex @code{ln} directive
4714@ifclear no-line-dir
4715@samp{.ln} is a synonym for @samp{.line}.
4716@end ifclear
4717@ifset no-line-dir
a4fb0134 4718Tell @command{@value{AS}} to change the logical line number. @var{line-number}
252b5132
RH
4719must be an absolute expression. The next line has that logical
4720line number, so any other statements on the current line (after a
4721statement separator character @code{;}) are reported as on logical
4722line number @var{line-number} @minus{} 1.
4723@ifset BOUT
4724
a4fb0134 4725This directive is accepted, but ignored, when @command{@value{AS}} is
252b5132
RH
4726configured for @code{b.out}; its effect is only associated with COFF
4727output format.
4728@end ifset
4729@end ifset
4730
4731@node MRI
4732@section @code{.mri @var{val}}
4733
4734@cindex @code{mri} directive
4735@cindex MRI mode, temporarily
a4fb0134
SC
4736If @var{val} is non-zero, this tells @command{@value{AS}} to enter MRI mode. If
4737@var{val} is zero, this tells @command{@value{AS}} to exit MRI mode. This change
252b5132
RH
4738affects code assembled until the next @code{.mri} directive, or until the end
4739of the file. @xref{M, MRI mode, MRI mode}.
4740
4741@node List
4742@section @code{.list}
4743
4744@cindex @code{list} directive
4745@cindex listing control, turning on
4746Control (in conjunction with the @code{.nolist} directive) whether or
4747not assembly listings are generated. These two directives maintain an
4748internal counter (which is zero initially). @code{.list} increments the
4749counter, and @code{.nolist} decrements it. Assembly listings are
4750generated whenever the counter is greater than zero.
4751
4752By default, listings are disabled. When you enable them (with the
4753@samp{-a} command line option; @pxref{Invoking,,Command-Line Options}),
4754the initial value of the listing counter is one.
4755
4756@node Long
4757@section @code{.long @var{expressions}}
4758
4759@cindex @code{long} directive
4760@code{.long} is the same as @samp{.int}, @pxref{Int,,@code{.int}}.
4761
4762@ignore
4763@c no one seems to know what this is for or whether this description is
4764@c what it really ought to do
4765@node Lsym
4766@section @code{.lsym @var{symbol}, @var{expression}}
4767
4768@cindex @code{lsym} directive
4769@cindex symbol, not referenced in assembly
4770@code{.lsym} creates a new symbol named @var{symbol}, but does not put it in
4771the hash table, ensuring it cannot be referenced by name during the
4772rest of the assembly. This sets the attributes of the symbol to be
4773the same as the expression value:
4774@smallexample
4775@var{other} = @var{descriptor} = 0
4776@var{type} = @r{(section of @var{expression})}
4777@var{value} = @var{expression}
4778@end smallexample
4779@noindent
4780The new symbol is not flagged as external.
4781@end ignore
4782
4783@node Macro
4784@section @code{.macro}
4785
4786@cindex macros
4787The commands @code{.macro} and @code{.endm} allow you to define macros that
4788generate assembly output. For example, this definition specifies a macro
4789@code{sum} that puts a sequence of numbers into memory:
4790
4791@example
4792 .macro sum from=0, to=5
4793 .long \from
4794 .if \to-\from
4795 sum "(\from+1)",\to
4796 .endif
4797 .endm
4798@end example
4799
4800@noindent
4801With that definition, @samp{SUM 0,5} is equivalent to this assembly input:
4802
4803@example
4804 .long 0
4805 .long 1
4806 .long 2
4807 .long 3
4808 .long 4
4809 .long 5
4810@end example
4811
4812@ftable @code
4813@item .macro @var{macname}
4814@itemx .macro @var{macname} @var{macargs} @dots{}
4815@cindex @code{macro} directive
4816Begin the definition of a macro called @var{macname}. If your macro
4817definition requires arguments, specify their names after the macro name,
4818separated by commas or spaces. You can supply a default value for any
4819macro argument by following the name with @samp{=@var{deflt}}. For
4820example, these are all valid @code{.macro} statements:
4821
4822@table @code
4823@item .macro comm
4824Begin the definition of a macro called @code{comm}, which takes no
4825arguments.
4826
4827@item .macro plus1 p, p1
4828@itemx .macro plus1 p p1
4829Either statement begins the definition of a macro called @code{plus1},
4830which takes two arguments; within the macro definition, write
4831@samp{\p} or @samp{\p1} to evaluate the arguments.
4832
4833@item .macro reserve_str p1=0 p2
4834Begin the definition of a macro called @code{reserve_str}, with two
4835arguments. The first argument has a default value, but not the second.
4836After the definition is complete, you can call the macro either as
4837@samp{reserve_str @var{a},@var{b}} (with @samp{\p1} evaluating to
4838@var{a} and @samp{\p2} evaluating to @var{b}), or as @samp{reserve_str
4839,@var{b}} (with @samp{\p1} evaluating as the default, in this case
4840@samp{0}, and @samp{\p2} evaluating to @var{b}).
4841@end table
4842
4843When you call a macro, you can specify the argument values either by
4844position, or by keyword. For example, @samp{sum 9,17} is equivalent to
4845@samp{sum to=17, from=9}.
4846
4847@item .endm
4848@cindex @code{endm} directive
4849Mark the end of a macro definition.
4850
4851@item .exitm
4852@cindex @code{exitm} directive
4853Exit early from the current macro definition.
4854
4855@cindex number of macros executed
4856@cindex macros, count executed
4857@item \@@
a4fb0134 4858@command{@value{AS}} maintains a counter of how many macros it has
252b5132
RH
4859executed in this pseudo-variable; you can copy that number to your
4860output with @samp{\@@}, but @emph{only within a macro definition}.
4861
252b5132
RH
4862@item LOCAL @var{name} [ , @dots{} ]
4863@emph{Warning: @code{LOCAL} is only available if you select ``alternate
caa32fe5
NC
4864macro syntax'' with @samp{--alternate} or @code{.altmacro}.}
4865@xref{Altmacro,,@code{.altmacro}}.
4866@end ftable
252b5132 4867
caa32fe5
NC
4868@node Altmacro
4869@section @code{.altmacro}
4870Enable alternate macro mode, enabling:
4871
4872@ftable @code
4873@item LOCAL @var{name} [ , @dots{} ]
4874One additional directive, @code{LOCAL}, is available. It is used to
4875generate a string replacement for each of the @var{name} arguments, and
252b5132
RH
4876replace any instances of @var{name} in each macro expansion. The
4877replacement string is unique in the assembly, and different for each
4878separate macro expansion. @code{LOCAL} allows you to write macros that
4879define symbols, without fear of conflict between separate macro expansions.
caa32fe5
NC
4880
4881@item String delimiters
4882You can write strings delimited in these other ways besides
4883@code{"@var{string}"}:
4884
4885@table @code
4886@item '@var{string}'
4887You can delimit strings with single-quote charaters.
4888
4889@item <@var{string}>
4890You can delimit strings with matching angle brackets.
4891@end table
4892
4893@item single-character string escape
4894To include any single character literally in a string (even if the
4895character would otherwise have some special meaning), you can prefix the
4896character with @samp{!} (an exclamation mark). For example, you can
4897write @samp{<4.3 !> 5.4!!>} to get the literal text @samp{4.3 > 5.4!}.
4898
4899@item Expression results as strings
4900You can write @samp{%@var{expr}} to evaluate the expression @var{expr}
4901and use the result as a string.
252b5132
RH
4902@end ftable
4903
caa32fe5
NC
4904@node Noaltmacro
4905@section @code{.noaltmacro}
4906Disable alternate macro mode. @ref{Altmacro}
4907
252b5132
RH
4908@node Nolist
4909@section @code{.nolist}
4910
4911@cindex @code{nolist} directive
4912@cindex listing control, turning off
4913Control (in conjunction with the @code{.list} directive) whether or
4914not assembly listings are generated. These two directives maintain an
4915internal counter (which is zero initially). @code{.list} increments the
4916counter, and @code{.nolist} decrements it. Assembly listings are
4917generated whenever the counter is greater than zero.
4918
4919@node Octa
4920@section @code{.octa @var{bignums}}
4921
4922@c FIXME: double size emitted for "octa" on i960, others? Or warn?
4923@cindex @code{octa} directive
4924@cindex integer, 16-byte
4925@cindex sixteen byte integer
4926This directive expects zero or more bignums, separated by commas. For each
4927bignum, it emits a 16-byte integer.
4928
4929The term ``octa'' comes from contexts in which a ``word'' is two bytes;
4930hence @emph{octa}-word for 16 bytes.
4931
4932@node Org
4933@section @code{.org @var{new-lc} , @var{fill}}
4934
4935@cindex @code{org} directive
4936@cindex location counter, advancing
4937@cindex advancing location counter
4938@cindex current address, advancing
4939Advance the location counter of the current section to
4940@var{new-lc}. @var{new-lc} is either an absolute expression or an
4941expression with the same section as the current subsection. That is,
4942you can't use @code{.org} to cross sections: if @var{new-lc} has the
4943wrong section, the @code{.org} directive is ignored. To be compatible
4944with former assemblers, if the section of @var{new-lc} is absolute,
a4fb0134 4945@command{@value{AS}} issues a warning, then pretends the section of @var{new-lc}
252b5132
RH
4946is the same as the current subsection.
4947
4948@code{.org} may only increase the location counter, or leave it
4949unchanged; you cannot use @code{.org} to move the location counter
4950backwards.
4951
4952@c double negative used below "not undefined" because this is a specific
4953@c reference to "undefined" (as SEG_UNKNOWN is called in this manual)
4954@c section. doc@cygnus.com 18feb91
a4fb0134 4955Because @command{@value{AS}} tries to assemble programs in one pass, @var{new-lc}
252b5132
RH
4956may not be undefined. If you really detest this restriction we eagerly await
4957a chance to share your improved assembler.
4958
4959Beware that the origin is relative to the start of the section, not
4960to the start of the subsection. This is compatible with other
4961people's assemblers.
4962
4963When the location counter (of the current subsection) is advanced, the
4964intervening bytes are filled with @var{fill} which should be an
4965absolute expression. If the comma and @var{fill} are omitted,
4966@var{fill} defaults to zero.
4967
4968@node P2align
4969@section @code{.p2align[wl] @var{abs-expr}, @var{abs-expr}, @var{abs-expr}}
4970
4971@cindex padding the location counter given a power of two
4972@cindex @code{p2align} directive
4973Pad the location counter (in the current subsection) to a particular
4974storage boundary. The first expression (which must be absolute) is the
4975number of low-order zero bits the location counter must have after
4976advancement. For example @samp{.p2align 3} advances the location
4977counter until it a multiple of 8. If the location counter is already a
4978multiple of 8, no change is needed.
4979
4980The second expression (also absolute) gives the fill value to be stored in the
4981padding bytes. It (and the comma) may be omitted. If it is omitted, the
4982padding bytes are normally zero. However, on some systems, if the section is
4983marked as containing code and the fill value is omitted, the space is filled
4984with no-op instructions.
4985
4986The third expression is also absolute, and is also optional. If it is present,
4987it is the maximum number of bytes that should be skipped by this alignment
4988directive. If doing the alignment would require skipping more bytes than the
4989specified maximum, then the alignment is not done at all. You can omit the
4990fill value (the second argument) entirely by simply using two commas after the
4991required alignment; this can be useful if you want the alignment to be filled
4992with no-op instructions when appropriate.
4993
4994@cindex @code{p2alignw} directive
4995@cindex @code{p2alignl} directive
4996The @code{.p2alignw} and @code{.p2alignl} directives are variants of the
4997@code{.p2align} directive. The @code{.p2alignw} directive treats the fill
4998pattern as a two byte word value. The @code{.p2alignl} directives treats the
4999fill pattern as a four byte longword value. For example, @code{.p2alignw
50002,0x368d} will align to a multiple of 4. If it skips two bytes, they will be
5001filled in with the value 0x368d (the exact placement of the bytes depends upon
5002the endianness of the processor). If it skips 1 or 3 bytes, the fill value is
5003undefined.
5004
c91d2e08
NC
5005@ifset ELF
5006@node Previous
5007@section @code{.previous}
5008
c1253627 5009@cindex @code{previous} directive
c91d2e08
NC
5010@cindex Section Stack
5011This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
5012@code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
5013@code{.pushsection} (@pxref{PushSection}), and @code{.popsection}
5014(@pxref{PopSection}).
c91d2e08
NC
5015
5016This directive swaps the current section (and subsection) with most recently
5017referenced section (and subsection) prior to this one. Multiple
5018@code{.previous} directives in a row will flip between two sections (and their
5019subsections).
5020
5021In terms of the section stack, this directive swaps the current section with
5022the top section on the section stack.
5023@end ifset
5024
5025@ifset ELF
5026@node PopSection
5027@section @code{.popsection}
5028
c1253627 5029@cindex @code{popsection} directive
c91d2e08
NC
5030@cindex Section Stack
5031This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
5032@code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
5033@code{.pushsection} (@pxref{PushSection}), and @code{.previous}
5034(@pxref{Previous}).
c91d2e08
NC
5035
5036This directive replaces the current section (and subsection) with the top
5037section (and subsection) on the section stack. This section is popped off the
5038stack.
c91d2e08
NC
5039@end ifset
5040
252b5132
RH
5041@node Print
5042@section @code{.print @var{string}}
5043
5044@cindex @code{print} directive
a4fb0134 5045@command{@value{AS}} will print @var{string} on the standard output during
252b5132
RH
5046assembly. You must put @var{string} in double quotes.
5047
c91d2e08
NC
5048@ifset ELF
5049@node Protected
5050@section @code{.protected @var{names}}
5051
c1253627
NC
5052@cindex @code{protected} directive
5053@cindex visibility
ed9589d4 5054This is one of the ELF visibility directives. The other two are
a349d9dd 5055@code{.hidden} (@pxref{Hidden}) and @code{.internal} (@pxref{Internal}).
c91d2e08
NC
5056
5057This directive overrides the named symbols default visibility (which is set by
5058their binding: local, global or weak). The directive sets the visibility to
5059@code{protected} which means that any references to the symbols from within the
5060components that defines them must be resolved to the definition in that
5061component, even if a definition in another component would normally preempt
5062this.
5063@end ifset
5064
252b5132
RH
5065@node Psize
5066@section @code{.psize @var{lines} , @var{columns}}
5067
5068@cindex @code{psize} directive
5069@cindex listing control: paper size
5070@cindex paper size, for listings
5071Use this directive to declare the number of lines---and, optionally, the
5072number of columns---to use for each page, when generating listings.
5073
5074If you do not use @code{.psize}, listings use a default line-count
5075of 60. You may omit the comma and @var{columns} specification; the
5076default width is 200 columns.
5077
a4fb0134 5078@command{@value{AS}} generates formfeeds whenever the specified number of
252b5132
RH
5079lines is exceeded (or whenever you explicitly request one, using
5080@code{.eject}).
5081
5082If you specify @var{lines} as @code{0}, no formfeeds are generated save
5083those explicitly specified with @code{.eject}.
5084
5085@node Purgem
5086@section @code{.purgem @var{name}}
5087
5088@cindex @code{purgem} directive
5089Undefine the macro @var{name}, so that later uses of the string will not be
5090expanded. @xref{Macro}.
5091
c91d2e08
NC
5092@ifset ELF
5093@node PushSection
5094@section @code{.pushsection @var{name} , @var{subsection}}
5095
c1253627 5096@cindex @code{pushsection} directive
c91d2e08
NC
5097@cindex Section Stack
5098This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
5099@code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
5100@code{.popsection} (@pxref{PopSection}), and @code{.previous}
5101(@pxref{Previous}).
c91d2e08 5102
e9863d7f
DJ
5103This directive pushes the current section (and subsection) onto the
5104top of the section stack, and then replaces the current section and
5105subsection with @code{name} and @code{subsection}.
c91d2e08
NC
5106@end ifset
5107
252b5132
RH
5108@node Quad
5109@section @code{.quad @var{bignums}}
5110
5111@cindex @code{quad} directive
5112@code{.quad} expects zero or more bignums, separated by commas. For
5113each bignum, it emits
5114@ifclear bignum-16
5115an 8-byte integer. If the bignum won't fit in 8 bytes, it prints a
5116warning message; and just takes the lowest order 8 bytes of the bignum.
5117@cindex eight-byte integer
5118@cindex integer, 8-byte
5119
5120The term ``quad'' comes from contexts in which a ``word'' is two bytes;
5121hence @emph{quad}-word for 8 bytes.
5122@end ifclear
5123@ifset bignum-16
5124a 16-byte integer. If the bignum won't fit in 16 bytes, it prints a
5125warning message; and just takes the lowest order 16 bytes of the bignum.
5126@cindex sixteen-byte integer
5127@cindex integer, 16-byte
5128@end ifset
5129
5130@node Rept
5131@section @code{.rept @var{count}}
5132
5133@cindex @code{rept} directive
5134Repeat the sequence of lines between the @code{.rept} directive and the next
5135@code{.endr} directive @var{count} times.
5136
5137For example, assembling
5138
5139@example
5140 .rept 3
5141 .long 0
5142 .endr
5143@end example
5144
5145is equivalent to assembling
5146
5147@example
5148 .long 0
5149 .long 0
5150 .long 0
5151@end example
5152
5153@node Sbttl
5154@section @code{.sbttl "@var{subheading}"}
5155
5156@cindex @code{sbttl} directive
5157@cindex subtitles for listings
5158@cindex listing control: subtitle
5159Use @var{subheading} as the title (third line, immediately after the
5160title line) when generating assembly listings.
5161
5162This directive affects subsequent pages, as well as the current page if
5163it appears within ten lines of the top of a page.
5164
5165@ifset COFF
5166@node Scl
5167@section @code{.scl @var{class}}
5168
5169@cindex @code{scl} directive
5170@cindex symbol storage class (COFF)
5171@cindex COFF symbol storage class
5172Set the storage-class value for a symbol. This directive may only be
5173used inside a @code{.def}/@code{.endef} pair. Storage class may flag
5174whether a symbol is static or external, or it may record further
5175symbolic debugging information.
5176@ifset BOUT
5177
5178The @samp{.scl} directive is primarily associated with COFF output; when
a4fb0134 5179configured to generate @code{b.out} output format, @command{@value{AS}}
252b5132
RH
5180accepts this directive but ignores it.
5181@end ifset
5182@end ifset
5183
c1253627 5184@ifset COFF-ELF
252b5132 5185@node Section
c1253627 5186@section @code{.section @var{name}}
252b5132 5187
252b5132
RH
5188@cindex named section
5189Use the @code{.section} directive to assemble the following code into a section
5190named @var{name}.
5191
5192This directive is only supported for targets that actually support arbitrarily
5193named sections; on @code{a.out} targets, for example, it is not accepted, even
5194with a standard @code{a.out} section name.
5195
c1253627
NC
5196@ifset COFF
5197@ifset ELF
5198@c only print the extra heading if both COFF and ELF are set
5199@subheading COFF Version
5200@end ifset
5201
5202@cindex @code{section} directive (COFF version)
252b5132
RH
5203For COFF targets, the @code{.section} directive is used in one of the following
5204ways:
c91d2e08 5205
252b5132
RH
5206@smallexample
5207.section @var{name}[, "@var{flags}"]
5208.section @var{name}[, @var{subsegment}]
5209@end smallexample
5210
5211If the optional argument is quoted, it is taken as flags to use for the
5212section. Each flag is a single character. The following flags are recognized:
5213@table @code
5214@item b
5215bss section (uninitialized data)
5216@item n
5217section is not loaded
5218@item w
5219writable section
5220@item d
5221data section
5222@item r
5223read-only section
5224@item x
5225executable section
2dcc60be
ILT
5226@item s
5227shared section (meaningful for PE targets)
6ff96af6
NC
5228@item a
5229ignored. (For compatibility with the ELF version)
252b5132
RH
5230@end table
5231
5232If no flags are specified, the default flags depend upon the section name. If
5233the section name is not recognized, the default will be for the section to be
7e84d676
NC
5234loaded and writable. Note the @code{n} and @code{w} flags remove attributes
5235from the section, rather than adding them, so if they are used on their own it
5236will be as if no flags had been specified at all.
252b5132
RH
5237
5238If the optional argument to the @code{.section} directive is not quoted, it is
5239taken as a subsegment number (@pxref{Sub-Sections}).
c1253627 5240@end ifset
252b5132
RH
5241
5242@ifset ELF
c1253627
NC
5243@ifset COFF
5244@c only print the extra heading if both COFF and ELF are set
5245@subheading ELF Version
5246@end ifset
5247
c91d2e08
NC
5248@cindex Section Stack
5249This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
5250@code{.subsection} (@pxref{SubSection}), @code{.pushsection}
5251(@pxref{PushSection}), @code{.popsection} (@pxref{PopSection}), and
5252@code{.previous} (@pxref{Previous}).
c91d2e08 5253
c1253627 5254@cindex @code{section} directive (ELF version)
252b5132 5255For ELF targets, the @code{.section} directive is used like this:
c91d2e08 5256
252b5132 5257@smallexample
22fe14ad 5258.section @var{name} [, "@var{flags}"[, @@@var{type}[,@var{flag_specific_arguments}]]
252b5132 5259@end smallexample
c91d2e08 5260
252b5132 5261The optional @var{flags} argument is a quoted string which may contain any
a349d9dd 5262combination of the following characters:
252b5132
RH
5263@table @code
5264@item a
5265section is allocatable
5266@item w
5267section is writable
5268@item x
5269section is executable
ec38dd05
JJ
5270@item M
5271section is mergeable
5272@item S
5273section contains zero terminated strings
22fe14ad
NC
5274@item G
5275section is a member of a section group
5276@item T
5277section is used for thread-local-storage
252b5132
RH
5278@end table
5279
5280The optional @var{type} argument may contain one of the following constants:
5281@table @code
5282@item @@progbits
5283section contains data
5284@item @@nobits
5285section does not contain data (i.e., section only occupies space)
22fe14ad
NC
5286@item @@note
5287section contains data which is used by things other than the program
252b5132
RH
5288@end table
5289
ececec60
NC
5290Note on targets where the @code{@@} character is the start of a comment (eg
5291ARM) then another character is used instead. For example the ARM port uses the
5292@code{%} character.
5293
22fe14ad
NC
5294If @var{flags} contains the @code{M} symbol then the @var{type} argument must
5295be specified as well as an extra argument - @var{entsize} - like this:
5296
5297@smallexample
5298.section @var{name} , "@var{flags}"M, @@@var{type}, @var{entsize}
5299@end smallexample
5300
5301Sections with the @code{M} flag but not @code{S} flag must contain fixed size
5302constants, each @var{entsize} octets long. Sections with both @code{M} and
5303@code{S} must contain zero terminated strings where each character is
5304@var{entsize} bytes long. The linker may remove duplicates within sections with
5305the same name, same entity size and same flags. @var{entsize} must be an
5306absolute expression.
5307
5308If @var{flags} contains the @code{G} symbol then the @var{type} argument must
5309be present along with an additional field like this:
5310
5311@smallexample
5312.section @var{name} , "@var{flags}"G, @@@var{type}, @var{GroupName}[, @var{linkage}]
5313@end smallexample
5314
5315The @var{GroupName} field specifies the name of the section group to which this
5316particular section belongs. The optional linkage field can contain:
5317@table @code
5318@item comdat
5319indicates that only one copy of this section should be retained
5320@item .gnu.linkonce
5321an alias for comdat
5322@end table
5323
5324Note - if both the @var{M} and @var{G} flags are present then the fields for
5325the Merge flag should come first, like this:
5326
5327@smallexample
5328.section @var{name} , "@var{flags}"MG, @@@var{type}, @var{entsize}, @var{GroupName}[, @var{linkage}]
5329@end smallexample
ec38dd05 5330
252b5132
RH
5331If no flags are specified, the default flags depend upon the section name. If
5332the section name is not recognized, the default will be for the section to have
5333none of the above flags: it will not be allocated in memory, nor writable, nor
5334executable. The section will contain data.
5335
5336For ELF targets, the assembler supports another type of @code{.section}
5337directive for compatibility with the Solaris assembler:
c91d2e08 5338
252b5132
RH
5339@smallexample
5340.section "@var{name}"[, @var{flags}...]
5341@end smallexample
c91d2e08 5342
252b5132
RH
5343Note that the section name is quoted. There may be a sequence of comma
5344separated flags:
5345@table @code
5346@item #alloc
5347section is allocatable
5348@item #write
5349section is writable
5350@item #execinstr
5351section is executable
22fe14ad
NC
5352@item #tls
5353section is used for thread local storage
252b5132 5354@end table
c91d2e08 5355
e9863d7f
DJ
5356This directive replaces the current section and subsection. See the
5357contents of the gas testsuite directory @code{gas/testsuite/gas/elf} for
5358some examples of how this directive and the other section stack directives
5359work.
c1253627
NC
5360@end ifset
5361@end ifset
252b5132
RH
5362
5363@node Set
5364@section @code{.set @var{symbol}, @var{expression}}
5365
5366@cindex @code{set} directive
5367@cindex symbol value, setting
5368Set the value of @var{symbol} to @var{expression}. This
5369changes @var{symbol}'s value and type to conform to
5370@var{expression}. If @var{symbol} was flagged as external, it remains
5371flagged (@pxref{Symbol Attributes}).
5372
5373You may @code{.set} a symbol many times in the same assembly.
5374
5375If you @code{.set} a global symbol, the value stored in the object
5376file is the last value stored into it.
5377
5378@ifset HPPA
5379The syntax for @code{set} on the HPPA is
5380@samp{@var{symbol} .set @var{expression}}.
5381@end ifset
5382
5383@node Short
5384@section @code{.short @var{expressions}}
5385
5386@cindex @code{short} directive
5387@ifset GENERIC
5388@code{.short} is normally the same as @samp{.word}.
5389@xref{Word,,@code{.word}}.
5390
5391In some configurations, however, @code{.short} and @code{.word} generate
5392numbers of different lengths; @pxref{Machine Dependencies}.
5393@end ifset
5394@ifclear GENERIC
5395@ifset W16
5396@code{.short} is the same as @samp{.word}. @xref{Word,,@code{.word}}.
5397@end ifset
5398@ifset W32
5399This expects zero or more @var{expressions}, and emits
5400a 16 bit number for each.
5401@end ifset
5402@end ifclear
5403
5404@node Single
5405@section @code{.single @var{flonums}}
5406
5407@cindex @code{single} directive
5408@cindex floating point numbers (single)
5409This directive assembles zero or more flonums, separated by commas. It
5410has the same effect as @code{.float}.
5411@ifset GENERIC
5412The exact kind of floating point numbers emitted depends on how
a4fb0134 5413@command{@value{AS}} is configured. @xref{Machine Dependencies}.
252b5132
RH
5414@end ifset
5415@ifclear GENERIC
5416@ifset IEEEFLOAT
5417On the @value{TARGET} family, @code{.single} emits 32-bit floating point
5418numbers in @sc{ieee} format.
5419@end ifset
5420@end ifclear
5421
c1253627 5422@ifset COFF-ELF
252b5132 5423@node Size
c1253627 5424@section @code{.size}
c91d2e08 5425
c1253627
NC
5426This directive is used to set the size associated with a symbol.
5427
5428@ifset COFF
5429@ifset ELF
5430@c only print the extra heading if both COFF and ELF are set
5431@subheading COFF Version
5432@end ifset
5433
5434@cindex @code{size} directive (COFF version)
5435For COFF targets, the @code{.size} directive is only permitted inside
5436@code{.def}/@code{.endef} pairs. It is used like this:
5437
5438@smallexample
5439.size @var{expression}
5440@end smallexample
252b5132 5441
c91d2e08 5442@ifset BOUT
252b5132 5443@samp{.size} is only meaningful when generating COFF format output; when
a4fb0134 5444@command{@value{AS}} is generating @code{b.out}, it accepts this directive but
252b5132
RH
5445ignores it.
5446@end ifset
c1253627 5447@end ifset
c91d2e08 5448
c1253627
NC
5449@ifset ELF
5450@ifset COFF
5451@c only print the extra heading if both COFF and ELF are set
5452@subheading ELF Version
5453@end ifset
5454
5455@cindex @code{size} directive (ELF version)
5456For ELF targets, the @code{.size} directive is used like this:
c91d2e08 5457
c1253627
NC
5458@smallexample
5459.size @var{name} , @var{expression}
5460@end smallexample
5461
5462This directive sets the size associated with a symbol @var{name}.
c91d2e08
NC
5463The size in bytes is computed from @var{expression} which can make use of label
5464arithmetic. This directive is typically used to set the size of function
5465symbols.
c1253627
NC
5466@end ifset
5467@end ifset
252b5132
RH
5468
5469@node Sleb128
5470@section @code{.sleb128 @var{expressions}}
5471
5472@cindex @code{sleb128} directive
5473@var{sleb128} stands for ``signed little endian base 128.'' This is a
5474compact, variable length representation of numbers used by the DWARF
5475symbolic debugging format. @xref{Uleb128,@code{.uleb128}}.
5476
5477@ifclear no-space-dir
5478@node Skip
5479@section @code{.skip @var{size} , @var{fill}}
5480
5481@cindex @code{skip} directive
5482@cindex filling memory
5483This directive emits @var{size} bytes, each of value @var{fill}. Both
5484@var{size} and @var{fill} are absolute expressions. If the comma and
5485@var{fill} are omitted, @var{fill} is assumed to be zero. This is the same as
5486@samp{.space}.
5487
5488@node Space
5489@section @code{.space @var{size} , @var{fill}}
5490
5491@cindex @code{space} directive
5492@cindex filling memory
5493This directive emits @var{size} bytes, each of value @var{fill}. Both
5494@var{size} and @var{fill} are absolute expressions. If the comma
5495and @var{fill} are omitted, @var{fill} is assumed to be zero. This is the same
5496as @samp{.skip}.
5497
5498@ifset HPPA
5499@quotation
5500@emph{Warning:} @code{.space} has a completely different meaning for HPPA
5501targets; use @code{.block} as a substitute. See @cite{HP9000 Series 800
5502Assembly Language Reference Manual} (HP 92432-90001) for the meaning of the
5503@code{.space} directive. @xref{HPPA Directives,,HPPA Assembler Directives},
5504for a summary.
5505@end quotation
5506@end ifset
5507@end ifclear
5508
5509@ifset A29K
5510@ifclear GENERIC
5511@node Space
5512@section @code{.space}
5513@cindex @code{space} directive
5514@end ifclear
5515On the AMD 29K, this directive is ignored; it is accepted for
5516compatibility with other AMD 29K assemblers.
5517
5518@quotation
5519@emph{Warning:} In most versions of the @sc{gnu} assembler, the directive
5520@code{.space} has the effect of @code{.block} @xref{Machine Dependencies}.
5521@end quotation
5522@end ifset
5523
5524@ifset have-stabs
5525@node Stab
5526@section @code{.stabd, .stabn, .stabs}
5527
5528@cindex symbolic debuggers, information for
5529@cindex @code{stab@var{x}} directives
5530There are three directives that begin @samp{.stab}.
5531All emit symbols (@pxref{Symbols}), for use by symbolic debuggers.
a4fb0134 5532The symbols are not entered in the @command{@value{AS}} hash table: they
252b5132
RH
5533cannot be referenced elsewhere in the source file.
5534Up to five fields are required:
5535
5536@table @var
5537@item string
5538This is the symbol's name. It may contain any character except
5539@samp{\000}, so is more general than ordinary symbol names. Some
5540debuggers used to code arbitrarily complex structures into symbol names
5541using this field.
5542
5543@item type
5544An absolute expression. The symbol's type is set to the low 8 bits of
5545this expression. Any bit pattern is permitted, but @code{@value{LD}}
5546and debuggers choke on silly bit patterns.
5547
5548@item other
5549An absolute expression. The symbol's ``other'' attribute is set to the
5550low 8 bits of this expression.
5551
5552@item desc
5553An absolute expression. The symbol's descriptor is set to the low 16
5554bits of this expression.
5555
5556@item value
5557An absolute expression which becomes the symbol's value.
5558@end table
5559
5560If a warning is detected while reading a @code{.stabd}, @code{.stabn},
5561or @code{.stabs} statement, the symbol has probably already been created;
5562you get a half-formed symbol in your object file. This is
5563compatible with earlier assemblers!
5564
5565@table @code
5566@cindex @code{stabd} directive
5567@item .stabd @var{type} , @var{other} , @var{desc}
5568
5569The ``name'' of the symbol generated is not even an empty string.
5570It is a null pointer, for compatibility. Older assemblers used a
5571null pointer so they didn't waste space in object files with empty
5572strings.
5573
5574The symbol's value is set to the location counter,
5575relocatably. When your program is linked, the value of this symbol
5576is the address of the location counter when the @code{.stabd} was
5577assembled.
5578
5579@cindex @code{stabn} directive
5580@item .stabn @var{type} , @var{other} , @var{desc} , @var{value}
5581The name of the symbol is set to the empty string @code{""}.
5582
5583@cindex @code{stabs} directive
5584@item .stabs @var{string} , @var{type} , @var{other} , @var{desc} , @var{value}
5585All five fields are specified.
5586@end table
5587@end ifset
5588@c end have-stabs
5589
5590@node String
5591@section @code{.string} "@var{str}"
5592
5593@cindex string, copying to object file
5594@cindex @code{string} directive
5595
5596Copy the characters in @var{str} to the object file. You may specify more than
5597one string to copy, separated by commas. Unless otherwise specified for a
5598particular machine, the assembler marks the end of each string with a 0 byte.
5599You can use any of the escape sequences described in @ref{Strings,,Strings}.
5600
5601@node Struct
5602@section @code{.struct @var{expression}}
5603
5604@cindex @code{struct} directive
5605Switch to the absolute section, and set the section offset to @var{expression},
5606which must be an absolute expression. You might use this as follows:
5607@smallexample
5608 .struct 0
5609field1:
5610 .struct field1 + 4
5611field2:
5612 .struct field2 + 4
5613field3:
5614@end smallexample
5615This would define the symbol @code{field1} to have the value 0, the symbol
5616@code{field2} to have the value 4, and the symbol @code{field3} to have the
5617value 8. Assembly would be left in the absolute section, and you would need to
5618use a @code{.section} directive of some sort to change to some other section
5619before further assembly.
5620
c91d2e08
NC
5621@ifset ELF
5622@node SubSection
5623@section @code{.subsection @var{name}}
5624
c1253627 5625@cindex @code{subsection} directive
c91d2e08
NC
5626@cindex Section Stack
5627This is one of the ELF section stack manipulation directives. The others are
a349d9dd
PB
5628@code{.section} (@pxref{Section}), @code{.pushsection} (@pxref{PushSection}),
5629@code{.popsection} (@pxref{PopSection}), and @code{.previous}
5630(@pxref{Previous}).
c91d2e08
NC
5631
5632This directive replaces the current subsection with @code{name}. The current
5633section is not changed. The replaced subsection is put onto the section stack
5634in place of the then current top of stack subsection.
c91d2e08
NC
5635@end ifset
5636
252b5132
RH
5637@ifset ELF
5638@node Symver
5639@section @code{.symver}
5640@cindex @code{symver} directive
5641@cindex symbol versioning
5642@cindex versions of symbols
5643Use the @code{.symver} directive to bind symbols to specific version nodes
5644within a source file. This is only supported on ELF platforms, and is
5645typically used when assembling files to be linked into a shared library.
5646There are cases where it may make sense to use this in objects to be bound
5647into an application itself so as to override a versioned symbol from a
5648shared library.
5649
79082ff0 5650For ELF targets, the @code{.symver} directive can be used like this:
252b5132
RH
5651@smallexample
5652.symver @var{name}, @var{name2@@nodename}
5653@end smallexample
339681c0 5654If the symbol @var{name} is defined within the file
79082ff0 5655being assembled, the @code{.symver} directive effectively creates a symbol
252b5132
RH
5656alias with the name @var{name2@@nodename}, and in fact the main reason that we
5657just don't try and create a regular alias is that the @var{@@} character isn't
5658permitted in symbol names. The @var{name2} part of the name is the actual name
5659of the symbol by which it will be externally referenced. The name @var{name}
5660itself is merely a name of convenience that is used so that it is possible to
5661have definitions for multiple versions of a function within a single source
5662file, and so that the compiler can unambiguously know which version of a
5663function is being mentioned. The @var{nodename} portion of the alias should be
5664the name of a node specified in the version script supplied to the linker when
5665building a shared library. If you are attempting to override a versioned
5666symbol from a shared library, then @var{nodename} should correspond to the
5667nodename of the symbol you are trying to override.
339681c0
L
5668
5669If the symbol @var{name} is not defined within the file being assembled, all
5670references to @var{name} will be changed to @var{name2@@nodename}. If no
5671reference to @var{name} is made, @var{name2@@nodename} will be removed from the
5672symbol table.
79082ff0
L
5673
5674Another usage of the @code{.symver} directive is:
5675@smallexample
5676.symver @var{name}, @var{name2@@@@nodename}
5677@end smallexample
5678In this case, the symbol @var{name} must exist and be defined within
a349d9dd 5679the file being assembled. It is similar to @var{name2@@nodename}. The
79082ff0
L
5680difference is @var{name2@@@@nodename} will also be used to resolve
5681references to @var{name2} by the linker.
5682
5683The third usage of the @code{.symver} directive is:
5684@smallexample
5685.symver @var{name}, @var{name2@@@@@@nodename}
5686@end smallexample
5687When @var{name} is not defined within the
5688file being assembled, it is treated as @var{name2@@nodename}. When
5689@var{name} is defined within the file being assembled, the symbol
5690name, @var{name}, will be changed to @var{name2@@@@nodename}.
252b5132
RH
5691@end ifset
5692
5693@ifset COFF
5694@node Tag
5695@section @code{.tag @var{structname}}
5696
5697@cindex COFF structure debugging
5698@cindex structure debugging, COFF
5699@cindex @code{tag} directive
5700This directive is generated by compilers to include auxiliary debugging
5701information in the symbol table. It is only permitted inside
5702@code{.def}/@code{.endef} pairs. Tags are used to link structure
5703definitions in the symbol table with instances of those structures.
5704@ifset BOUT
5705
5706@samp{.tag} is only used when generating COFF format output; when
a4fb0134 5707@command{@value{AS}} is generating @code{b.out}, it accepts this directive but
252b5132
RH
5708ignores it.
5709@end ifset
5710@end ifset
5711
5712@node Text
5713@section @code{.text @var{subsection}}
5714
5715@cindex @code{text} directive
a4fb0134 5716Tells @command{@value{AS}} to assemble the following statements onto the end of
252b5132
RH
5717the text subsection numbered @var{subsection}, which is an absolute
5718expression. If @var{subsection} is omitted, subsection number zero
5719is used.
5720
5721@node Title
5722@section @code{.title "@var{heading}"}
5723
5724@cindex @code{title} directive
5725@cindex listing control: title line
5726Use @var{heading} as the title (second line, immediately after the
5727source file name and pagenumber) when generating assembly listings.
5728
5729This directive affects subsequent pages, as well as the current page if
5730it appears within ten lines of the top of a page.
5731
c1253627 5732@ifset COFF-ELF
252b5132 5733@node Type
c1253627
NC
5734@section @code{.type}
5735
5736This directive is used to set the type of a symbol.
5737
5738@ifset COFF
5739@ifset ELF
5740@c only print the extra heading if both COFF and ELF are set
5741@subheading COFF Version
5742@end ifset
252b5132
RH
5743
5744@cindex COFF symbol type
5745@cindex symbol type, COFF
c1253627
NC
5746@cindex @code{type} directive (COFF version)
5747For COFF targets, this directive is permitted only within
5748@code{.def}/@code{.endef} pairs. It is used like this:
5749
5750@smallexample
5751.type @var{int}
5752@end smallexample
5753
5754This records the integer @var{int} as the type attribute of a symbol table
5755entry.
252b5132 5756
c91d2e08 5757@ifset BOUT
252b5132 5758@samp{.type} is associated only with COFF format output; when
a4fb0134 5759@command{@value{AS}} is configured for @code{b.out} output, it accepts this
252b5132
RH
5760directive but ignores it.
5761@end ifset
c1253627 5762@end ifset
c91d2e08 5763
c1253627
NC
5764@ifset ELF
5765@ifset COFF
5766@c only print the extra heading if both COFF and ELF are set
5767@subheading ELF Version
5768@end ifset
c91d2e08
NC
5769
5770@cindex ELF symbol type
5771@cindex symbol type, ELF
c1253627
NC
5772@cindex @code{type} directive (ELF version)
5773For ELF targets, the @code{.type} directive is used like this:
5774
5775@smallexample
5776.type @var{name} , @var{type description}
5777@end smallexample
5778
5779This sets the type of symbol @var{name} to be either a
a349d9dd 5780function symbol or an object symbol. There are five different syntaxes
c91d2e08 5781supported for the @var{type description} field, in order to provide
a349d9dd 5782compatibility with various other assemblers. The syntaxes supported are:
c91d2e08
NC
5783
5784@smallexample
5785 .type <name>,#function
5786 .type <name>,#object
5787
5788 .type <name>,@@function
5789 .type <name>,@@object
5790
5791 .type <name>,%function
5792 .type <name>,%object
5793
5794 .type <name>,"function"
5795 .type <name>,"object"
5796
5797 .type <name> STT_FUNCTION
5798 .type <name> STT_OBJECT
5799@end smallexample
c1253627
NC
5800@end ifset
5801@end ifset
c91d2e08
NC
5802
5803@node Uleb128
5804@section @code{.uleb128 @var{expressions}}
5805
5806@cindex @code{uleb128} directive
5807@var{uleb128} stands for ``unsigned little endian base 128.'' This is a
5808compact, variable length representation of numbers used by the DWARF
5809symbolic debugging format. @xref{Sleb128,@code{.sleb128}}.
252b5132
RH
5810
5811@ifset COFF
5812@node Val
5813@section @code{.val @var{addr}}
5814
5815@cindex @code{val} directive
5816@cindex COFF value attribute
5817@cindex value attribute, COFF
5818This directive, permitted only within @code{.def}/@code{.endef} pairs,
5819records the address @var{addr} as the value attribute of a symbol table
5820entry.
5821@ifset BOUT
5822
a4fb0134 5823@samp{.val} is used only for COFF output; when @command{@value{AS}} is
252b5132
RH
5824configured for @code{b.out}, it accepts this directive but ignores it.
5825@end ifset
5826@end ifset
5827
2e13b764 5828@ifset ELF
c91d2e08
NC
5829@node Version
5830@section @code{.version "@var{string}"}
2e13b764 5831
c1253627 5832@cindex @code{version} directive
c91d2e08
NC
5833This directive creates a @code{.note} section and places into it an ELF
5834formatted note of type NT_VERSION. The note's name is set to @code{string}.
9a297610 5835@end ifset
2e13b764 5836
c91d2e08
NC
5837@ifset ELF
5838@node VTableEntry
5839@section @code{.vtable_entry @var{table}, @var{offset}}
2e13b764 5840
c1253627 5841@cindex @code{vtable_entry}
c91d2e08
NC
5842This directive finds or creates a symbol @code{table} and creates a
5843@code{VTABLE_ENTRY} relocation for it with an addend of @code{offset}.
2e13b764 5844
c91d2e08
NC
5845@node VTableInherit
5846@section @code{.vtable_inherit @var{child}, @var{parent}}
2e13b764 5847
c1253627 5848@cindex @code{vtable_inherit}
c91d2e08
NC
5849This directive finds the symbol @code{child} and finds or creates the symbol
5850@code{parent} and then creates a @code{VTABLE_INHERIT} relocation for the
a349d9dd 5851parent whose addend is the value of the child symbol. As a special case the
c91d2e08
NC
5852parent name of @code{0} is treated as refering the @code{*ABS*} section.
5853@end ifset
2e13b764 5854
c91d2e08
NC
5855@node Weak
5856@section @code{.weak @var{names}}
2e13b764 5857
c1253627 5858@cindex @code{weak} directive
a349d9dd 5859This directive sets the weak attribute on the comma separated list of symbol
c91d2e08 5860@code{names}. If the symbols do not already exist, they will be created.
c87db184
CF
5861
5862Weak symbols are supported in COFF as a GNU extension. This directive
5863sets the weak attribute on the comma separated list of symbol
5864@code{names}. If the symbols do not already exist, they will be created.
5865
5866@smallexample
5867@code{.weak @var{name} [ < = | == > @var{alternate}] [, ...]}
5868@end smallexample
5869
5870On the PE target, weak aliases are supported natively. Weak aliases
5871(usually called "weak externals" in PE) are created when an alternate
5872name is specified. When a weak symbol is linked and the symbol is not
5873defined, the weak symbol becomes an alias for the alternate symbol. If
5874one equal sign is used, the linker searches for defined symbols within
5875other objects and libraries. This is the usual mode, historically
5876called "lazy externals." Otherwise, when two equal signs are used,
5877the linker searches for defined symbols only within other objects.
5878
5879Non-alias weak symbols are supported on PE as a GNU extension.
2e13b764 5880
252b5132
RH
5881@node Word
5882@section @code{.word @var{expressions}}
5883
5884@cindex @code{word} directive
5885This directive expects zero or more @var{expressions}, of any section,
5886separated by commas.
5887@ifclear GENERIC
5888@ifset W32
a4fb0134 5889For each expression, @command{@value{AS}} emits a 32-bit number.
252b5132
RH
5890@end ifset
5891@ifset W16
a4fb0134 5892For each expression, @command{@value{AS}} emits a 16-bit number.
252b5132
RH
5893@end ifset
5894@end ifclear
5895@ifset GENERIC
5896
5897The size of the number emitted, and its byte order,
5898depend on what target computer the assembly is for.
5899@end ifset
5900
5901@c on amd29k, i960, sparc the "special treatment to support compilers" doesn't
5902@c happen---32-bit addressability, period; no long/short jumps.
5903@ifset DIFF-TBL-KLUGE
5904@cindex difference tables altered
5905@cindex altered difference tables
5906@quotation
5907@emph{Warning: Special Treatment to support Compilers}
5908@end quotation
5909
5910@ifset GENERIC
5911Machines with a 32-bit address space, but that do less than 32-bit
5912addressing, require the following special treatment. If the machine of
5913interest to you does 32-bit addressing (or doesn't require it;
5914@pxref{Machine Dependencies}), you can ignore this issue.
5915
5916@end ifset
5917In order to assemble compiler output into something that works,
a4fb0134 5918@command{@value{AS}} occasionally does strange things to @samp{.word} directives.
252b5132 5919Directives of the form @samp{.word sym1-sym2} are often emitted by
a4fb0134 5920compilers as part of jump tables. Therefore, when @command{@value{AS}} assembles a
252b5132 5921directive of the form @samp{.word sym1-sym2}, and the difference between
a4fb0134 5922@code{sym1} and @code{sym2} does not fit in 16 bits, @command{@value{AS}}
252b5132
RH
5923creates a @dfn{secondary jump table}, immediately before the next label.
5924This secondary jump table is preceded by a short-jump to the
5925first byte after the secondary table. This short-jump prevents the flow
5926of control from accidentally falling into the new table. Inside the
5927table is a long-jump to @code{sym2}. The original @samp{.word}
5928contains @code{sym1} minus the address of the long-jump to
5929@code{sym2}.
5930
5931If there were several occurrences of @samp{.word sym1-sym2} before the
5932secondary jump table, all of them are adjusted. If there was a
5933@samp{.word sym3-sym4}, that also did not fit in sixteen bits, a
5934long-jump to @code{sym4} is included in the secondary jump table,
5935and the @code{.word} directives are adjusted to contain @code{sym3}
5936minus the address of the long-jump to @code{sym4}; and so on, for as many
5937entries in the original jump table as necessary.
5938
5939@ifset INTERNALS
a4fb0134 5940@emph{This feature may be disabled by compiling @command{@value{AS}} with the
252b5132
RH
5941@samp{-DWORKING_DOT_WORD} option.} This feature is likely to confuse
5942assembly language programmers.
5943@end ifset
5944@end ifset
5945@c end DIFF-TBL-KLUGE
5946
5947@node Deprecated
5948@section Deprecated Directives
5949
5950@cindex deprecated directives
5951@cindex obsolescent directives
5952One day these directives won't work.
5953They are included for compatibility with older assemblers.
5954@table @t
5955@item .abort
5956@item .line
5957@end table
5958
5959@ifset GENERIC
5960@node Machine Dependencies
5961@chapter Machine Dependent Features
5962
5963@cindex machine dependencies
5964The machine instruction sets are (almost by definition) different on
a4fb0134
SC
5965each machine where @command{@value{AS}} runs. Floating point representations
5966vary as well, and @command{@value{AS}} often supports a few additional
252b5132
RH
5967directives or command-line options for compatibility with other
5968assemblers on a particular platform. Finally, some versions of
a4fb0134 5969@command{@value{AS}} support special pseudo-instructions for branch
252b5132
RH
5970optimization.
5971
5972This chapter discusses most of these differences, though it does not
5973include details on any machine's instruction set. For details on that
5974subject, see the hardware manufacturer's manual.
5975
5976@menu
5977@ifset A29K
5978* AMD29K-Dependent:: AMD 29K Dependent Features
5979@end ifset
625e1353
RH
5980@ifset ALPHA
5981* Alpha-Dependent:: Alpha Dependent Features
5982@end ifset
252b5132
RH
5983@ifset ARC
5984* ARC-Dependent:: ARC Dependent Features
5985@end ifset
5986@ifset ARM
5987* ARM-Dependent:: ARM Dependent Features
5988@end ifset
8bf549a8 5989@ifset CRIS
328eb32e
HPN
5990* CRIS-Dependent:: CRIS Dependent Features
5991@end ifset
252b5132
RH
5992@ifset D10V
5993* D10V-Dependent:: D10V Dependent Features
5994@end ifset
5995@ifset D30V
5996* D30V-Dependent:: D30V Dependent Features
5997@end ifset
5998@ifset H8/300
c2dcd04e 5999* H8/300-Dependent:: Renesas H8/300 Dependent Features
252b5132
RH
6000@end ifset
6001@ifset H8/500
c2dcd04e 6002* H8/500-Dependent:: Renesas H8/500 Dependent Features
252b5132
RH
6003@end ifset
6004@ifset HPPA
6005* HPPA-Dependent:: HPPA Dependent Features
6006@end ifset
5b93d8bb
AM
6007@ifset I370
6008* ESA/390-Dependent:: IBM ESA/390 Dependent Features
6009@end ifset
252b5132 6010@ifset I80386
55b62671 6011* i386-Dependent:: Intel 80386 and AMD x86-64 Dependent Features
252b5132 6012@end ifset
e3308d0d
JE
6013@ifset I860
6014* i860-Dependent:: Intel 80860 Dependent Features
6015@end ifset
252b5132
RH
6016@ifset I960
6017* i960-Dependent:: Intel 80960 Dependent Features
6018@end ifset
a40cbfa3
NC
6019@ifset IP2K
6020* IP2K-Dependent:: IP2K Dependent Features
6021@end ifset
ec694b89
NC
6022@ifset M32R
6023* M32R-Dependent:: M32R Dependent Features
6024@end ifset
252b5132
RH
6025@ifset M680X0
6026* M68K-Dependent:: M680x0 Dependent Features
6027@end ifset
60bcf0fa
NC
6028@ifset M68HC11
6029* M68HC11-Dependent:: M68HC11 and 68HC12 Dependent Features
6030@end ifset
81b0b3f1
BE
6031@ifset M880X0
6032* M88K-Dependent:: M880x0 Dependent Features
6033@end ifset
252b5132
RH
6034@ifset MIPS
6035* MIPS-Dependent:: MIPS Dependent Features
6036@end ifset
3c3bdf30
NC
6037@ifset MMIX
6038* MMIX-Dependent:: MMIX Dependent Features
6039@end ifset
2469cfa2
NC
6040@ifset MSP430
6041* MSP430-Dependent:: MSP430 Dependent Features
6042@end ifset
252b5132 6043@ifset SH
ef230218
JR
6044* SH-Dependent:: Renesas / SuperH SH Dependent Features
6045* SH64-Dependent:: SuperH SH64 Dependent Features
252b5132 6046@end ifset
e135f41b
NC
6047@ifset PDP11
6048* PDP-11-Dependent:: PDP-11 Dependent Features
6049@end ifset
041dd5a9
ILT
6050@ifset PJ
6051* PJ-Dependent:: picoJava Dependent Features
6052@end ifset
418c1742
MG
6053@ifset PPC
6054* PPC-Dependent:: PowerPC Dependent Features
6055@end ifset
252b5132
RH
6056@ifset SPARC
6057* Sparc-Dependent:: SPARC Dependent Features
6058@end ifset
39bec121
TW
6059@ifset TIC54X
6060* TIC54X-Dependent:: TI TMS320C54x Dependent Features
6061@end ifset
252b5132
RH
6062@ifset V850
6063* V850-Dependent:: V850 Dependent Features
6064@end ifset
e0001a05
NC
6065@ifset XTENSA
6066* Xtensa-Dependent:: Xtensa Dependent Features
6067@end ifset
252b5132
RH
6068@ifset Z8000
6069* Z8000-Dependent:: Z8000 Dependent Features
6070@end ifset
6071@ifset VAX
6072* Vax-Dependent:: VAX Dependent Features
6073@end ifset
6074@end menu
6075
6076@lowersections
6077@end ifset
6078
6079@c The following major nodes are *sections* in the GENERIC version, *chapters*
6080@c in single-cpu versions. This is mainly achieved by @lowersections. There is a
6081@c peculiarity: to preserve cross-references, there must be a node called
6082@c "Machine Dependencies". Hence the conditional nodenames in each
6083@c major node below. Node defaulting in makeinfo requires adjacency of
6084@c node and sectioning commands; hence the repetition of @chapter BLAH
6085@c in both conditional blocks.
6086
252b5132
RH
6087@ifset A29K
6088@include c-a29k.texi
6089@end ifset
6090
625e1353
RH
6091@ifset ALPHA
6092@include c-alpha.texi
6093@end ifset
6094
6095@ifset ARC
6096@include c-arc.texi
6097@end ifset
6098
252b5132
RH
6099@ifset ARM
6100@include c-arm.texi
6101@end ifset
6102
328eb32e
HPN
6103@ifset CRIS
6104@include c-cris.texi
6105@end ifset
6106
c2dcd04e 6107@ifset Renesas-all
252b5132
RH
6108@ifclear GENERIC
6109@node Machine Dependencies
6110@chapter Machine Dependent Features
6111
c2dcd04e 6112The machine instruction sets are different on each Renesas chip family,
252b5132 6113and there are also some syntax differences among the families. This
a4fb0134 6114chapter describes the specific @command{@value{AS}} features for each
252b5132
RH
6115family.
6116
6117@menu
c2dcd04e
NC
6118* H8/300-Dependent:: Renesas H8/300 Dependent Features
6119* H8/500-Dependent:: Renesas H8/500 Dependent Features
6120* SH-Dependent:: Renesas SH Dependent Features
252b5132
RH
6121@end menu
6122@lowersections
6123@end ifclear
6124@end ifset
6125
6126@ifset D10V
6127@include c-d10v.texi
6128@end ifset
6129
6130@ifset D30V
6131@include c-d30v.texi
6132@end ifset
6133
6134@ifset H8/300
6135@include c-h8300.texi
6136@end ifset
6137
6138@ifset H8/500
6139@include c-h8500.texi
6140@end ifset
6141
6142@ifset HPPA
6143@include c-hppa.texi
6144@end ifset
6145
5b93d8bb
AM
6146@ifset I370
6147@include c-i370.texi
6148@end ifset
6149
252b5132
RH
6150@ifset I80386
6151@include c-i386.texi
6152@end ifset
6153
e3308d0d
JE
6154@ifset I860
6155@include c-i860.texi
6156@end ifset
6157
252b5132
RH
6158@ifset I960
6159@include c-i960.texi
6160@end ifset
6161
9e32ca89
NC
6162@ifset IA64
6163@include c-ia64.texi
6164@end ifset
6165
a40cbfa3
NC
6166@ifset IP2K
6167@include c-ip2k.texi
6168@end ifset
6169
ec694b89
NC
6170@ifset M32R
6171@include c-m32r.texi
6172@end ifset
252b5132
RH
6173
6174@ifset M680X0
6175@include c-m68k.texi
6176@end ifset
6177
60bcf0fa
NC
6178@ifset M68HC11
6179@include c-m68hc11.texi
6180@end ifset
6181
81b0b3f1
BE
6182@ifset M880X0
6183@include c-m88k.texi
6184@end ifset
6185
252b5132
RH
6186@ifset MIPS
6187@include c-mips.texi
6188@end ifset
6189
3c3bdf30
NC
6190@ifset MMIX
6191@include c-mmix.texi
6192@end ifset
6193
2469cfa2
NC
6194@ifset MSP430
6195@include c-msp430.texi
6196@end ifset
6197
252b5132
RH
6198@ifset NS32K
6199@include c-ns32k.texi
6200@end ifset
6201
e135f41b
NC
6202@ifset PDP11
6203@include c-pdp11.texi
6204@end ifset
6205
041dd5a9
ILT
6206@ifset PJ
6207@include c-pj.texi
6208@end ifset
6209
418c1742
MG
6210@ifset PPC
6211@include c-ppc.texi
6212@end ifset
6213
252b5132
RH
6214@ifset SH
6215@include c-sh.texi
324bfcf3 6216@include c-sh64.texi
252b5132
RH
6217@end ifset
6218
6219@ifset SPARC
6220@include c-sparc.texi
6221@end ifset
6222
39bec121
TW
6223@ifset TIC54X
6224@include c-tic54x.texi
6225@end ifset
6226
252b5132
RH
6227@ifset Z8000
6228@include c-z8k.texi
6229@end ifset
6230
6231@ifset VAX
6232@include c-vax.texi
6233@end ifset
6234
6235@ifset V850
6236@include c-v850.texi
6237@end ifset
6238
e0001a05
NC
6239@ifset XTENSA
6240@include c-xtensa.texi
6241@end ifset
6242
252b5132
RH
6243@ifset GENERIC
6244@c reverse effect of @down at top of generic Machine-Dep chapter
6245@raisesections
6246@end ifset
6247
6248@node Reporting Bugs
6249@chapter Reporting Bugs
6250@cindex bugs in assembler
6251@cindex reporting bugs in assembler
6252
a4fb0134 6253Your bug reports play an essential role in making @command{@value{AS}} reliable.
252b5132
RH
6254
6255Reporting a bug may help you by bringing a solution to your problem, or it may
6256not. But in any case the principal function of a bug report is to help the
a4fb0134
SC
6257entire community by making the next version of @command{@value{AS}} work better.
6258Bug reports are your contribution to the maintenance of @command{@value{AS}}.
252b5132
RH
6259
6260In order for a bug report to serve its purpose, you must include the
6261information that enables us to fix the bug.
6262
6263@menu
6264* Bug Criteria:: Have you found a bug?
6265* Bug Reporting:: How to report bugs
6266@end menu
6267
6268@node Bug Criteria
c1253627 6269@section Have You Found a Bug?
252b5132
RH
6270@cindex bug criteria
6271
6272If you are not sure whether you have found a bug, here are some guidelines:
6273
6274@itemize @bullet
6275@cindex fatal signal
6276@cindex assembler crash
6277@cindex crash of assembler
6278@item
6279If the assembler gets a fatal signal, for any input whatever, that is a
a4fb0134 6280@command{@value{AS}} bug. Reliable assemblers never crash.
252b5132
RH
6281
6282@cindex error on valid input
6283@item
a4fb0134 6284If @command{@value{AS}} produces an error message for valid input, that is a bug.
252b5132
RH
6285
6286@cindex invalid input
6287@item
a4fb0134 6288If @command{@value{AS}} does not produce an error message for invalid input, that
252b5132
RH
6289is a bug. However, you should note that your idea of ``invalid input'' might
6290be our idea of ``an extension'' or ``support for traditional practice''.
6291
6292@item
6293If you are an experienced user of assemblers, your suggestions for improvement
a4fb0134 6294of @command{@value{AS}} are welcome in any case.
252b5132
RH
6295@end itemize
6296
6297@node Bug Reporting
c1253627 6298@section How to Report Bugs
252b5132
RH
6299@cindex bug reports
6300@cindex assembler bugs, reporting
6301
6302A number of companies and individuals offer support for @sc{gnu} products. If
a4fb0134 6303you obtained @command{@value{AS}} from a support organization, we recommend you
252b5132
RH
6304contact that organization first.
6305
6306You can find contact information for many support companies and
6307individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
6308distribution.
6309
a4fb0134 6310In any event, we also recommend that you send bug reports for @command{@value{AS}}
46a04e3a 6311to @samp{bug-binutils@@gnu.org}.
252b5132
RH
6312
6313The fundamental principle of reporting bugs usefully is this:
6314@strong{report all the facts}. If you are not sure whether to state a
6315fact or leave it out, state it!
6316
6317Often people omit facts because they think they know what causes the problem
6318and assume that some details do not matter. Thus, you might assume that the
6319name of a symbol you use in an example does not matter. Well, probably it does
6320not, but one cannot be sure. Perhaps the bug is a stray memory reference which
6321happens to fetch from the location where that name is stored in memory;
6322perhaps, if the name were different, the contents of that location would fool
6323the assembler into doing the right thing despite the bug. Play it safe and
6324give a specific, complete example. That is the easiest thing for you to do,
6325and the most helpful.
6326
6327Keep in mind that the purpose of a bug report is to enable us to fix the bug if
6328it is new to us. Therefore, always write your bug reports on the assumption
6329that the bug has not been reported previously.
6330
6331Sometimes people give a few sketchy facts and ask, ``Does this ring a
c1253627
NC
6332bell?'' This cannot help us fix a bug, so it is basically useless. We
6333respond by asking for enough details to enable us to investigate.
6334You might as well expedite matters by sending them to begin with.
252b5132
RH
6335
6336To enable us to fix the bug, you should include all these things:
6337
6338@itemize @bullet
6339@item
a4fb0134 6340The version of @command{@value{AS}}. @command{@value{AS}} announces it if you start
252b5132
RH
6341it with the @samp{--version} argument.
6342
6343Without this, we will not know whether there is any point in looking for
a4fb0134 6344the bug in the current version of @command{@value{AS}}.
252b5132
RH
6345
6346@item
a4fb0134 6347Any patches you may have applied to the @command{@value{AS}} source.
252b5132
RH
6348
6349@item
6350The type of machine you are using, and the operating system name and
6351version number.
6352
6353@item
a4fb0134 6354What compiler (and its version) was used to compile @command{@value{AS}}---e.g.
252b5132
RH
6355``@code{gcc-2.7}''.
6356
6357@item
6358The command arguments you gave the assembler to assemble your example and
6359observe the bug. To guarantee you will not omit something important, list them
6360all. A copy of the Makefile (or the output from make) is sufficient.
6361
6362If we were to try to guess the arguments, we would probably guess wrong
6363and then we might not encounter the bug.
6364
6365@item
6366A complete input file that will reproduce the bug. If the bug is observed when
6367the assembler is invoked via a compiler, send the assembler source, not the
6368high level language source. Most compilers will produce the assembler source
6369when run with the @samp{-S} option. If you are using @code{@value{GCC}}, use
6370the options @samp{-v --save-temps}; this will save the assembler source in a
6371file with an extension of @file{.s}, and also show you exactly how
a4fb0134 6372@command{@value{AS}} is being run.
252b5132
RH
6373
6374@item
6375A description of what behavior you observe that you believe is
6376incorrect. For example, ``It gets a fatal signal.''
6377
a4fb0134 6378Of course, if the bug is that @command{@value{AS}} gets a fatal signal, then we
252b5132
RH
6379will certainly notice it. But if the bug is incorrect output, we might not
6380notice unless it is glaringly wrong. You might as well not give us a chance to
6381make a mistake.
6382
6383Even if the problem you experience is a fatal signal, you should still say so
6384explicitly. Suppose something strange is going on, such as, your copy of
a4fb0134 6385@command{@value{AS}} is out of synch, or you have encountered a bug in the C
252b5132
RH
6386library on your system. (This has happened!) Your copy might crash and ours
6387would not. If you told us to expect a crash, then when ours fails to crash, we
6388would know that the bug was not happening for us. If you had not told us to
6389expect a crash, then we would not be able to draw any conclusion from our
6390observations.
6391
6392@item
a4fb0134 6393If you wish to suggest changes to the @command{@value{AS}} source, send us context
252b5132
RH
6394diffs, as generated by @code{diff} with the @samp{-u}, @samp{-c}, or @samp{-p}
6395option. Always send diffs from the old file to the new file. If you even
a4fb0134 6396discuss something in the @command{@value{AS}} source, refer to it by context, not
252b5132
RH
6397by line number.
6398
6399The line numbers in our development sources will not match those in your
6400sources. Your line numbers would convey no useful information to us.
6401@end itemize
6402
6403Here are some things that are not necessary:
6404
6405@itemize @bullet
6406@item
6407A description of the envelope of the bug.
6408
6409Often people who encounter a bug spend a lot of time investigating
6410which changes to the input file will make the bug go away and which
6411changes will not affect it.
6412
6413This is often time consuming and not very useful, because the way we
6414will find the bug is by running a single example under the debugger
6415with breakpoints, not by pure deduction from a series of examples.
6416We recommend that you save your time for something else.
6417
6418Of course, if you can find a simpler example to report @emph{instead}
6419of the original one, that is a convenience for us. Errors in the
6420output will be easier to spot, running under the debugger will take
6421less time, and so on.
6422
6423However, simplification is not vital; if you do not want to do this,
6424report the bug anyway and send us the entire test case you used.
6425
6426@item
6427A patch for the bug.
6428
6429A patch for the bug does help us if it is a good one. But do not omit
6430the necessary information, such as the test case, on the assumption that
6431a patch is all we need. We might see problems with your patch and decide
6432to fix the problem another way, or we might not understand it at all.
6433
a4fb0134 6434Sometimes with a program as complicated as @command{@value{AS}} it is very hard to
252b5132
RH
6435construct an example that will make the program follow a certain path through
6436the code. If you do not send us the example, we will not be able to construct
6437one, so we will not be able to verify that the bug is fixed.
6438
6439And if we cannot understand what bug you are trying to fix, or why your
6440patch should be an improvement, we will not install it. A test case will
6441help us to understand.
6442
6443@item
6444A guess about what the bug is or what it depends on.
6445
6446Such guesses are usually wrong. Even we cannot guess right about such
6447things without first using the debugger to find the facts.
6448@end itemize
6449
6450@node Acknowledgements
6451@chapter Acknowledgements
6452
a4fb0134 6453If you have contributed to @command{@value{AS}} and your name isn't listed here,
252b5132
RH
6454it is not meant as a slight. We just don't know about it. Send mail to the
6455maintainer, and we'll correct the situation. Currently
6456@c (January 1994),
6457the maintainer is Ken Raeburn (email address @code{raeburn@@cygnus.com}).
6458
6459Dean Elsner wrote the original @sc{gnu} assembler for the VAX.@footnote{Any
6460more details?}
6461
6462Jay Fenlason maintained GAS for a while, adding support for GDB-specific debug
6463information and the 68k series machines, most of the preprocessing pass, and
6464extensive changes in @file{messages.c}, @file{input-file.c}, @file{write.c}.
6465
6466K. Richard Pixley maintained GAS for a while, adding various enhancements and
6467many bug fixes, including merging support for several processors, breaking GAS
6468up to handle multiple object file format back ends (including heavy rewrite,
6469testing, an integration of the coff and b.out back ends), adding configuration
6470including heavy testing and verification of cross assemblers and file splits
6471and renaming, converted GAS to strictly ANSI C including full prototypes, added
6472support for m680[34]0 and cpu32, did considerable work on i960 including a COFF
6473port (including considerable amounts of reverse engineering), a SPARC opcode
6474file rewrite, DECstation, rs6000, and hp300hpux host ports, updated ``know''
6475assertions and made them work, much other reorganization, cleanup, and lint.
6476
6477Ken Raeburn wrote the high-level BFD interface code to replace most of the code
6478in format-specific I/O modules.
6479
6480The original VMS support was contributed by David L. Kashtan. Eric Youngdale
6481has done much work with it since.
6482
6483The Intel 80386 machine description was written by Eliot Dresselhaus.
6484
6485Minh Tran-Le at IntelliCorp contributed some AIX 386 support.
6486
6487The Motorola 88k machine description was contributed by Devon Bowen of Buffalo
6488University and Torbjorn Granlund of the Swedish Institute of Computer Science.
6489
6490Keith Knowles at the Open Software Foundation wrote the original MIPS back end
6491(@file{tc-mips.c}, @file{tc-mips.h}), and contributed Rose format support
6492(which hasn't been merged in yet). Ralph Campbell worked with the MIPS code to
6493support a.out format.
6494
c2dcd04e 6495Support for the Zilog Z8k and Renesas H8/300 and H8/500 processors (tc-z8k,
252b5132
RH
6496tc-h8300, tc-h8500), and IEEE 695 object file format (obj-ieee), was written by
6497Steve Chamberlain of Cygnus Support. Steve also modified the COFF back end to
6498use BFD for some low-level operations, for use with the H8/300 and AMD 29k
6499targets.
6500
6501John Gilmore built the AMD 29000 support, added @code{.include} support, and
6502simplified the configuration of which versions accept which directives. He
6503updated the 68k machine description so that Motorola's opcodes always produced
c1253627 6504fixed-size instructions (e.g., @code{jsr}), while synthetic instructions
252b5132
RH
6505remained shrinkable (@code{jbsr}). John fixed many bugs, including true tested
6506cross-compilation support, and one bug in relaxation that took a week and
6507required the proverbial one-bit fix.
6508
6509Ian Lance Taylor of Cygnus Support merged the Motorola and MIT syntax for the
651068k, completed support for some COFF targets (68k, i386 SVR3, and SCO Unix),
6511added support for MIPS ECOFF and ELF targets, wrote the initial RS/6000 and
6512PowerPC assembler, and made a few other minor patches.
6513
a4fb0134 6514Steve Chamberlain made @command{@value{AS}} able to generate listings.
252b5132
RH
6515
6516Hewlett-Packard contributed support for the HP9000/300.
6517
6518Jeff Law wrote GAS and BFD support for the native HPPA object format (SOM)
6519along with a fairly extensive HPPA testsuite (for both SOM and ELF object
6520formats). This work was supported by both the Center for Software Science at
6521the University of Utah and Cygnus Support.
6522
6523Support for ELF format files has been worked on by Mark Eichin of Cygnus
6524Support (original, incomplete implementation for SPARC), Pete Hoogenboom and
6525Jeff Law at the University of Utah (HPPA mainly), Michael Meissner of the Open
6526Software Foundation (i386 mainly), and Ken Raeburn of Cygnus Support (sparc,
6527and some initial 64-bit support).
6528
c1253627 6529Linas Vepstas added GAS support for the ESA/390 ``IBM 370'' architecture.
5b93d8bb 6530
252b5132
RH
6531Richard Henderson rewrote the Alpha assembler. Klaus Kaempf wrote GAS and BFD
6532support for openVMS/Alpha.
6533
39bec121
TW
6534Timothy Wall, Michael Hayes, and Greg Smart contributed to the various tic*
6535flavors.
6536
e0001a05
NC
6537David Heine, Sterling Augustine, Bob Wilson and John Ruttenberg from Tensilica,
6538Inc. added support for Xtensa processors.
6539
252b5132
RH
6540Several engineers at Cygnus Support have also provided many small bug fixes and
6541configuration enhancements.
6542
6543Many others have contributed large or small bugfixes and enhancements. If
6544you have contributed significant work and are not mentioned on this list, and
6545want to be, let us know. Some of the history has been lost; we are not
6546intentionally leaving anyone out.
6547
c1253627 6548@include fdl.texi
cf055d54 6549
252b5132
RH
6550@node Index
6551@unnumbered Index
6552
6553@printindex cp
6554
6555@contents
6556@bye
6557@c Local Variables:
6558@c fill-column: 79
6559@c End:
This page took 0.582964 seconds and 4 git commands to generate.