mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +08:00
tipo
This commit is contained in:
@ -2103,7 +2103,7 @@ assign_file_positions_except_relocs (abfd, dosyms)
|
|||||||
phdr_map = map_program_segments (abfd, phdr_off, first, phdr_size);
|
phdr_map = map_program_segments (abfd, phdr_off, first, phdr_size);
|
||||||
if (phdr_map == (file_ptr) -1)
|
if (phdr_map == (file_ptr) -1)
|
||||||
return false;
|
return false;
|
||||||
BFD_ASSERT (phdr_map == phdr_off + phdr_size);
|
BFD_ASSERT (phdr_map <= phdr_off + phdr_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Place the section headers. */
|
/* Place the section headers. */
|
||||||
|
Reference in New Issue
Block a user