bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/23658] Improve PT_NOTE segment creation


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/23658] Improve PT_NOTE segment creation
Date: Wed, 03 Oct 2018 20:23:35 +0000

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

--- Comment #1 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=23e463ed7c0d289e2291aaefd576bf02efd98df8

commit 23e463ed7c0d289e2291aaefd576bf02efd98df8
Author: H.J. Lu <address@hidden>
Date:   Wed Oct 3 13:22:26 2018 -0700

    ELF: Group PT_NOTE segments by section alignments

    Alignments of SHT_NOTE sections can be 8 bytes for 64-bit ELF files.  We
    should put all adjacent SHT_NOTE sections with the same section alignment
    into a single PT_NOTE segment even when the section alignment != 4 bytes.
    Also check SHT_NOTE section type instead of section name.

        PR ld/23658
        * elf.c (get_program_header_size): Put all adjacent SHT_NOTE
        sections with the same section alignment into a single PT_NOTE
        segment.  Check SHT_NOTE section type instead of section name.
        (_bfd_elf_map_sections_to_segments): 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]