Make bfd_byte an int8_t, flagword a uint32_t
[binutils-gdb.git] / bfd / README
index 992c28552f401bd3397d1d77f553afb9ae728f00..c42a26a7efbe8180e31e777fe587d586fb355c20 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
@@ -34,7 +34,7 @@ BFD supports the following configure options:
        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-binutils@gnu.org.
+Report bugs in BFD to https://sourceware.org/bugzilla/
 
 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
@@ -47,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-2023 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.