diff options
author | Sriraman Tallam <tmsriram@google.com> | 2013-01-10 00:18:15 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2013-01-10 00:18:15 +0000 |
commit | 9e9143bc874ab4742433b7498413313fb1723e8b (patch) | |
tree | affd5cff00b087689a5da91d989d3fcdc3527f47 /gold/ChangeLog | |
parent | 40c134978ad094bc831acd08703edee156b68f75 (diff) | |
download | gdb-9e9143bc874ab4742433b7498413313fb1723e8b.zip gdb-9e9143bc874ab4742433b7498413313fb1723e8b.tar.gz gdb-9e9143bc874ab4742433b7498413313fb1723e8b.tar.bz2 |
Make linker scripts and section ordering via --section-ordering-file or
linker plugins work. This patch lets linker scripts take precedence.
2013-01-09 Sriraman Tallam <tmsriram@google.com>
* output.h (sort_attached_input_sections): Change to be public.
* script-sections.cc
(Output_section_definition::set_section_addresses): Sort
attached input sections according to section order before linker
script assigns section addresses.
(Orphan_output_section::set_section_addresses): Sort
attached input sections according to section order before linker
script assigns section addresses.
* Makefile.am (final_layout.sh): Use a simple linker script to
check if section ordering still works.
* Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 1ee71dd..72271fa 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,17 @@ +2013-01-09 Sriraman Tallam <tmsriram@google.com> + + * output.h (sort_attached_input_sections): Change to be public. + * script-sections.cc + (Output_section_definition::set_section_addresses): Sort + attached input sections according to section order before linker + script assigns section addresses. + (Orphan_output_section::set_section_addresses): Sort + attached input sections according to section order before linker + script assigns section addresses. + * Makefile.am (final_layout.sh): Use a simple linker script to + check if section ordering still works. + * Makefile.in: Regenerate. + 2013-01-09 Ben Cheng <bccheng@google.com> * arm.cc (Target_arm::attributes_accept_div): New function. |