Package binutils: Information

    Source package: binutils
    Version: 2.31.1-alt4
    Build time:  Feb 20, 2019, 07:03 AM
    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 (mipsel)
    binutils-debuginfo (mipsel)
    binutils-devel (mipsel)
    binutils-source (noarch)

    Maintainer: Dmitry V. Levin


      1. /dev/pts
      2. bc
      3. perl-Pod-Parser
      4. /proc
      5. glibc-devel-static
      6. makeinfo
      7. libstdc++-devel-static
      8. dejagnu
      9. flex
      10. zlib-devel
      11. zlib-devel-static
      12. gcc-c++

    Last changed


    Dec. 2, 2018 Dmitry V. Levin 1:2.31.1-alt4
    - Updated to 2.31.1 20181202.
    - gold: applied upstream fix for ELF compressed data alignment (sw#23919).
    - Built with system zlib.
    Nov. 30, 2018 Dmitry V. Levin 1:2.31.1-alt3
    - Updated to 2.31.1 20181130.
    - gold: applied a fix for ELF compressed data alignment
      (sw#23919; patch by H.J. Lu).
    Nov. 29, 2018 Gleb Fotengauer-Malinovskiy 1:2.31.1-alt2
    - Fixed ELF compressed data alignment (sw#23919; patch by Mark Wielaard).
    - Disabled gold debug_msg.sh test for x86_64.
    - Applied mips-related spec changes from Ivan A. Melnikov (iv@; ALT#35638):
      + Do not force gnu-style hash on mips* architectures (it is
        not currently supported);
      + Run testsuite on non-worthy architectures, but ignore results.