Makefile, libcoff:
authorSteve Chamberlain <steve@cygnus>
Thu, 1 Aug 1991 02:38:17 +0000 (02:38 +0000)
committerSteve Chamberlain <steve@cygnus>
Thu, 1 Aug 1991 02:38:17 +0000 (02:38 +0000)
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.

bfd/bfd.texinfo

index c5880e52d650ee73c78553a59579a5691bfc9f63..8112a23aebd5de2a2317ee8b2b0a60a2c352230f 100755 (executable)
@@ -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.