Pass down alignment when adding input section to orphan section.
This commit is contained in:
parent
33a3a15316
commit
0e43bb4edd
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue