aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2016-12-19 16:37:48 -0800
committerCary Coutant <ccoutant@gmail.com>2016-12-19 17:22:10 -0800
commit412ffd830b94a860e81e8515140ba5ebc5aa82be (patch)
tree0bb7f768ff3401fa8e532e1fb70c7277629e3ab8 /gold/ChangeLog
parentec5882fbd19a80299e7ae738fca016ef27830ad4 (diff)
downloadgdb-412ffd830b94a860e81e8515140ba5ebc5aa82be.zip
gdb-412ffd830b94a860e81e8515140ba5ebc5aa82be.tar.gz
gdb-412ffd830b94a860e81e8515140ba5ebc5aa82be.tar.bz2
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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index faccdfb..3c89094 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,18 @@
+2016-12-19 Cary Coutant <ccoutant@gmail.com>
+
+ 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.
+
2016-12-19 Igor Kudrin <ikudrin@accesssoftek.com>
* arm.cc (Target_arm::Target_arm): Move initialization code ...