daily update
[deliverable/binutils-gdb.git] / bfd / README
index e4ab8c21be3c42e05513c1b582f6536772fb2135..fe6b6f33c18fc1e47c5cfddf7b20acaa3a5ed8ba 100644 (file)
@@ -1,4 +1,4 @@
-BFD is a an object file library.  It permits applications to use the
+BFD is an object file library.  It permits applications to use the
 same routines to process object files regardless of their format.
 
 BFD is used by the GNU debugger, assembler, linker, and the binary
@@ -8,6 +8,9 @@ The documentation on using BFD is scanty and may be occasionally
 incorrect.  Pointers to documentation problems, or an entirely
 rewritten manual, would be appreciated.
 
+There is some BFD internals documentation in doc/bfdint.texi which may
+help programmers who want to modify BFD.
+
 BFD is normally built as part of another package.  See the build
 instructions for that package, probably in a README file in the
 appropriate directory.
@@ -27,13 +30,11 @@ BFD supports the following configure options:
        bit integer type, such as gcc.
   --enable-shared
        Build BFD as a shared library.
-  --enable-commonbfdlib
-       Build BFD, opcodes, and libiberty as a single shared library.
   --with-mmap
        Use mmap when accessing files.  This is faster on some hosts,
        but slower on others.  It may not work on all hosts.
 
-Report bugs with BFD to bug-gnu-utils@gnu.org.
+Report bugs with BFD to bug-binutils@gnu.org.
 
 Patches are encouraged.  When sending patches, always send the output
 of diff -u or diff -c from the original file to the new file.  Do not
This page took 0.026963 seconds and 4 git commands to generate.