bfd: fix handling of R_BPF_INSN_{32,64} relocations.
[deliverable/binutils-gdb.git] / bfd / README
index e4ab8c21be3c42e05513c1b582f6536772fb2135..19c00e5ca865b0455598e1ee404d0d0d366562fa 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
@@ -46,3 +47,9 @@ gcc manual.
 
 Bug reports without patches will be remembered, but they may never get
 fixed until somebody volunteers to fix them.
+\f
+Copyright (C) 2012-2020 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
This page took 0.02403 seconds and 4 git commands to generate.