bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/17639] Malformed .eh_frame generated with LTO, gold and optimi


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gold/17639] Malformed .eh_frame generated with LTO, gold and optimization enabled
Date: Tue, 25 Nov 2014 21:57:11 +0000

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  c924eb67e143722e4098d84c1cb91123a51c988f (commit)
      from  61e6682207163bfc02b2fc0c54c084cf8f2c5f10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

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

commit c924eb67e143722e4098d84c1cb91123a51c988f
Author: Cary Coutant <address@hidden>
Date:   Tue Nov 25 13:55:42 2014 -0800

    Fix corrupted .eh_frame section with LTO and --gc-sections.

    When --gc-sections is turned on during an LTO link, the .eh_frame sections
    from deferred files are processed before those from the replacement files.
    As a result, the section end-cap from crtendS.o is placed ahead of
    the .eh_frame data from the replacement files. This patch fixes the bug
    by skipping the layout of the deferred sections during GC pass 2.

    gold/
        PR gold/17639
        * object.cc (Sized_relobj_file): Initialize is_deferred_layout_.
        (Sized_relobj_file::do_layout): Handle deferred sections properly
        during GC pass 1. Don't add reloc sections to deferred list twice.
        * object.h (Sized_relobj_file::is_deferred_layout): New function.
        (Sized_relobj_file::is_deferred_layout_): New data member.

-----------------------------------------------------------------------

Summary of changes:
 gold/ChangeLog |    9 +++++++++
 gold/object.cc |   20 ++++++++++++++------
 gold/object.h  |    7 +++++++
 3 files changed, 30 insertions(+), 6 deletions(-)

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