diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-28 21:18:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-28 21:18:23 +0000 |
commit | accf488e258d00398b8ab985ebae148115b087f3 (patch) | |
tree | 6b34911a831ae37741915526b91625eae9212f0f /bfd | |
parent | 4c5c86cb540e5eb9d96d4666d63e09743ea50a21 (diff) | |
download | fsf-binutils-gdb-accf488e258d00398b8ab985ebae148115b087f3.zip fsf-binutils-gdb-accf488e258d00398b8ab985ebae148115b087f3.tar.gz fsf-binutils-gdb-accf488e258d00398b8ab985ebae148115b087f3.tar.bz2 |
add title, fix some minor problems
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/doc/bfdint.texi | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi index df0ede6..2573707 100644 --- a/bfd/doc/bfdint.texi +++ b/bfd/doc/bfdint.texi @@ -1,5 +1,13 @@ \input texinfo @setfilename bfdint.info + +@settitle BFD Internals +@iftex +@title{BFD Internals} +@author{Ian Lance Taylor} +@author{Cygnus Solutions} +@end iftex + @node Top @top BFD Internals @raisesections @@ -278,7 +286,7 @@ always possible to use statically initialized structures holding function pointers and magic constants instead. @end itemize -The following a list of the files which are compiled multiple times. +The following is a list of the files which are compiled multiple times. @table @file @item aout-target.h @@ -406,9 +414,9 @@ Relocation handling has been implemented in various different ways, all somewhat incompatible, none perfect. @menu -BFD relocation concepts:: BFD relocation concepts -BFD relocation functions:: BFD relocation functions -BFD relocation future:: BFD relocation future +* BFD relocation concepts:: BFD relocation concepts +* BFD relocation functions:: BFD relocation functions +* BFD relocation future:: BFD relocation future @end menu @node BFD relocation concepts |