*** empty log message ***

This commit is contained in:
Steve Chamberlain
1991-08-17 00:19:43 +00:00
parent c618de01c1
commit 39db05ea11

View File

@ -1,5 +1,4 @@
\input cyginfo \input texinfo
@c\input texinfo
@setfilename bfdinfo @setfilename bfdinfo
@c $Id$ @c $Id$
@synindex ky cp @synindex ky cp
@ -29,8 +28,6 @@ Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions. into another language, under the above conditions for modified versions.
@end ifinfo @end ifinfo
@iftex @iftex
@c this removes the gaps around @examples
@c@finalout @c@finalout
@c@setchapternewpage odd @c@setchapternewpage odd
@settitle LIB BFD, the Binary File Descriptor Library @settitle LIB BFD, the Binary File Descriptor Library
@ -164,29 +161,8 @@ methods to the @code{bfd}, the mapping is defined within @code{bfd.h} in
a set of macros, all beginning @code{bfd}_something. a set of macros, all beginning @code{bfd}_something.
For example, this sequence would do what you expect: For example, this sequence would do what you expect:
@tex
\globaldefs=1
\def\example{\begingroup\inENV %This group ends at the end of the @lisp body
\hfuzz=12truept % Don't be fussy
% Make spaces be word-separators rather than space tokens.
\sepspaces %
% Single space lines
\singlespace %
% The following causes blank lines not to be ignored
% by adding a space to the end of each line.
\let\par=\lisppar
\def\Eexample{\endgroup}%
\parskip=0pt
\advance \leftskip by \lispnarrowing
\parindent=0pt
\let\exdent=\internalexdent
\obeyspaces \obeylines \tt \rawbackslash
\def\next##1{}\next}
\globaldefs=0
@end tex
@lisp @lisp
@w{ @cartouche
#include "bfd.h" #include "bfd.h"
unsigned int number_of_sections(abfd) unsigned int number_of_sections(abfd)
@ -194,7 +170,7 @@ bfd *abfd;
@{ @{
return bfd_count_sections(abfd); return bfd_count_sections(abfd);
@} @}
} @end cartouche
@end lisp @end lisp
The metaphor used within @code{bfd} is that an object file has a header, The metaphor used within @code{bfd} is that an object file has a header,
@ -347,7 +323,7 @@ What is a backend
@node BFD front end, BFD back end, Mechanism, Top @node BFD front end, BFD back end, Mechanism, Top
@page @page
@chapter BFD front end @chapter BFD front end
@include doc/bfd.doc @include bfd.c.texi
@page @page
@node Memory Usage, Sections, bfd, Top @node Memory Usage, Sections, bfd, Top
@section Memory Usage @section Memory Usage
@ -372,37 +348,37 @@ greediest open bfd, close it to reclaim the memory, perform some
operation and reopen the bfd again, to get a fresh copy of the data structures. operation and reopen the bfd again, to get a fresh copy of the data structures.
@node Sections,Symbols ,Memory Usage, Top @node Sections,Symbols ,Memory Usage, Top
@include doc/section.doc @include section.c.texi
@page @page
@node Symbols, Archives ,Sections, To @node Symbols, Archives ,Sections, To
@include doc/syms.doc @include syms.c.texi
@page @page
@node Archives, Formats, Symbols, Top @node Archives, Formats, Symbols, Top
@include doc/archive.doc @include archive.c.texi
@page @page
@node Formats, Relocations, Archives, Top @node Formats, Relocations, Archives, Top
@include doc/format.doc @include format.c.texi
@page @page
@node Relocations, Core Files,Formats, Top @node Relocations, Core Files,Formats, Top
@include doc/reloc.doc @include reloc.c.texi
@page @page
@node Core Files, Targets, Relocations, Top @node Core Files, Targets, Relocations, Top
@include doc/core.doc @include core.c.texi
@page @page
@node Targets, Architectures, Core Files, Top @node Targets, Architectures, Core Files, Top
@include doc/targets.doc @include targets.c.texi
@page @page
@node Architectures, Opening and Closing, Targets, Top @node Architectures, Opening and Closing, Targets, Top
@include doc/archures.doc @include archures.c.texi
@page @page
@node Opening and Closing, Internal, Architectures, Top @node Opening and Closing, Internal, Architectures, Top
@include doc/opncls.doc @include opncls.c.texi
@page @page
@node Internal, File Caching, Opening and Closing, Top @node Internal, File Caching, Opening and Closing, Top
@include doc/libbfd.doc @include libbfd.c.texi
@page @page
@node File Caching, Top, Internal, Top @node File Caching, Top, Internal, Top
@include doc/cache.doc @include cache.c.texi
@page @page
@chapter BFD back end @chapter BFD back end
@node BFD back end, ,BFD front end, Top @node BFD back end, ,BFD front end, Top
@ -418,10 +394,10 @@ operation and reopen the bfd again, to get a fresh copy of the data structures.
All of bfd lives in one directory. All of bfd lives in one directory.
@page @page
@node aout backends, coff backends, What to Put Where, BFD back end @node aout backends, coff backends, What to Put Where, BFD back end
@include doc/aoutx.doc @include aoutx.h.texi
@page @page
@node coff backends, oasys backends, aout backends, BFD back end @node coff backends, oasys backends, aout backends, BFD back end
@include doc/coffcode.doc @include coffcode.h.texi
@page @page
@node Index, , BFD, Top @node Index, , BFD, Top
@unnumbered Function Index @unnumbered Function Index