0e9d0ce36e3d6a32d2458c308bba47539fefc881
[deliverable/binutils-gdb.git] / gas / doc / as.1
1 .\" Copyright (c) 1991, 1992, 1996, 1997, 1998, 2000 Free Software Foundation
2 .\" See section COPYING for conditions for redistribution
3 .TH as 1 "29 March 1996" "Free Software Foundation" "GNU Development Tools"
4
5 .SH NAME
6 GNU as \- the portable GNU assembler.
7
8 .SH SYNOPSIS
9 .na
10 .B as
11 .RB "[\|" \-a "[\|" dhlns "\|]" \c
12 \&[\|\=\c
13 .I file\c
14 \&\|]\|]
15 .RB "[\|" \-D "\|]"
16 .RB "[\|" \-\-defsym\ SYM=VAL "\|]"
17 .RB "[\|" \-f "\|]"
18 .RB "[\|" \-\-gstabs "\|]"
19 .RB "[\|" \-I
20 .I path\c
21 \&\|]
22 .RB "[\|" \-K "\|]"
23 .RB "[\|" \-L "\|]"
24 .RB "[\|" \-M\ |\ \-\-mri "\|]"
25 .RB "[\|" \-o
26 .I objfile\c
27 \&\|]
28 .RB "[\|" \-R "\|]"
29 .RB "[\|" \-\-traditional\-format "\|]"
30 .RB "[\|" \-v "\|]"
31 .RB "[\|" \-w "\|]"
32 .RB "[\|" \-\^\- "\ |\ " \c
33 .I files\c
34 \&\|.\|.\|.\|]
35
36 .I i960-only options:
37 .br
38 .RB "[\|" \-ACA "\||\|" \-ACA_A "\||\|" \-ACB\c
39 .RB "\||\|" \-ACC "\||\|" \-AKA "\||\|" \-AKB\c
40 .RB "\||\|" \-AKC "\||\|" \-AMC "\|]"
41 .RB "[\|" \-b "\|]"
42 .RB "[\|" \-no-relax "\|]"
43
44 .I m680x0-only options:
45 .br
46 .RB "[\|" \-l "\|]"
47 .RB "[\|" \-mc68000 "\||\|" \-mc68010 "\||\|" \-mc68020 "\|]"
48 .ad b
49
50 .SH DESCRIPTION
51 GNU \c
52 .B as\c
53 \& is really a family of assemblers.
54 If you use (or have used) the GNU assembler on one architecture, you
55 should find a fairly similar environment when you use it on another
56 architecture. Each version has much in common with the others,
57 including object file formats, most assembler directives (often called
58 \c
59 .I pseudo-ops)\c
60 \& and assembler syntax.
61
62 For information on the syntax and pseudo-ops used by GNU \c
63 .B as\c
64 \&, see `\|\c
65 .B as\c
66 \|' entry in \c
67 .B info \c
68 (or the manual \c
69 .I
70 .I
71 Using as: The GNU Assembler\c
72 \&).
73
74 \c
75 .B as\c
76 \& is primarily intended to assemble the output of the GNU C
77 compiler \c
78 .B gcc\c
79 \& for use by the linker \c
80 .B ld\c
81 \&. Nevertheless,
82 we've tried to make \c
83 .B as\c
84 \& assemble correctly everything that the native
85 assembler would.
86 This doesn't mean \c
87 .B as\c
88 \& always uses the same syntax as another
89 assembler for the same architecture; for example, we know of several
90 incompatible versions of 680x0 assembly language syntax.
91
92 Each time you run \c
93 .B as\c
94 \& it assembles exactly one source
95 program. The source program is made up of one or more files.
96 (The standard input is also a file.)
97
98 If \c
99 .B as\c
100 \& is given no file names it attempts to read one input file
101 from the \c
102 .B as\c
103 \& standard input, which is normally your terminal. You
104 may have to type \c
105 .B ctl-D\c
106 \& to tell \c
107 .B as\c
108 \& there is no more program
109 to assemble. Use `\|\c
110 .B \-\^\-\c
111 \|' if you need to explicitly name the standard input file
112 in your command line.
113
114 .B as\c
115 \& may write warnings and error messages to the standard error
116 file (usually your terminal). This should not happen when \c
117 .B as\c
118 \& is
119 run automatically by a compiler. Warnings report an assumption made so
120 that \c
121 .B as\c
122 \& could keep assembling a flawed program; errors report a
123 grave problem that stops the assembly.
124
125 .SH OPTIONS
126 .TP
127 .BR \-a
128 Turn on assembly listings. There are various suboptions.
129 .B d
130 omits debugging directives.
131 .B h
132 includes the high level source code; this is only available if the
133 source file can be found, and the code was compiled with
134 .B \-g.
135 .B l
136 includes an assembly listing.
137 .B n
138 omits forms processing.
139 .B s
140 includes a symbol listing.
141 .B =
142 .I file
143 sets the listing file name; this must be the last suboption.
144 The default suboptions are
145 .B hls.
146 .TP
147 .B \-D
148 This option is accepted only for script compatibility with calls to
149 other assemblers; it has no effect on \c
150 .B as\c
151 \&.
152 .TP
153 .B \-\-defsym SYM=VALUE
154 Define the symbol SYM to be VALUE before assembling the input file.
155 VALUE must be an integer constant. As in C, a leading 0x indicates a
156 hexadecimal value, and a leading 0 indicates an octal value.
157 .TP
158 .B \-f
159 ``fast''--skip preprocessing (assume source is compiler output).
160 .TP
161 .BI "\-I\ " path
162 Add
163 .I path
164 to the search list for
165 .B .include
166 directives.
167 .TP
168 .B \-\-gstabs
169 Generate stabs debugging information for each assembler line. This
170 may help debugging assembler code, if the debugger can handle it.
171 .TP
172 .B \-K
173 Issue warnings when difference tables altered for long displacements.
174 .TP
175 .B \-L
176 Keep (in symbol table) local symbols, starting with `\|\c
177 .B L\c
178 \|'
179 .TP
180 .B \-M, \-\-mri
181 Assemble in MRI compatibility mode.
182 .TP
183 .BI "\-o\ " objfile
184 Name the object-file output from \c
185 .B as
186 .TP
187 .B \-R
188 Fold data section into text section
189 .TP
190 .B \-\-traditional\-format
191 Use same format as native assembler, when possible.
192 .TP
193 .B \-v
194 Announce \c
195 .B as\c
196 \& version
197 .TP
198 .B \-W, \-\-no-warn
199 Suppress warning messages.
200 .TP
201 .B \-\-fatal\-warnings
202 Consider warnings to be fatal.
203 .TP
204 .B \-\-warn
205 Just warn on warnings.
206 .TP
207 .IR "\-\^\-" "\ |\ " "files\|.\|.\|."
208 Source files to assemble, or standard input (\c
209 .BR "\-\^\-" ")"
210 .TP
211 .BI \-A var
212 .I
213 (When configured for Intel 960.)
214 Specify which variant of the 960 architecture is the target.
215 .TP
216 .B \-b
217 .I
218 (When configured for Intel 960.)
219 Add code to collect statistics about branches taken.
220 .TP
221 .B \-no-relax
222 .I
223 (When configured for Intel 960.)
224 Do not alter compare-and-branch instructions for long displacements;
225 error if necessary.
226 .TP
227 .B \-l
228 .I
229 (When configured for Motorola 68000).
230 .br
231 Shorten references to undefined symbols, to one word instead of two.
232 .TP
233 .BR "\-mc68000" "\||\|" "\-mc68010" "\||\|" "\-mc68020"
234 .I
235 (When configured for Motorola 68000).
236 .br
237 Specify what processor in the 68000 family is the target (default 68020)
238
239 .PP
240 Options may be in any order, and may be
241 before, after, or between file names. The order of file names is
242 significant.
243
244 `\|\c
245 .B \-\^\-\c
246 \|' (two hyphens) by itself names the standard input file
247 explicitly, as one of the files for \c
248 .B as\c
249 \& to assemble.
250
251 Except for `\|\c
252 .B \-\^\-\c
253 \|' any command line argument that begins with a
254 hyphen (`\|\c
255 .B \-\c
256 \|') is an option. Each option changes the behavior of
257 \c
258 .B as\c
259 \&. No option changes the way another option works. An
260 option is a `\|\c
261 .B \-\c
262 \|' followed by one or more letters; the case of
263 the letter is important. All options are optional.
264
265 The `\|\c
266 .B \-o\c
267 \|' option expects exactly one file name to follow. The file
268 name may either immediately follow the option's letter (compatible
269 with older assemblers) or it may be the next command argument (GNU
270 standard).
271
272 These two command lines are equivalent:
273 .br
274 .B
275 as\ \ \-o\ \ my\-object\-file.o\ \ mumble.s
276 .br
277 .B
278 as\ \ \-omy\-object\-file.o\ \ mumble.s
279
280 .SH "SEE ALSO"
281 .RB "`\|" as "\|'"
282 entry in
283 .B
284 info\c
285 \&;
286 .I
287 Using as: The GNU Assembler\c
288 \&;
289 .BR gcc "(" 1 "),"
290 .BR ld "(" 1 ")."
291
292 .SH COPYING
293 Copyright (c) 1991, 1992, 2000 Free Software Foundation, Inc.
294 .PP
295 This document is distributed under the terms of the GNU Free
296 Documentation License, version 1.1. That license is described in the
297 sources for this manual page, but it is not displayed here in order to
298 make this manual more consise. Copies of this license can also be
299 obtained from: http://www.gnu.org/copyleft/.
300
301 \" GNU Free Documentation License
302 \" Version 1.1, March 2000
303
304 \" Copyright (C) 2000 Free Software Foundation, Inc.
305 \" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
306
307 \" Everyone is permitted to copy and distribute verbatim
308 \" copies of this license document, but changing it is
309 \" not allowed.
310 \" .PP
311 \" 0. PREAMBLE
312 \" .PP
313 \" The purpose of this License is to make a manual, textbook, or other
314 \" written document "free" in the sense of freedom: to assure everyone
315 \" the effective freedom to copy and redistribute it, with or without
316 \" modifying it, either commercially or noncommercially. Secondarily,
317 \" this License preserves for the author and publisher a way to get
318 \" credit for their work, while not being considered responsible for
319 \" modifications made by others.
320 \" .PP
321 \" This License is a kind of "copyleft", which means that derivative
322 \" works of the document must themselves be free in the same sense. It
323 \" complements the GNU General Public License, which is a copyleft
324 \" license designed for free software.
325 \" .PP
326 \" We have designed this License in order to use it for manuals for free
327 \" software, because free software needs free documentation: a free
328 \" program should come with manuals providing the same freedoms that the
329 \" software does. But this License is not limited to software manuals;
330 \" it can be used for any textual work, regardless of subject matter or
331 \" whether it is published as a printed book. We recommend this License
332 \" principally for works whose purpose is instruction or reference.
333 \" .PP
334 \" 1. APPLICABILITY AND DEFINITIONS
335 \" .PP
336 \" This License applies to any manual or other work that contains a
337 \" notice placed by the copyright holder saying it can be distributed
338 \" under the terms of this License. The "Document", below, refers to any
339 \" such manual or work. Any member of the public is a licensee, and is
340 \" addressed as "you".
341 \" .PP
342 \" A "Modified Version" of the Document means any work containing the
343 \" Document or a portion of it, either copied verbatim, or with
344 \" modifications and/or translated into another language.
345 \" .PP
346 \" A "Secondary Section" is a named appendix or a front-matter section of
347 \" the Document that deals exclusively with the relationship of the
348 \" publishers or authors of the Document to the Document's overall subject
349 \" (or to related matters) and contains nothing that could fall directly
350 \" within that overall subject. (For example, if the Document is in part a
351 \" textbook of mathematics, a Secondary Section may not explain any
352 \" mathematics.) The relationship could be a matter of historical
353 \" connection with the subject or with related matters, or of legal,
354 \" commercial, philosophical, ethical or political position regarding
355 \" them.
356 \" .PP
357 \" The "Invariant Sections" are certain Secondary Sections whose titles
358 \" are designated, as being those of Invariant Sections, in the notice
359 \" that says that the Document is released under this License.
360 \" .PP
361 \" The "Cover Texts" are certain short passages of text that are listed,
362 \" as Front-Cover Texts or Back-Cover Texts, in the notice that says that
363 \" the Document is released under this License.
364 \" .PP
365 \" A "Transparent" copy of the Document means a machine-readable copy,
366 \" represented in a format whose specification is available to the
367 \" general public, whose contents can be viewed and edited directly and
368 \" straightforwardly with generic text editors or (for images composed of
369 \" pixels) generic paint programs or (for drawings) some widely available
370 \" drawing editor, and that is suitable for input to text formatters or
371 \" for automatic translation to a variety of formats suitable for input
372 \" to text formatters. A copy made in an otherwise Transparent file
373 \" format whose markup has been designed to thwart or discourage
374 \" subsequent modification by readers is not Transparent. A copy that is
375 \" not "Transparent" is called "Opaque".
376 \" .PP
377 \" Examples of suitable formats for Transparent copies include plain
378 \" ASCII without markup, Texinfo input format, LaTeX input format, SGML
379 \" or XML using a publicly available DTD, and standard-conforming simple
380 \" HTML designed for human modification. Opaque formats include
381 \" PostScript, PDF, proprietary formats that can be read and edited only
382 \" by proprietary word processors, SGML or XML for which the DTD and/or
383 \" processing tools are not generally available, and the
384 \" machine-generated HTML produced by some word processors for output
385 \" purposes only.
386 \" .PP
387 \" The "Title Page" means, for a printed book, the title page itself,
388 \" plus such following pages as are needed to hold, legibly, the material
389 \" this License requires to appear in the title page. For works in
390 \" formats which do not have any title page as such, "Title Page" means
391 \" the text near the most prominent appearance of the work's title,
392 \" preceding the beginning of the body of the text.
393 \" .PP
394 \" 2. VERBATIM COPYING
395 \" .PP
396 \" You may copy and distribute the Document in any medium, either
397 \" commercially or noncommercially, provided that this License, the
398 \" copyright notices, and the license notice saying this License applies
399 \" to the Document are reproduced in all copies, and that you add no other
400 \" conditions whatsoever to those of this License. You may not use
401 \" technical measures to obstruct or control the reading or further
402 \" copying of the copies you make or distribute. However, you may accept
403 \" compensation in exchange for copies. If you distribute a large enough
404 \" number of copies you must also follow the conditions in section 3.
405 \" .PP
406 \" You may also lend copies, under the same conditions stated above, and
407 \" you may publicly display copies.
408 \" .PP
409 \" 3. COPYING IN QUANTITY
410 \" .PP
411 \" If you publish printed copies of the Document numbering more than 100,
412 \" and the Document's license notice requires Cover Texts, you must enclose
413 \" the copies in covers that carry, clearly and legibly, all these Cover
414 \" Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
415 \" the back cover. Both covers must also clearly and legibly identify
416 \" you as the publisher of these copies. The front cover must present
417 \" the full title with all words of the title equally prominent and
418 \" visible. You may add other material on the covers in addition.
419 \" Copying with changes limited to the covers, as long as they preserve
420 \" the title of the Document and satisfy these conditions, can be treated
421 \" as verbatim copying in other respects.
422 \" .PP
423 \" If the required texts for either cover are too voluminous to fit
424 \" legibly, you should put the first ones listed (as many as fit
425 \" reasonably) on the actual cover, and continue the rest onto adjacent
426 \" pages.
427 \" .PP
428 \" If you publish or distribute Opaque copies of the Document numbering
429 \" more than 100, you must either include a machine-readable Transparent
430 \" copy along with each Opaque copy, or state in or with each Opaque copy
431 \" a publicly-accessible computer-network location containing a complete
432 \" Transparent copy of the Document, free of added material, which the
433 \" general network-using public has access to download anonymously at no
434 \" charge using public-standard network protocols. If you use the latter
435 \" option, you must take reasonably prudent steps, when you begin
436 \" distribution of Opaque copies in quantity, to ensure that this
437 \" Transparent copy will remain thus accessible at the stated location
438 \" until at least one year after the last time you distribute an Opaque
439 \" copy (directly or through your agents or retailers) of that edition to
440 \" the public.
441 \" .PP
442 \" It is requested, but not required, that you contact the authors of the
443 \" Document well before redistributing any large number of copies, to give
444 \" them a chance to provide you with an updated version of the Document.
445 \" .PP
446 \" 4. MODIFICATIONS
447 \" .PP
448 \" You may copy and distribute a Modified Version of the Document under
449 \" the conditions of sections 2 and 3 above, provided that you release
450 \" the Modified Version under precisely this License, with the Modified
451 \" Version filling the role of the Document, thus licensing distribution
452 \" and modification of the Modified Version to whoever possesses a copy
453 \" of it. In addition, you must do these things in the Modified Version:
454 \" .PP
455 \" A. Use in the Title Page (and on the covers, if any) a title distinct
456 \" from that of the Document, and from those of previous versions
457 \" (which should, if there were any, be listed in the History section
458 \" of the Document). You may use the same title as a previous version
459 \" if the original publisher of that version gives permission.
460 \" .PP
461 \" B. List on the Title Page, as authors, one or more persons or entities
462 \" responsible for authorship of the modifications in the Modified
463 \" Version, together with at least five of the principal authors of the
464 \" Document (all of its principal authors, if it has less than five).
465 \" .PP
466 \" C. State on the Title page the name of the publisher of the
467 \" Modified Version, as the publisher.
468 \" .PP
469 \" D. Preserve all the copyright notices of the Document.
470 \" .PP
471 \" E. Add an appropriate copyright notice for your modifications
472 \" adjacent to the other copyright notices.
473 \" .PP
474 \" F. Include, immediately after the copyright notices, a license notice
475 \" giving the public permission to use the Modified Version under the
476 \" terms of this License, in the form shown in the Addendum below.
477 \" Preserve in that license notice the full lists of Invariant Sections
478 \" and required Cover Texts given in the Document's license notice.
479 \" .PP
480 \" H. Include an unaltered copy of this License.
481 \" .PP
482 \" I. Preserve the section entitled "History", and its title, and add to
483 \" it an item stating at least the title, year, new authors, and
484 \" publisher of the Modified Version as given on the Title Page. If
485 \" there is no section entitled "History" in the Document, create one
486 \" stating the title, year, authors, and publisher of the Document as
487 \" given on its Title Page, then add an item describing the Modified
488 \" Version as stated in the previous sentence.
489 \" .PP
490 \" J. Preserve the network location, if any, given in the Document for
491 \" public access to a Transparent copy of the Document, and likewise
492 \" the network locations given in the Document for previous versions
493 \" it was based on. These may be placed in the "History" section.
494 \" You may omit a network location for a work that was published at
495 \" least four years before the Document itself, or if the original
496 \" publisher of the version it refers to gives permission.
497 \" .PP
498 \" K. In any section entitled "Acknowledgements" or "Dedications",
499 \" preserve the section's title, and preserve in the section all the
500 \" substance and tone of each of the contributor acknowledgements
501 \" and/or dedications given therein.
502 \" .PP
503 \" L. Preserve all the Invariant Sections of the Document,
504 \" unaltered in their text and in their titles. Section numbers
505 \" or the equivalent are not considered part of the section titles.
506 \" .PP
507 \" M. Delete any section entitled "Endorsements". Such a section
508 \" may not be included in the Modified Version.
509 \" .PP
510 \" N. Do not retitle any existing section as "Endorsements"
511 \" or to conflict in title with any Invariant Section.
512 \" .PP
513 \" If the Modified Version includes new front-matter sections or
514 \" appendices that qualify as Secondary Sections and contain no material
515 \" copied from the Document, you may at your option designate some or all
516 \" of these sections as invariant. To do this, add their titles to the
517 \" list of Invariant Sections in the Modified Version's license notice.
518 \" These titles must be distinct from any other section titles.
519 \" .PP
520 \" You may add a section entitled "Endorsements", provided it contains
521 \" nothing but endorsements of your Modified Version by various
522 \" parties--for example, statements of peer review or that the text has
523 \" been approved by an organization as the authoritative definition of a
524 \" standard.
525 \" .PP
526 \" You may add a passage of up to five words as a Front-Cover Text, and a
527 \" passage of up to 25 words as a Back-Cover Text, to the end of the list
528 \" of Cover Texts in the Modified Version. Only one passage of
529 \" Front-Cover Text and one of Back-Cover Text may be added by (or
530 \" through arrangements made by) any one entity. If the Document already
531 \" includes a cover text for the same cover, previously added by you or
532 \" by arrangement made by the same entity you are acting on behalf of,
533 \" you may not add another; but you may replace the old one, on explicit
534 \" permission from the previous publisher that added the old one.
535 \" .PP
536 \" The author(s) and publisher(s) of the Document do not by this License
537 \" give permission to use their names for publicity for or to assert or
538 \" imply endorsement of any Modified Version.
539 \" .PP
540
541 \" 5. COMBINING DOCUMENTS
542 \" .PP
543 \" You may combine the Document with other documents released under this
544 \" License, under the terms defined in section 4 above for modified
545 \" versions, provided that you include in the combination all of the
546 \" Invariant Sections of all of the original documents, unmodified, and
547 \" list them all as Invariant Sections of your combined work in its
548 \" license notice.
549 \" .PP
550 \" The combined work need only contain one copy of this License, and
551 \" multiple identical Invariant Sections may be replaced with a single
552 \" copy. If there are multiple Invariant Sections with the same name but
553 \" different contents, make the title of each such section unique by
554 \" adding at the end of it, in parentheses, the name of the original
555 \" author or publisher of that section if known, or else a unique number.
556 \" Make the same adjustment to the section titles in the list of
557 \" Invariant Sections in the license notice of the combined work.
558 \" .PP
559 \" In the combination, you must combine any sections entitled "History"
560 \" in the various original documents, forming one section entitled
561 \" "History"; likewise combine any sections entitled "Acknowledgements",
562 \" and any sections entitled "Dedications". You must delete all sections
563 \" entitled "Endorsements."
564 \" .PP
565
566 \" 6. COLLECTIONS OF DOCUMENTS
567 \" .PP
568 \" You may make a collection consisting of the Document and other documents
569 \" released under this License, and replace the individual copies of this
570 \" License in the various documents with a single copy that is included in
571 \" the collection, provided that you follow the rules of this License for
572 \" verbatim copying of each of the documents in all other respects.
573 \" .PP
574 \" You may extract a single document from such a collection, and distribute
575 \" it individually under this License, provided you insert a copy of this
576 \" License into the extracted document, and follow this License in all
577 \" other respects regarding verbatim copying of that document.
578 \" .PP
579
580 \" 7. AGGREGATION WITH INDEPENDENT WORKS
581 \" .PP
582 \" A compilation of the Document or its derivatives with other separate
583 \" and independent documents or works, in or on a volume of a storage or
584 \" distribution medium, does not as a whole count as a Modified Version
585 \" of the Document, provided no compilation copyright is claimed for the
586 \" compilation. Such a compilation is called an "aggregate", and this
587 \" License does not apply to the other self-contained works thus compiled
588 \" with the Document, on account of their being thus compiled, if they
589 \" are not themselves derivative works of the Document.
590 \" .PP
591 \" If the Cover Text requirement of section 3 is applicable to these
592 \" copies of the Document, then if the Document is less than one quarter
593 \" of the entire aggregate, the Document's Cover Texts may be placed on
594 \" covers that surround only the Document within the aggregate.
595 \" Otherwise they must appear on covers around the whole aggregate.
596 \" .PP
597
598 \" 8. TRANSLATION
599 \" .PP
600 \" Translation is considered a kind of modification, so you may
601 \" distribute translations of the Document under the terms of section 4.
602 \" Replacing Invariant Sections with translations requires special
603 \" permission from their copyright holders, but you may include
604 \" translations of some or all Invariant Sections in addition to the
605 \" original versions of these Invariant Sections. You may include a
606 \" translation of this License provided that you also include the
607 \" original English version of this License. In case of a disagreement
608 \" between the translation and the original English version of this
609 \" License, the original English version will prevail.
610 \" .PP
611
612 \" 9. TERMINATION
613 \" .PP
614 \" You may not copy, modify, sublicense, or distribute the Document except
615 \" as expressly provided for under this License. Any other attempt to
616 \" copy, modify, sublicense or distribute the Document is void, and will
617 \" automatically terminate your rights under this License. However,
618 \" parties who have received copies, or rights, from you under this
619 \" License will not have their licenses terminated so long as such
620 \" parties remain in full compliance.
621 \" .PP
622
623 \" 10. FUTURE REVISIONS OF THIS LICENSE
624 \" .PP
625 \" The Free Software Foundation may publish new, revised versions
626 \" of the GNU Free Documentation License from time to time. Such new
627 \" versions will be similar in spirit to the present version, but may
628 \" differ in detail to address new problems or concerns. See
629 \" http://www.gnu.org/copyleft/.
630 \" .PP
631 \" Each version of the License is given a distinguishing version number.
632 \" If the Document specifies that a particular numbered version of this
633 \" License "or any later version" applies to it, you have the option of
634 \" following the terms and conditions either of that specified version or
635 \" of any later version that has been published (not as a draft) by the
636 \" Free Software Foundation. If the Document does not specify a version
637 \" number of this License, you may choose any version ever published (not
638 \" as a draft) by the Free Software Foundation.
639 \" .PP
640
641 \" ADDENDUM: How to use this License for your documents
642 \" .PP
643 \" To use this License in a document you have written, include a copy of
644 \" the License in the document and put the following copyright and
645 \" license notices just after the title page:
646 \" .PP
647 \" Copyright (c) YEAR YOUR NAME.
648 \" Permission is granted to copy, distribute and/or
649 \" modify this document under the terms of the GNU
650 \" Free Documentation License, Version 1.1 or any later
651 \" version published by the Free Software Foundation;
652 \" with the Invariant Sections being LIST THEIR TITLES,
653 \" with the Front-Cover Texts being LIST, and with the
654 \" Back-Cover Texts being LIST. A copy of the license
655 \" is included in the section entitled "GNU Free
656 \" Documentation License".
657 \" .PP
658 \" If you have no Invariant Sections, write "with no Invariant Sections"
659 \" instead of saying which ones are invariant. If you have no
660 \" Front-Cover Texts, write "no Front-Cover Texts" instead of
661 \" "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
662 \" .PP
663 \" If your document contains nontrivial examples of program code, we
664 \" recommend releasing these examples in parallel under your choice of
665 \" free software license, such as the GNU General Public License,
666 \" to permit their use in free software.
This page took 0.100929 seconds and 4 git commands to generate.