|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug gold/14676] script orphan .rela ordering problem |
Date: | Tue, 20 Dec 2016 01:22:55 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=14676 --- Comment #2 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=412ffd830b94a860e81e8515140ba5ebc5aa82be commit 412ffd830b94a860e81e8515140ba5ebc5aa82be Author: Cary Coutant <address@hidden> Date: Mon Dec 19 16:37:48 2016 -0800 Fix problem where linker does not place .note sections according to script. gold/ PR gold/14676 PR gold/20983 * layout.h (Layout::choose_output_section): Add match_input_spec parameter. Adjust all callers. * layout.cc (Layout::choose_output_section): Likewise. Pass match_input_spec to Script_sections::output_section_name(). (Layout::create_note): Pass true for match_input_spec. * script-sections.h (Script_sections::output_section_name): Add match_input_spec parameter. * script-sections.cc (Sections_element::output_section_name): Likewise. (Output_section_definition::output_section_name): Likewise. (Script_sections::output_section_name): Likewise. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |