Merge branch 'vendor/GCC44'
[dragonfly.git] / contrib / binutils-2.17 / bfd / doc / init.texi
1 @section Initialization
2
3
4 @subsection Initialization functions
5 These are the functions that handle initializing a BFD.
6
7 @findex bfd_init
8 @subsubsection @code{bfd_init}
9 @strong{Synopsis}
10 @example
11 void bfd_init (void);
12 @end example
13 @strong{Description}@*
14 This routine must be called before any other BFD function to
15 initialize magical internal data structures.
16