Package binutils: Information

    Binary package: binutils
    Version: 2.31.1-alt4
    Architecture: aarch64
    Build time:  Feb 20, 2019, 05:41 AM in the task #221902
    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: Dmitry V. Levin


    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.