diff options
author | Jeremy Bryant <jb@jeremybryant.net> | 2025-04-24 23:24:52 +0100 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2025-04-29 09:33:00 -0600 |
commit | f79a8e5aab2d0f4773cca8c33434c5cf0f3e9124 (patch) | |
tree | 06bb89585a1b4c29b98438a8414a3811c3a7c8af | |
parent | 9727f2665997fa30499e3b4be008f9316778e932 (diff) | |
download | binutils-f79a8e5aab2d0f4773cca8c33434c5cf0f3e9124.zip binutils-f79a8e5aab2d0f4773cca8c33434c5cf0f3e9124.tar.gz binutils-f79a8e5aab2d0f4773cca8c33434c5cf0f3e9124.tar.bz2 |
Change acronym BFD to Binary File Descriptor.
This fixes a typo in gdb/README.
Approved-By: Tom Tromey <tom@tromey.com>
-rw-r--r-- | gdb/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |