mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +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. */
|
add even more stubs. */
|
||||||
need_laying_out = 0;
|
need_laying_out = 0;
|
||||||
|
|
||||||
|
lang_reset_memory_regions ();
|
||||||
|
|
||||||
/* Resize the sections. */
|
/* Resize the sections. */
|
||||||
lang_size_sections (stat_ptr->head, abs_output_section,
|
lang_size_sections (stat_ptr->head, abs_output_section,
|
||||||
&stat_ptr->head, 0, (bfd_vma) 0, NULL);
|
&stat_ptr->head, 0, (bfd_vma) 0, NULL);
|
||||||
|
@ -76,6 +76,8 @@ gld${EMULATION_NAME}_finish ()
|
|||||||
need to adjust the stub size again. */
|
need to adjust the stub size again. */
|
||||||
need_laying_out = 0;
|
need_laying_out = 0;
|
||||||
|
|
||||||
|
lang_reset_memory_regions ();
|
||||||
|
|
||||||
/* Resize the sections. */
|
/* Resize the sections. */
|
||||||
lang_size_sections (stat_ptr->head, abs_output_section,
|
lang_size_sections (stat_ptr->head, abs_output_section,
|
||||||
&stat_ptr->head, 0, (bfd_vma) 0, NULL);
|
&stat_ptr->head, 0, (bfd_vma) 0, NULL);
|
||||||
|
Reference in New Issue
Block a user