mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
Pass down alignment when adding input section to orphan section.
This commit is contained in:
@ -1914,7 +1914,8 @@ Orphan_output_section::set_section_addresses(Symbol_table*, Layout*,
|
|||||||
}
|
}
|
||||||
|
|
||||||
address = align_address(address, addralign);
|
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;
|
address += size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user