Package binutils: Information

    Binary package: binutils
    Version: 2.20.51.0.12-alt2.M50P.1
    Architecture: x86_64
    Build time:  Mar 27, 2012, 12:09 PM
    Source package: binutils
    Report package bug
    License: GPLv3+
    Summary: GNU Binary Utility Development Utilities
    Description: 
    Binutils is a collection of binary utilities, including:
    + addr2line: converting addresses to file and line;
    + ar: creating modifying and extracting from archives;
    + nm: listing symbols from object files;
    + objcopy: copying and translating object files;
    + objdump: displaying information from object files;
    + ranlib: generating an index for the contents of an archive;
    + size: listing the section sizes of an object or archive file;
    + strings: listing printable strings from files;
    + strip: discarding symbols.

    Maintainer: Andrey Cherepanov


    ACL:
    @qa_p5

    Last changed


    March 23, 2012 Andrey Cherepanov 1:2.20.51.0.12-alt2.M50P.1
    - Backport to p5 branch new version
    Dec. 15, 2010 Dmitry V. Levin 1:2.20.51.0.12-alt3
    - binutils-devel: added Provides/Obsoletes for libbfd-devel, for
      backwards compatibility, because some packages need only header files
      from former libbfd-devel.
    Dec. 14, 2010 Kirill A. Shutemov 1:2.20.51.0.12-alt2
    - Merge all -devel packages into binutils-devel:
      + replace libbfd.so and libopcodes.so with linker script to use static
        libraries for linking external programs;
      + merge with libiberty-devel to avoid cyclical dependences;
      + no Provides/Obsoletes for libbfd-devel-static: no users in Sisyphus;
      + no Provides/Obsoletes for libbfd-devel: have to rebuild users
        anyway;
    - Fix alignment for common symbols in BFD linker plugin (closes: 24754)