Jump to content

GNU Binutils: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Chungy (talk | contribs)
new version: https://lists.gnu.org/archive/html/info-gnu/2018-01/msg00010.html
update version
Line 6: Line 6:
| caption =
| caption =
| developer = [[GNU Project]]
| developer = [[GNU Project]]
| latest release version = 2.30
| latest release version = 2.31
| latest release date = {{start date and age|2018|01|27|df=yes}}
| latest release date = {{start date and age|2018|07|14|df=yes}}
| operating system =
| operating system =
| genre = [[Programming tool]]s
| genre = [[Programming tool]]s

Revision as of 21:26, 16 July 2018

GNU Binutils
Developer(s)GNU Project
Stable release
2.31 / 14 July 2018; 6 years ago (2018-07-14)
Repository
TypeProgramming tools
LicenseGNU GPL
Websitewww.gnu.org/software/binutils/

The GNU Binary Utilities, or binutils, are a set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code.

Tools

They were 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 features purely for Linux.[1]

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 indices 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

elfutils

Ulrich Drepper wrote elfutils, to replace GNU Binutils, purely for Linux and with support only for ELF and DWARF.[2][3]

See also

References

  1. ^ "README-release.binutils-2.24.51.0.3".
  2. ^ elfutils home
  3. ^ elfutils at Drepper's home