bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/19175] [Regression] ld assertion fail ../../bfd/elf32-i386.c:524


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/19175] [Regression] ld assertion fail ../../bfd/elf32-i386.c:5245
Date: Tue, 27 Oct 2015 02:26:09 +0000

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 <address@hidden>:

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

commit 321df0656c7557004a232b4ac3d8c354a59de364
Author: Alan Modra <address@hidden>
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]