GNU makeとGCC frontendが自動的に多くのことをするので、GNU binutilsは主にLinux開発の舞台裏で動作します。含まれるユーティリティ:ld/nm/as/nm/objdump/objcopy/ar/ranlib/strip/c filt/size/addr2line/dlltool
Support for the TMS320C6000 (TI C6X) processor family was added. The hppa/som targets can now be compiled on any host. Support was added for displaying the contents of .debug.macro sections. readelf can now display ARM unwind tables (.ARM.exidx/.ARM.extab) using the "-u"/"--unwind" option. A new tool, elfedit, was added. Many new commandline options were implemented, such as "--dyn-syms" for readelf, "--preprocessor-arg" for windres, "--dwarf-start" and "--dwarf-end" for readelf and objdump, "--interleave-width" for objcopy, and "--addresses" and "--pretty-print" for addr2line.
Support for delay importing to dlltool was added. gprof can now read symbols from a file. objcopy and objdump have received new output formatting options. Many other options were added or enhanced.
37 coding problems in bfd were resolved, including
static array overruns, null pointer dereferences,
and use of a malloc buffer after it has been
freed. The binutils sources are now released under
GPLv3. A new tool "windmc" has been added for some
targets. Codepage support was added to the windres
tool. The --extract-symbol command line option was
added.