diff options
author | Steve Chamberlain <steve@cygnus> | 1991-08-01 02:38:17 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-08-01 02:38:17 +0000 |
commit | d1c6102119004a0ef75478169d793b9f85af1308 (patch) | |
tree | 0da7b5571946e199d22f63dc777ae31390aa767e /bfd/bfd.texinfo | |
parent | 3c123e24061eb7e8d959064d0d236b28c00b3342 (diff) | |
download | gdb-d1c6102119004a0ef75478169d793b9f85af1308.zip gdb-d1c6102119004a0ef75478169d793b9f85af1308.tar.gz gdb-d1c6102119004a0ef75478169d793b9f85af1308.tar.bz2 |
Makefile, libcoff:
The stuff after the comment /* THE FOLLOWING IS EXTRACTED ... */ is
removed from the header files, so the header files broke themselves.
This is now fixed because the description is split over two lines. Not
a great way. I'll fix it better soon.
bfd.doc bfd.texinfo. Merged what was usefull into bfd.texinfo and
deleted bfd.doc.
Diffstat (limited to 'bfd/bfd.texinfo')
-rwxr-xr-x | bfd/bfd.texinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd.texinfo b/bfd/bfd.texinfo index c5880e5..8112a23 100755 --- a/bfd/bfd.texinfo +++ b/bfd/bfd.texinfo @@ -148,6 +148,9 @@ California. @node How It Works, History, Porting, Top @section How It Works + +To use the library, include @code{bfd.h} and link with @code{libbfd.a}. + @code{bfd} provides a common interface to the parts of an object file to a calling application. |