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