| Index: bfd/doc/bfd.texinfo
|
| diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
|
| index 45ffa73240ea22a74debe916fcd7e068a947a7dc..ec709c1db0d4bbe0fcd27b515dc0d1c6a5cdbda8 100644
|
| --- a/bfd/doc/bfd.texinfo
|
| +++ b/bfd/doc/bfd.texinfo
|
| @@ -1,8 +1,6 @@
|
| \input texinfo.tex
|
| @setfilename bfd.info
|
| -@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1997, 2000,
|
| -@c 2001, 2002, 2003, 2006, 2007, 2008, 2009
|
| -@c Free Software Foundation, Inc.
|
| +@c Copyright 1988-2013 Free Software Foundation, Inc.
|
| @c
|
| @synindex fn cp
|
|
|
| @@ -16,7 +14,7 @@
|
| @copying
|
| This file documents the BFD library.
|
|
|
| -Copyright @copyright{} 1991, 2000, 2001, 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
|
| +Copyright @copyright{} 1991 - 2013 Free Software Foundation, Inc.
|
|
|
| Permission is granted to copy, distribute and/or modify this document
|
| under the terms of the GNU Free Documentation License, Version 1.3 or
|
| @@ -64,7 +62,7 @@ included in the section entitled ``GNU Free Documentation License''.
|
| @end tex
|
|
|
| @vskip 0pt plus 1filll
|
| -Copyright @copyright{} 1991, 2001, 2003, 2006, 2008 Free Software Foundation, Inc.
|
| +Copyright @copyright{} 1991 - 2013 Free Software Foundation, Inc.
|
|
|
| Permission is granted to copy, distribute and/or modify this document
|
| under the terms of the GNU Free Documentation License, Version 1.3
|
| @@ -196,10 +194,11 @@ IEEE-695.
|
|
|
| @node BFD front end, BFD back ends, Overview, Top
|
| @chapter BFD Front End
|
| -@include bfdt.texi
|
| -@include bfdio.texi
|
|
|
| @menu
|
| +* typedef bfd::
|
| +* Error reporting::
|
| +* Miscellaneous::
|
| * Memory Usage::
|
| * Initialization::
|
| * Sections::
|
| @@ -217,7 +216,10 @@ IEEE-695.
|
| * Hash Tables::
|
| @end menu
|
|
|
| -@node Memory Usage, Initialization, BFD front end, BFD front end
|
| +@include bfdt.texi
|
| +@include bfdio.texi
|
| +
|
| +@node Memory Usage, Initialization, Miscellaneous, BFD front end
|
| @section Memory Usage
|
| BFD keeps all of its internal structures in obstacks. There is one obstack
|
| per open BFD file, into which the current state is stored. When a BFD is
|
| @@ -322,7 +324,7 @@ All of BFD lives in one directory.
|
| @printindex cp
|
|
|
| @tex
|
| -% I think something like @colophon should be in texinfo. In the
|
| +% I think something like @@colophon should be in texinfo. In the
|
| % meantime:
|
| \long\def\colophon{\hbox to0pt{}\vfill
|
| \centerline{The body of this manual is set in}
|
| @@ -333,7 +335,7 @@ All of BFD lives in one directory.
|
| \centerline{{\sl\fontname\tensl\/}}
|
| \centerline{are used for emphasis.}\vfill}
|
| \page\colophon
|
| -% Blame: doc@cygnus.com, 28mar91.
|
| +% Blame: doc@@cygnus.com, 28mar91.
|
| @end tex
|
|
|
| @bye
|
|
|