bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/17731] gold doesn't handle .debug_frame section: ld: internal


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gold/17731] gold doesn't handle .debug_frame section: ld: internal error in set_section_addresses, at script-sections.cc:2491
Date: Thu, 11 Jun 2015 20:22:37 +0000

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

--- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Cary Coutant <address@hidden>:

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

commit dd68f8fa8e2412c5c16380871d8ac5e40909aef6
Author: Cary Coutant <address@hidden>
Date:   Thu Jun 11 10:17:04 2015 -0700

    Fix bug where SECTIONS clause does not handle compressed debug sections.

    When laying out .debug_* sections, we translate the names of compressed
    debug sections that start with ".zdebug", but when processing input
    section specs in a linker script, we do not handle the translation there.
    This results in an internal error as reported in PR 17731.

    gold/
        PR gold/17731
        * layout.cc (corresponding_uncompressed_section_name): New function.
        (Layout::choose_output_section): Call it.
        * layout.h (corresponding_uncompressed_section_name): New function.
        * script-sections.cc (Input_section_info::set_section_name): Check
        for compressed debug section (.zdebug style).

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