Developer(s) | GNU Project |
---|---|
Stable release | 2.22 / November 21, 2011 |
Type | programming tools |
License | GNU GPL |
Website | http://www.gnu.org/software/binutils |
The GNU Binary Utilities, or binutils, comprise a collection of programming tools for the manipulation of object code in various object file formats. The current versions were originally written by programmers at Cygnus Solutions using the Binary File Descriptor library (libbfd). They are typically used in conjunction with GNU Compiler Collection, make, and GDB.
Contents |
Originally the package consisted of only the minor utilities, but later the GNU Assembler (GAS) and GNU Linker (GLD) were included in releases, since their functionality is so closely related.
Most of the binutils are rather simple programs. The Binary File Descriptor library and libopcodes libraries, which they share, encapsulate most of the complexity.
The original BFD versions were written by David Henkel-Wallace and Steve Chamberlain. Past maintainers have included Ken Raeburn and Ian Lance Taylor. As of 2005[update] the current maintainer is Nick Clifton.
Binutils for Linux is maintained by H.J. Lu.
The binutils include the following commands:
as |
assembler popularly known as GAS (Gnu ASsembler) |
ld |
linker |
gprof |
profiler |
addr2line |
convert address to file and line |
ar |
create, modify, and extract from archives |
c++filt |
demangling filter for C++ symbols |
dlltool |
creation of Windows dynamic-link libraries |
gold |
alternative linker |
nlmconv |
object file conversion to a NetWare Loadable Module |
nm |
list symbols in object files |
objcopy |
copy object files, possibly making changes |
objdump |
dump information about object files |
ranlib |
generate indexes for archives |
readelf |
display content of ELF files |
size |
list total and section sizes |
strings |
list printable strings |
strip |
remove symbols from an object file |
windmc |
generates Windows message resources |
windres |
compiler for Windows resource files |
|