Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    The GNU Binary Utilities, or binutils, is 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 BFD library. They are typically used in conjunction with GCC, make and GDB.

    The binutils include the following commands:
      addr2line - convert address to file and line
      ar - create, modify, and extract from archives
      c++filt - demangling filter for C++ symbols
      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
      strip - remove symbols from an object file

    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. Most of the complexity is encapsulated in the BFD and libopcodes libraries that they share.

    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 the current maintainer is Nick Clifton.


        GNU Binary Utilities
            See also

    top

    See also
     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "GNU Binary Utilities". link