bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26256] Support mixed SHF_LINK_ORDER & non-SHF_LINK_ORDER compone


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/26256] Support mixed SHF_LINK_ORDER & non-SHF_LINK_ORDER components in an output section
Date: Sat, 09 Jan 2021 05:41:55 +0000

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

--- Comment #19 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@sourceware.org>:

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

commit b1b29aa51a6a67d5e35391ad31a80765839d6eb4
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jan 8 21:38:39 2021 -0800

    elf: Verify section size for mixed ordered/unordered inputs

    When fixing up SHF_LINK_ORDER, issue a fatal error if the output section
    size is increased.  Otherwise, bfd_set_section_contents will fail later
    when attempting to write contents past the end of the output section.

            PR ld/26256
            PR ld/27160
            * elflink.c (elf_fixup_link_order): Verify that fixing up
            SHF_LINK_ORDER doesn't increase the output section size.

-- 
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]