Jump to content

GNU Binutils

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Fishnet37222 (talk | contribs) at 18:32, 1 May 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

GNU Binutils
Developer(s)GNU Project
Stable release
2.22 / November 21, 2011 (2011-11-21)
Repository
Typeprogramming tools
LicenseGNU GPL
Websitehttp://www.gnu.org/software/binutils

The GNU Binary Utilities, or binutils, comprise a collection of programming tools capable of creating and managing binary programs, object files, libraries, profile data, and assembly source code originally written by programmers at Cygnus Solutions.

The GNU binutils are typically used in conjunction with Compilers such as the GNU Compiler Collection (gcc), build tools like make, and the GNU Debugger (gdb).

Through the use of the Binary File Descriptor library (libbfd), most tools support the various object file formats supported by libbfd.

H.J. Lu maintains a version of binutils with bleeding-edge features for Linux.

Commands

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

See also