From: Steve Chamberlain Date: Thu, 1 Aug 1991 02:38:17 +0000 (+0000) Subject: Makefile, libcoff: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1c6102119004a0ef75478169d793b9f85af1308;p=binutils-gdb.git 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. --- diff --git a/bfd/bfd.texinfo b/bfd/bfd.texinfo index c5880e52d65..8112a23aebd 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.