mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
This commit is contained in:
@ -226,6 +226,8 @@ hppaelf_layout_sections_again ()
|
||||
add even more stubs. */
|
||||
need_laying_out = 0;
|
||||
|
||||
lang_reset_memory_regions ();
|
||||
|
||||
/* Resize the sections. */
|
||||
lang_size_sections (stat_ptr->head, abs_output_section,
|
||||
&stat_ptr->head, 0, (bfd_vma) 0, NULL);
|
||||
|
@ -76,6 +76,8 @@ gld${EMULATION_NAME}_finish ()
|
||||
need to adjust the stub size again. */
|
||||
need_laying_out = 0;
|
||||
|
||||
lang_reset_memory_regions ();
|
||||
|
||||
/* Resize the sections. */
|
||||
lang_size_sections (stat_ptr->head, abs_output_section,
|
||||
&stat_ptr->head, 0, (bfd_vma) 0, NULL);
|
||||
|
Reference in New Issue
Block a user