From: Jeremy Bryant Date: Thu, 24 Apr 2025 22:24:52 +0000 (+0100) Subject: Change acronym BFD to Binary File Descriptor. X-Git-Tag: binutils-2_45~753 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f79a8e5aab2d0f4773cca8c33434c5cf0f3e9124;p=thirdparty%2Fbinutils-gdb.git Change acronym BFD to Binary File Descriptor. This fixes a typo in gdb/README. Approved-By: Tom Tromey --- diff --git a/gdb/README b/gdb/README index 8836120d7ca..5a0030511d6 100644 --- a/gdb/README +++ b/gdb/README @@ -17,7 +17,7 @@ Unpacking and Installation -- quick overview 'gdb-VERSION.tar.gz', where VERSION is the version of GDB. The GDB debugger sources, the generic GNU include -files, the BFD ("binary file description") library, the readline +files, the BFD ("Binary File Descriptor") library, the readline library, and other libraries all have directories of their own underneath the gdb-VERSION directory. The idea is that a variety of GNU tools can share a common copy of these things. Be aware of variation