]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gold/output.h
PR 10980
authorIan Lance Taylor <ian@airs.com>
Wed, 6 Jan 2010 22:37:18 +0000 (22:37 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 6 Jan 2010 22:37:18 +0000 (22:37 +0000)
commita192ba05083cb72a218e7c7722f30eadb9973833
treefd02bf5a6447fb6c1ec2ba8655779f583ee8892e
parentd5551862dfa8c22746642b9a7f66b076557a0325
PR 10980
* options.cc (General_options::parse_section_start): New function.
(General_options::section_start): New function.
(General_options::General_options): Initialize all members.
* options.h: Include <map>
(class General_options): Add --section-start.  Add section_starts_
member.
* layout.cc (Layout::attach_allocated_section_to_segment): If
--section-start was used, set the address of the segment.  Remove
local sort_sections.
(Layout::relaxation_loop_body): If the address of the load segment
has been set by --section-start, don't use it.
* output.h (Output_segment::update_flags_for_output_section): New
function.
* output.cc (Output_segment::add_output_section): Call
update_flags_for_output_section.
gold/ChangeLog
gold/layout.cc
gold/options.cc
gold/options.h
gold/output.cc
gold/output.h