https://sourceware.org/bugzilla/show_bug.cgi?id=25584

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The binutils-2_34-branch branch has been updated by H.J. Lu
<h...@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=42b2380cdced1f828ede6fa1c7c7d1fdf0e331ca

commit 42b2380cdced1f828ede6fa1c7c7d1fdf0e331ca
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Tue Feb 25 03:30:33 2020 -0800

    Don't call lto-wrapper for ar and ranlib

    Since ar and ranlib don't need to know symbol types to work properly,
    we should avoid calling lto-wrapper for them to speed them up.

    bfd/

        PR binutils/25584
        * plugin.c (need_lto_wrapper_p): New.
        (bfd_plugin_set_program_name): Add an int argument to set
        need_lto_wrapper_p.
        (get_lto_wrapper): Return FALSE if need_lto_wrapper_p isn't
        set.
        * plugin.h (bfd_plugin_set_program_name): Add an int argument.

    binutils/

        PR binutils/25584
        * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
        * nm.c (main): Pass 1 to bfd_plugin_set_program_name.

    (cherry picked from commit ecda90163e2b0a6f0be96e3fc262c28820a27211)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to