Pass down alignment when adding input section to orphan section.

This commit is contained in:
Ian Lance Taylor 2008-02-12 00:17:35 +00:00
parent 33a3a15316
commit 0e43bb4edd
1 changed files with 2 additions and 1 deletions

View File

@ -1914,7 +1914,8 @@ Orphan_output_section::set_section_addresses(Symbol_table*, Layout*,
}
address = align_address(address, addralign);
this->os_->add_input_section_for_script(p->first, p->second, size, 0);
this->os_->add_input_section_for_script(p->first, p->second, size,
addralign);
address += size;
}