bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/29319] [binutils] strip changes align of GNU_STACK segment


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/29319] [binutils] strip changes align of GNU_STACK segment
Date: Wed, 06 Jul 2022 19:39:46 +0000

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

--- Comment #6 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=fb5a4a581d4fbd02ae41e034439872a169e43f0b

commit fb5a4a581d4fbd02ae41e034439872a169e43f0b
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jul 5 12:45:23 2022 -0700

    elf: Copy p_align of PT_GNU_STACK for stack alignment

    commit 74e315dbfe5200c473b226e937935fb8ce391489
    Author: H.J. Lu <hjl.tools@gmail.com>
    Date:   Mon Dec 13 19:46:04 2021 -0800

        elf: Set p_align to the minimum page size if possible

    may ignore p_align of PT_GNU_STACK when copying ELF program header if
    the maximum page size is larger than p_align of PT_LOAD segments.  Copy
    p_align of PT_GNU_STACK since p_align of PT_GNU_STACK describes stack
    alignment, not page size,

            PR binutils/29319
            * elf.c (copy_elf_program_header): Copy p_align of PT_GNU_STACK
            for stack alignment.

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