bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/23494] .note.gnu.property section isn't properly converted


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/23494] .note.gnu.property section isn't properly converted
Date: Fri, 10 Aug 2018 15:38:27 +0000

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

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

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

commit 9c973a29df61c411e24ce51b13401333c6f6e0e7
Author: H.J. Lu <address@hidden>
Date:   Thu Aug 9 04:29:43 2018 -0700

    Always use align_size as pr_datasz for GNU_PROPERTY_STACK_SIZE

    For GNU_PROPERTY_STACK_SIZE, pr_datasz is the same as align_size, which
    is 8 bytes for 64-bit ELF binaries and 4 bytes for 32-bit ELF binaries,
    Use align_size as pr_datasz for GNU_PROPERTY_STACK_SIZE to convert
    .note.gnu.property section.

    bfd/

        PR binutils/23494
        * elf-properties.c (elf_get_gnu_property_section_size): Always
        use align_size as pr_datasz for GNU_PROPERTY_STACK_SIZE.
        (elf_write_gnu_properties): Likewise.

    binutils/

        PR binutils/23494
        * testsuite/binutils-all/x86-64/pr23494c.s: New file.
        * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
        * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.

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