mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* layout.cc (Layout::set_segment_offsets): Don't adjust layout
for incremental links. * output.cc (Output_segment::set_section_list_addresses): Remove FIXME and test for TLS or BSS.
This commit is contained in:
@ -2957,7 +2957,7 @@ Layout::set_segment_offsets(const Target* target, Output_segment* load_seg,
|
||||
if (!are_addresses_set
|
||||
&& !has_relro
|
||||
&& aligned_addr != addr
|
||||
&& !parameters->incremental_update())
|
||||
&& !parameters->incremental())
|
||||
{
|
||||
uint64_t first_off = (common_pagesize
|
||||
- (aligned_addr
|
||||
|
Reference in New Issue
Block a user