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 <ccout...@sourceware.org>:

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

commit dd68f8fa8e2412c5c16380871d8ac5e40909aef6
Author: Cary Coutant <ccout...@gmail.com>
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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to