From a46b9c75fd4e0fdc2d42bc9e9c7c9e93c4d15d22 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 9 Apr 2013 15:18:40 +0000 Subject: * bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs. * bfd.texinfo (typedef bfd, Error reporting, Miscellaneous): Add menu items. --- bfd/doc/ChangeLog | 5 +++++ bfd/doc/bfd.texinfo | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) (limited to 'bfd/doc') diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index db949ca71dc..f8ed19afa11 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-04-09 Mingjie Xing + + * bfd.texinfo (typedef bfd, Error reporting, Miscellaneous): + Add menu items. + 2013-01-07 Patrice Dumas * bfd.texinfo: Replace @ with @@ when it is part of the text. diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo index 3aa3300bd8b..ec709c1db0d 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, 2013 -@c Free Software Foundation, Inc. +@c Copyright 1988-2013 Free Software Foundation, Inc. @c @synindex fn cp @@ -16,8 +14,7 @@ @copying This file documents the BFD library. -Copyright @copyright{} 1991, 2000, 2001, 2003, 2006, 2007, 2008, 2013 -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 @@ -65,8 +62,7 @@ included in the section entitled ``GNU Free Documentation License''. @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1991, 2001, 2003, 2006, 2008, 2013 -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 @@ -198,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:: @@ -219,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 -- cgit v1.2.1