Package binutils: Information

    Source package: binutils
    Version: 2.20.51.0.12-alt2.M50P.1
    Build time:  Mar 27, 2012, 12:28 PM
    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.

    List of rpms provided by this srpm:
    binutils (x86_64, i586)
    binutils-devel (x86_64, i586)

    Maintainer: Andrey Cherepanov


    ACL:
    @qa_p5

      1. alternatives >= 0:0.4
      2. libstdc++-devel-static
      3. /dev/pts
      4. glibc-devel-static
      5. /proc
      6. dejagnu
      7. flex
      8. gcc-c++
      9. zlib-devel
      10. zlib-devel-static

    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)