|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug gold/28494] gold combines different aligned/padded SHT_NOTE sections in the same PT_NOTE segment |
Date: | Tue, 26 Oct 2021 23:25:07 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=28494 --- Comment #4 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=f85dcfc3af9cf7c2859241253f1d37b1133abea2 commit f85dcfc3af9cf7c2859241253f1d37b1133abea2 Author: H.J. Lu <hjl.tools@gmail.com> Date: Mon Oct 25 08:42:24 2021 -0700 gold: Place .note.gnu.property section before other note sections Place the .note.gnu.property section before all other note sections to avoid being placed between other note sections with different alignments. PR gold/28494 * layout.cc (Layout::create_note): Set order to ORDER_PROPERTY_NOTE for the .note.gnu.property section. * layout.h (Output_section_order): Add ORDER_PROPERTY_NOTE. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |