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

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <amo...@sourceware.org>:

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

commit 321df0656c7557004a232b4ac3d8c354a59de364
Author: Alan Modra <amo...@gmail.com>
Date:   Tue Oct 27 12:01:55 2015 +1030

    Evaluate __start_* and __stop_* symbol PROVIDE expressions early

    Makes these symbols defined before bfd_elf_size_dynamic_sections, to
    avoid horrible hacks elsewhere.  The exp_fold_tree undefweak change
    is necessary to define undefweak symbols early too.  The comment was
    wrong.  PROVIDE in fact defines undefweak symbols, via
    bfd_elf_record_link_assignment.

        PR ld/19175
        * ldlang.c (lang_insert_orphan): Evaluate __start_* and __stop_*
        symbol PROVIDE expressions.
        * ldexp.c (exp_fold_tree_1 <etree_provide>): Define undefweak
        references.

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

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to