mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
This commit is contained in:
parent
e3dc884769
commit
76dc39fe30
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user