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