2001-01-01 Philip Blundell <philb@gnu.org>
[binutils.git] / binutils / objdump.1
blob1c2fa612a2992fd54d41747aea3db6d0d81fffc0
1 .\" Copyright (c) 1991, 92, 93, 94, 95, 96, 97, 1998, 2000 Free Software Foundation
2 .\" See section COPYING for conditions for redistribution
3 .TH objdump 1 "5 November 1991" "Free Software Foundation" "GNU Development Tools"
4 .de BP
5 .sp
6 .ti \-.2i
7 \(**
8 ..
10 .SH NAME
11 objdump \- display information from object files.
13 .SH SYNOPSIS
14 .hy 0
15 .na
16 .TP
17 .B objdump
18 .RB "[\|" \-a | \-\-archive\-headers "\|]" 
19 .RB "[\|" "\-b\ "\c
20 .I bfdname\c
21 .RB " | " "\-\-target="\c
22 .I bfdname\c
23 \&\|] 
24 .RB "[\|" \-C | \-\-demangle "\|]" 
25 .RB "[\|" \-\-debugging "\|]" 
26 .RB "[\|" \-d | \-\-disassemble "\|]" 
27 .RB "[\|" \-D | \-\-disassemble-all "\|]" 
28 .RB "[\|" \-\-disassemble\-zeroes "\|]" 
29 .RB "[\|" \-EB | \-EL | \-\-endian=\c
30 .I {big|little}\c
31 \&\|]
32 .RB "[\|" \-f | \-\-file\-headers "\|]"
33 .RB "[\|" \-h | \-\-section\-headers
34 .RB "| " \-\-headers "\|]" 
35 .RB "[\|" \-i | \-\-info "\|]" 
36 .RB "[\|" "\-j\ "\c
37 .I section\c
38 .RB " | " "\-\-section="\c
39 .I section\c
40 \&\|] 
41 .RB "[\|" \-l | \-\-line\-numbers "\|]"
42 .RB "[\|" "\-m\ "\c
43 .I machine\c
44 .RB " | " "\-\-architecture="\c
45 .I machine\c
46 \&\|] 
47 .RB "[\|" \-p | \-\-private\-headers "\|]" 
48 .RB "[\|" \-\-prefix\-addresses "\|]" 
49 .RB "[\|" \-r | \-\-reloc "\|]" 
50 .RB "[\|" \-R | \-\-dynamic\-reloc "\|]" 
51 .RB "[\|" \-s | \-\-full\-contents "\|]"
52 .RB "[\|" \-S | \-\-source "\|]"
53 .RB "[\|" \-\-[no\-]show\-raw\-insn "\|]" 
54 .RB "[\|" \-\-stabs "\|]"
55 .RB "[\|" \-t | \-\-syms "\|]" 
56 .RB "[\|" \-T | \-\-dynamic\-syms "\|]" 
57 .RB "[\|" \-x | \-\-all\-headers "\|]"
58 .RB "[\|" "\-\-start\-address="\c
59 .I address\c
60 \&\|]
61 .RB "[\|" "\-\-stop\-address="\c
62 .I address\c
63 \&\|]
64 .RB "[\|" "\-\-adjust\-vma="\c
65 .I offset\c
66 \&\|]
67 .RB "[\|" \-\-version "\|]"
68 .RB "[\|" \-\-help "\|]"
69 .I objfile\c
70 \&.\|.\|.
71 .ad b
72 .hy 1
73 .SH DESCRIPTION
75 .B objdump\c
76 \& displays information about one or more object files.
77 The options control what particular information to display.  This
78 information is mostly useful to programmers who are working on the
79 compilation tools, as opposed to programmers who just want their
80 program to compile and work.
81 .PP
82 .IR  "objfile" .\|.\|.
83 are the object files to be examined.  When you specify archives,
85 .B objdump\c
86 \& shows information on each of the member object files.
88 .SH OPTIONS
89 Where long and short forms of an option are shown together, they are
90 equivalent.  At least one option besides
91 .B \-l
92 (\fB\-\-line\-numbers\fP) must be given.
94 .TP
95 .B \-a
96 .TP
97 .B \-\-archive\-headers
98 If any files from \c
99 .I objfile\c
100 \& are archives, display the archive
101 header information (in a format similar to `\|\c
102 .B ls \-l\c
103 \|').  Besides the
104 information you could list with `\|\c
105 .B ar tv\c
106 \|', `\|\c
107 .B objdump \-a\c
108 \|' shows
109 the object file format of each archive member.
112 .BI "\-\-adjust\-vma=" "offset"
113 When dumping information, first add
114 .I offset
115 to all the section addresses.  This is useful if the section addresses
116 do not correspond to the symbol table, which can happen when putting
117 sections at particular addresses when using a format which can not
118 represent section addresses, such as a.out.
121 .BI "\-b " "bfdname"\c
123 .BI "\-\-target=" "bfdname"
124 Specify the object-code format for the object files to be
126 .I bfdname\c
127 \&.  This may not be necessary; \c
128 .I objdump\c
129 \& can
130 automatically recognize many formats.  For example,
133 objdump\ \-b\ oasys\ \-m\ vax\ \-h\ fu.o
136 display summary information from the section headers (`\|\c
137 .B \-h\c
138 \|') of
139 `\|\c
140 .B fu.o\c
141 \|', which is explicitly identified (`\|\c
142 .B \-m\c
143 \|') as a Vax object
144 file in the format produced by Oasys compilers.  You can list the
145 formats available with the `\|\c
146 .B \-i\c
147 \|' option.
150 .B \-C
152 .B \-\-demangle
153 Decode (\fIdemangle\fP) low-level symbol names into user-level names.
154 Besides removing any initial underscore prepended by the system, this
155 makes C++ function names readable.
158 .B \-\-debugging
159 Display debugging information.  This attempts to parse debugging
160 information stored in the file and print it out using a C like syntax.
161 Only certain types of debugging information have been implemented.
164 .B \-d
166 .B \-\-disassemble
167 Display the assembler mnemonics for the machine
168 instructions from \c
169 .I objfile\c
171 This option only disassembles those sections which are
172 expected to contain instructions.
175 .B \-D
177 .B \-\-disassemble-all
178 Like \fB\-d\fP, but disassemble the contents of all sections, not just
179 those expected to contain instructions.
182 .B \-\-prefix\-addresses
183 When disassembling, print the complete address on each line.  This is
184 the older disassembly format.
187 .B \-\-disassemble\-zeroes
188 Normally the disassembly output will skip blocks of zeroes.  This
189 option directs the disassembler to disassemble those blocks, just like
190 any other data.
193 .B \-EB
195 .B \-EL
197 .BI "\-\-endian=" "{big|little}"
198 Specify the endianness of the object files.  This only affects
199 disassembly.  This can be useful when disassembling a file format which
200 does not describe endianness information, such as S-records.
203 .B \-f
205 .B \-\-file\-headers
206 Display summary information from the overall header of
207 each file in \c
208 .I objfile\c
212 .B \-h
214 .B \-\-section\-headers
216 .B \-\-headers
217 Display summary information from the section headers of the
218 object file.
221 .B \-\-help
222 Print a summary of the options to
223 .B objdump
224 and exit.
227 .B \-i
229 .B \-\-info
230 Display a list showing all architectures and object formats available
231 for specification with \c
232 .B \-b\c
233 \& or \c
234 .B \-m\c
238 .BI "\-j " "name"\c
240 .BI "\-\-section=" "name"
241 Display information only for section \c
242 .I name\c
246 .B \-l
248 .B \-\-line\-numbers
249 Label the display (using debugging information) with the filename
250 and source line numbers corresponding to the object code shown.
251 Only useful with \fB\-d\fP, \fB\-D\fP, or \fB\-r\fP.
254 .BI "\-m " "machine"\c
256 .BI "\-\-architecture=" "machine"
257 Specify the architecture to use when disassembling object files.  This
258 can be useful when disassembling object files which do not describe
259 architecture information, such as S-records.  You can list the available
260 architectures with the \fB\-i\fP option. 
263 .B \-p
265 .B \-\-private\-headers
266 Print information that is specific to the object file format.  The
267 exact information printed depends upon the object file format.  For
268 some object file formats, no additional information is printed.
271 .B \-r
273 .B \-\-reloc
274 Print the relocation entries of the file.  If used with \fB\-d\fP or
275 \fB\-D\fP, the relocations are printed interspersed with the
276 disassembly.
279 .B \-R
281 .B \-\-dynamic\-reloc
282 Print the dynamic relocation entries of the file.  This is only
283 meaningful for dynamic objects, such as certain types of shared
284 libraries.
287 .B \-s
289 .B \-\-full\-contents
290 Display the full contents of any sections requested.
293 .B \-S
295 .B \-\-source
296 Display source code intermixed with disassembly, if possible.  Implies
297 \fB-d\fP.
300 .B \-\-show\-raw\-insn
301 When disassembling instructions, print the instruction in hex as well as
302 in symbolic form.  This is the default except when
303 .B \-\-prefix\-addresses
304 is used.
307 .B \-\-no\-show\-raw\-insn
308 When disassembling instructions, do not print the instruction bytes.
309 This is the default when
310 .B \-\-prefix\-addresses
311 is used.
314 .B \-\-stabs
315 Display the contents of the .stab, .stab.index, and .stab.excl
316 sections from an ELF file.  This is only useful on systems (such as
317 Solaris 2.0) in which .stab debugging symbol-table entries are carried
318 in an ELF section.  In most other file formats, debugging symbol-table
319 entries are interleaved with linkage symbols, and are visible in the
320 .B \-\-syms
321 output.
324 .BI "\-\-start\-address=" "address"
325 Start displaying data at the specified address.  This affects the output
326 of the
327 .B \-d\c
329 .B \-r
331 .B \-s
332 options.
335 .BI "\-\-stop\-address=" "address"
336 Stop displaying data at the specified address.  This affects the output
337 of the
338 .B \-d\c
340 .B \-r
342 .B \-s
343 options.
346 .B \-t
348 .B \-\-syms
349 Symbol Table.  Print the symbol table entries of the file.
350 This is similar to the information provided by the `\|\c
351 .B nm\c
352 \|' program.
355 .B \-T
357 .B \-\-dynamic\-syms
358 Dynamic Symbol Table.  Print the dynamic symbol table entries of the
359 file.  This is only meaningful for dynamic objects, such as certain
360 types of shared libraries.  This is similar to the information
361 provided by the `\|\c
362 .B nm\c
363 \|' program when given the
364 .B \-D (\-\-dynamic)
365 option.
368 .B \-\-version
369 Print the version number of
370 .B objdump
371 and exit.
374 .B \-x
376 .B \-\-all\-headers
377 Display all available header information, including the symbol table and
378 relocation entries.  Using `\|\c
379 .B \-x\c
380 \|' is equivalent to specifying all of
381 `\|\c
382 .B \-a \-f \-h \-r \-t\c
383 \|'.
385 .SH "SEE ALSO"
386 .RB "`\|" binutils "\|'"
387 entry in 
389 info\c
390 \&; 
392 The GNU Binary Utilities\c
393 \&, Roland H. Pesch (October 1991); 
394 .BR nm "(" 1 ")."
396 .SH COPYING
397 Copyright (c) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
400 This document is distributed under the terms of the GNU Free
401 Documentation License, version 1.1.  That license is described in the
402 sources for this manual page, but it is not displayed here in order to
403 make this manual more consise.  Copies of this license can also be
404 obtained from: http://www.gnu.org/copyleft/.
406 \"  .SH GNU Free Documentation License
407 \"    Version 1.1, March 2000
409 \"    Copyright (C) 2000  Free Software Foundation, Inc.
410 \"    59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
411      
412 \"    Everyone is permitted to copy and distribute verbatim
413 \"    copies of this license document, but changing it is
414 \"    not allowed.
415 \"  .PP
416 \"  0. PREAMBLE
417 \"  .PP
418 \"  The purpose of this License is to make a manual, textbook, or other
419 \"  written document "free" in the sense of freedom: to assure everyone
420 \"  the effective freedom to copy and redistribute it, with or without
421 \"  modifying it, either commercially or noncommercially.  Secondarily,
422 \"  this License preserves for the author and publisher a way to get
423 \"  credit for their work, while not being considered responsible for
424 \"  modifications made by others.
425 \"  .PP
426 \"  This License is a kind of "copyleft", which means that derivative
427 \"  works of the document must themselves be free in the same sense.  It
428 \"  complements the GNU General Public License, which is a copyleft
429 \"  license designed for free software.
430 \"  .PP
431 \"  We have designed this License in order to use it for manuals for free
432 \"  software, because free software needs free documentation: a free
433 \"  program should come with manuals providing the same freedoms that the
434 \"  software does.  But this License is not limited to software manuals;
435 \"  it can be used for any textual work, regardless of subject matter or
436 \"  whether it is published as a printed book.  We recommend this License
437 \"  principally for works whose purpose is instruction or reference.
438 \"  .PP
439 \"  1. APPLICABILITY AND DEFINITIONS
440 \"  .PP
441 \"  This License applies to any manual or other work that contains a
442 \"  notice placed by the copyright holder saying it can be distributed
443 \"  under the terms of this License.  The "Document", below, refers to any
444 \"  such manual or work.  Any member of the public is a licensee, and is
445 \"  addressed as "you".
446 \"  .PP
447 \"  A "Modified Version" of the Document means any work containing the
448 \"  Document or a portion of it, either copied verbatim, or with
449 \"  modifications and/or translated into another language.
450 \"  .PP
451 \"  A "Secondary Section" is a named appendix or a front-matter section of
452 \"  the Document that deals exclusively with the relationship of the
453 \"  publishers or authors of the Document to the Document's overall subject
454 \"  (or to related matters) and contains nothing that could fall directly
455 \"  within that overall subject.  (For example, if the Document is in part a
456 \"  textbook of mathematics, a Secondary Section may not explain any
457 \"  mathematics.)  The relationship could be a matter of historical
458 \"  connection with the subject or with related matters, or of legal,
459 \"  commercial, philosophical, ethical or political position regarding
460 \"  them.
461 \"  .PP
462 \"  The "Invariant Sections" are certain Secondary Sections whose titles
463 \"  are designated, as being those of Invariant Sections, in the notice
464 \"  that says that the Document is released under this License.
465 \"  .PP
466 \"  The "Cover Texts" are certain short passages of text that are listed,
467 \"  as Front-Cover Texts or Back-Cover Texts, in the notice that says that
468 \"  the Document is released under this License.
469 \"  .PP
470 \"  A "Transparent" copy of the Document means a machine-readable copy,
471 \"  represented in a format whose specification is available to the
472 \"  general public, whose contents can be viewed and edited directly and
473 \"  straightforwardly with generic text editors or (for images composed of
474 \"  pixels) generic paint programs or (for drawings) some widely available
475 \"  drawing editor, and that is suitable for input to text formatters or
476 \"  for automatic translation to a variety of formats suitable for input
477 \"  to text formatters.  A copy made in an otherwise Transparent file
478 \"  format whose markup has been designed to thwart or discourage
479 \"  subsequent modification by readers is not Transparent.  A copy that is
480 \"  not "Transparent" is called "Opaque".
481 \"  .PP
482 \"  Examples of suitable formats for Transparent copies include plain
483 \"  ASCII without markup, Texinfo input format, LaTeX input format, SGML
484 \"  or XML using a publicly available DTD, and standard-conforming simple
485 \"  HTML designed for human modification.  Opaque formats include
486 \"  PostScript, PDF, proprietary formats that can be read and edited only
487 \"  by proprietary word processors, SGML or XML for which the DTD and/or
488 \"  processing tools are not generally available, and the
489 \"  machine-generated HTML produced by some word processors for output
490 \"  purposes only.
491 \"  .PP
492 \"  The "Title Page" means, for a printed book, the title page itself,
493 \"  plus such following pages as are needed to hold, legibly, the material
494 \"  this License requires to appear in the title page.  For works in
495 \"  formats which do not have any title page as such, "Title Page" means
496 \"  the text near the most prominent appearance of the work's title,
497 \"  preceding the beginning of the body of the text.
498 \"  .PP
499 \"  2. VERBATIM COPYING
500 \"  .PP
501 \"  You may copy and distribute the Document in any medium, either
502 \"  commercially or noncommercially, provided that this License, the
503 \"  copyright notices, and the license notice saying this License applies
504 \"  to the Document are reproduced in all copies, and that you add no other
505 \"  conditions whatsoever to those of this License.  You may not use
506 \"  technical measures to obstruct or control the reading or further
507 \"  copying of the copies you make or distribute.  However, you may accept
508 \"  compensation in exchange for copies.  If you distribute a large enough
509 \"  number of copies you must also follow the conditions in section 3.
510 \"  .PP
511 \"  You may also lend copies, under the same conditions stated above, and
512 \"  you may publicly display copies.
513 \"  .PP
514 \"  3. COPYING IN QUANTITY
515 \"  .PP
516 \"  If you publish printed copies of the Document numbering more than 100,
517 \"  and the Document's license notice requires Cover Texts, you must enclose
518 \"  the copies in covers that carry, clearly and legibly, all these Cover
519 \"  Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
520 \"  the back cover.  Both covers must also clearly and legibly identify
521 \"  you as the publisher of these copies.  The front cover must present
522 \"  the full title with all words of the title equally prominent and
523 \"  visible.  You may add other material on the covers in addition.
524 \"  Copying with changes limited to the covers, as long as they preserve
525 \"  the title of the Document and satisfy these conditions, can be treated
526 \"  as verbatim copying in other respects.
527 \"  .PP
528 \"  If the required texts for either cover are too voluminous to fit
529 \"  legibly, you should put the first ones listed (as many as fit
530 \"  reasonably) on the actual cover, and continue the rest onto adjacent
531 \"  pages.
532 \"  .PP
533 \"  If you publish or distribute Opaque copies of the Document numbering
534 \"  more than 100, you must either include a machine-readable Transparent
535 \"  copy along with each Opaque copy, or state in or with each Opaque copy
536 \"  a publicly-accessible computer-network location containing a complete
537 \"  Transparent copy of the Document, free of added material, which the
538 \"  general network-using public has access to download anonymously at no
539 \"  charge using public-standard network protocols.  If you use the latter
540 \"  option, you must take reasonably prudent steps, when you begin
541 \"  distribution of Opaque copies in quantity, to ensure that this
542 \"  Transparent copy will remain thus accessible at the stated location
543 \"  until at least one year after the last time you distribute an Opaque
544 \"  copy (directly or through your agents or retailers) of that edition to
545 \"  the public.
546 \"  .PP
547 \"  It is requested, but not required, that you contact the authors of the
548 \"  Document well before redistributing any large number of copies, to give
549 \"  them a chance to provide you with an updated version of the Document.
550 \"  .PP
551 \"  4. MODIFICATIONS
552 \"  .PP
553 \"  You may copy and distribute a Modified Version of the Document under
554 \"  the conditions of sections 2 and 3 above, provided that you release
555 \"  the Modified Version under precisely this License, with the Modified
556 \"  Version filling the role of the Document, thus licensing distribution
557 \"  and modification of the Modified Version to whoever possesses a copy
558 \"  of it.  In addition, you must do these things in the Modified Version:
559 \"  .PP
560 \"  A. Use in the Title Page (and on the covers, if any) a title distinct
561 \"  from that of the Document, and from those of previous versions
562 \"  (which should, if there were any, be listed in the History section
563 \"  of the Document).  You may use the same title as a previous version
564 \"  if the original publisher of that version gives permission.
565 \"  .PP
566 \"  B. List on the Title Page, as authors, one or more persons or entities
567 \"  responsible for authorship of the modifications in the Modified
568 \"  Version, together with at least five of the principal authors of the
569 \"  Document (all of its principal authors, if it has less than five).
570 \"  .PP
571 \"  C. State on the Title page the name of the publisher of the
572 \"  Modified Version, as the publisher.
573 \"  .PP
574 \"  D. Preserve all the copyright notices of the Document.
575 \"  .PP
576 \"  E. Add an appropriate copyright notice for your modifications
577 \"  adjacent to the other copyright notices.
578 \"  .PP
579 \"  F. Include, immediately after the copyright notices, a license notice
580 \"  giving the public permission to use the Modified Version under the
581 \"  terms of this License, in the form shown in the Addendum below.
582 \"  Preserve in that license notice the full lists of Invariant Sections
583 \"  and required Cover Texts given in the Document's license notice.
584 \"  .PP
585 \"  H. Include an unaltered copy of this License.
586 \"  .PP
587 \"  I. Preserve the section entitled "History", and its title, and add to
588 \"  it an item stating at least the title, year, new authors, and
589 \"  publisher of the Modified Version as given on the Title Page.  If
590 \"  there is no section entitled "History" in the Document, create one
591 \"  stating the title, year, authors, and publisher of the Document as
592 \"  given on its Title Page, then add an item describing the Modified
593 \"  Version as stated in the previous sentence.
594 \"  .PP
595 \"  J. Preserve the network location, if any, given in the Document for
596 \"  public access to a Transparent copy of the Document, and likewise
597 \"  the network locations given in the Document for previous versions
598 \"  it was based on.  These may be placed in the "History" section.
599 \"  You may omit a network location for a work that was published at
600 \"  least four years before the Document itself, or if the original
601 \"  publisher of the version it refers to gives permission.
602 \"  .PP
603 \"  K. In any section entitled "Acknowledgements" or "Dedications",
604 \"  preserve the section's title, and preserve in the section all the
605 \"  substance and tone of each of the contributor acknowledgements
606 \"  and/or dedications given therein.
607 \"  .PP
608 \"  L. Preserve all the Invariant Sections of the Document,
609 \"  unaltered in their text and in their titles.  Section numbers
610 \"  or the equivalent are not considered part of the section titles.
611 \"  .PP
612 \"  M. Delete any section entitled "Endorsements".  Such a section
613 \"  may not be included in the Modified Version.
614 \"  .PP
615 \"  N. Do not retitle any existing section as "Endorsements"
616 \"  or to conflict in title with any Invariant Section.
617 \"  .PP
618 \"  If the Modified Version includes new front-matter sections or
619 \"  appendices that qualify as Secondary Sections and contain no material
620 \"  copied from the Document, you may at your option designate some or all
621 \"  of these sections as invariant.  To do this, add their titles to the
622 \"  list of Invariant Sections in the Modified Version's license notice.
623 \"  These titles must be distinct from any other section titles.
624 \"  .PP
625 \"  You may add a section entitled "Endorsements", provided it contains
626 \"  nothing but endorsements of your Modified Version by various
627 \"  parties--for example, statements of peer review or that the text has
628 \"  been approved by an organization as the authoritative definition of a
629 \"  standard.
630 \"  .PP
631 \"  You may add a passage of up to five words as a Front-Cover Text, and a
632 \"  passage of up to 25 words as a Back-Cover Text, to the end of the list
633 \"  of Cover Texts in the Modified Version.  Only one passage of
634 \"  Front-Cover Text and one of Back-Cover Text may be added by (or
635 \"  through arrangements made by) any one entity.  If the Document already
636 \"  includes a cover text for the same cover, previously added by you or
637 \"  by arrangement made by the same entity you are acting on behalf of,
638 \"  you may not add another; but you may replace the old one, on explicit
639 \"  permission from the previous publisher that added the old one.
640 \"  .PP
641 \"  The author(s) and publisher(s) of the Document do not by this License
642 \"  give permission to use their names for publicity for or to assert or
643 \"  imply endorsement of any Modified Version.
644 \"  .PP
646 \"  5. COMBINING DOCUMENTS
647 \"  .PP
648 \"  You may combine the Document with other documents released under this
649 \"  License, under the terms defined in section 4 above for modified
650 \"  versions, provided that you include in the combination all of the
651 \"  Invariant Sections of all of the original documents, unmodified, and
652 \"  list them all as Invariant Sections of your combined work in its
653 \"  license notice.
654 \"  .PP
655 \"  The combined work need only contain one copy of this License, and
656 \"  multiple identical Invariant Sections may be replaced with a single
657 \"  copy.  If there are multiple Invariant Sections with the same name but
658 \"  different contents, make the title of each such section unique by
659 \"  adding at the end of it, in parentheses, the name of the original
660 \"  author or publisher of that section if known, or else a unique number.
661 \"  Make the same adjustment to the section titles in the list of
662 \"  Invariant Sections in the license notice of the combined work.
663 \"  .PP
664 \"  In the combination, you must combine any sections entitled "History"
665 \"  in the various original documents, forming one section entitled
666 \"  "History"; likewise combine any sections entitled "Acknowledgements",
667 \"  and any sections entitled "Dedications".  You must delete all sections
668 \"  entitled "Endorsements."
669 \"  .PP
671 \"  6. COLLECTIONS OF DOCUMENTS
672 \"  .PP
673 \"  You may make a collection consisting of the Document and other documents
674 \"  released under this License, and replace the individual copies of this
675 \"  License in the various documents with a single copy that is included in
676 \"  the collection, provided that you follow the rules of this License for
677 \"  verbatim copying of each of the documents in all other respects.
678 \"  .PP
679 \"  You may extract a single document from such a collection, and distribute
680 \"  it individually under this License, provided you insert a copy of this
681 \"  License into the extracted document, and follow this License in all
682 \"  other respects regarding verbatim copying of that document.
683 \"  .PP
685 \"  7. AGGREGATION WITH INDEPENDENT WORKS
686 \"  .PP
687 \"  A compilation of the Document or its derivatives with other separate
688 \"  and independent documents or works, in or on a volume of a storage or
689 \"  distribution medium, does not as a whole count as a Modified Version
690 \"  of the Document, provided no compilation copyright is claimed for the
691 \"  compilation.  Such a compilation is called an "aggregate", and this
692 \"  License does not apply to the other self-contained works thus compiled
693 \"  with the Document, on account of their being thus compiled, if they
694 \"  are not themselves derivative works of the Document.
695 \"  .PP
696 \"  If the Cover Text requirement of section 3 is applicable to these
697 \"  copies of the Document, then if the Document is less than one quarter
698 \"  of the entire aggregate, the Document's Cover Texts may be placed on
699 \"  covers that surround only the Document within the aggregate.
700 \"  Otherwise they must appear on covers around the whole aggregate.
701 \"  .PP
703 \"  8. TRANSLATION
704 \"  .PP
705 \"  Translation is considered a kind of modification, so you may
706 \"  distribute translations of the Document under the terms of section 4.
707 \"  Replacing Invariant Sections with translations requires special
708 \"  permission from their copyright holders, but you may include
709 \"  translations of some or all Invariant Sections in addition to the
710 \"  original versions of these Invariant Sections.  You may include a
711 \"  translation of this License provided that you also include the
712 \"  original English version of this License.  In case of a disagreement
713 \"  between the translation and the original English version of this
714 \"  License, the original English version will prevail.
715 \"  .PP
717 \"  9. TERMINATION
718 \"  .PP
719 \"  You may not copy, modify, sublicense, or distribute the Document except
720 \"  as expressly provided for under this License.  Any other attempt to
721 \"  copy, modify, sublicense or distribute the Document is void, and will
722 \"  automatically terminate your rights under this License.  However,
723 \"  parties who have received copies, or rights, from you under this
724 \"  License will not have their licenses terminated so long as such
725 \"  parties remain in full compliance.
726 \"  .PP
728 \"  10. FUTURE REVISIONS OF THIS LICENSE
729 \"  .PP
730 \"  The Free Software Foundation may publish new, revised versions
731 \"  of the GNU Free Documentation License from time to time.  Such new
732 \"  versions will be similar in spirit to the present version, but may
733 \"  differ in detail to address new problems or concerns.  See
734 \"  http://www.gnu.org/copyleft/.
735 \"  .PP
736 \"  Each version of the License is given a distinguishing version number.
737 \"  If the Document specifies that a particular numbered version of this
738 \"  License "or any later version" applies to it, you have the option of
739 \"  following the terms and conditions either of that specified version or
740 \"  of any later version that has been published (not as a draft) by the
741 \"  Free Software Foundation.  If the Document does not specify a version
742 \"  number of this License, you may choose any version ever published (not
743 \"  as a draft) by the Free Software Foundation.
744 \"  .PP
746 \"  ADDENDUM: How to use this License for your documents
747 \"  .PP
748 \"  To use this License in a document you have written, include a copy of
749 \"  the License in the document and put the following copyright and
750 \"  license notices just after the title page:
751 \"  .PP
752 \"      Copyright (c)  YEAR  YOUR NAME.
753 \"      Permission is granted to copy, distribute and/or
754 \"      modify this document under the terms of the GNU
755 \"      Free Documentation License, Version 1.1 or any later
756 \"      version published by the Free Software Foundation;
757 \"      with the Invariant Sections being LIST THEIR TITLES,
758 \"      with the Front-Cover Texts being LIST, and with the
759 \"      Back-Cover Texts being LIST.  A copy of the license
760 \"      is included in the section entitled "GNU Free
761 \"      Documentation License".
762 \"  .PP
763 \"  If you have no Invariant Sections, write "with no Invariant Sections"
764 \"  instead of saying which ones are invariant.  If you have no
765 \"  Front-Cover Texts, write "no Front-Cover Texts" instead of
766 \"  "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
767 \"  .PP
768 \"  If your document contains nontrivial examples of program code, we
769 \"  recommend releasing these examples in parallel under your choice of
770 \"  free software license, such as the GNU General Public License,
771 \"  to permit their use in free software.