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 <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b1b29aa51a6a67d5e35391ad31a80765839d6eb4 commit b1b29aa51a6a67d5e35391ad31a80765839d6eb4 Author: H.J. Lu <hjl.to...@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.