]> Git Repo - binutils.git/commitdiff
* emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
authorHans-Peter Nilsson <[email protected]>
Tue, 5 Feb 2002 07:07:21 +0000 (07:07 +0000)
committerHans-Peter Nilsson <[email protected]>
Tue, 5 Feb 2002 07:07:21 +0000 (07:07 +0000)
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.

ld/emultempl/hppaelf.em
ld/emultempl/ppc64elf.em

index 0b49b63bbdb90bcbda2807db240a44750c20ced7..243d55bd34fc5c5e09e4bee916bc7cc80e9affb9 100644 (file)
@@ -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);
index 655ddea021edad745221fb21e20cda790e16e5b9..7e524341bfeea917a06fd2f0a1fc83ed2cb4e3b2 100644 (file)
@@ -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);
This page took 0.0257 seconds and 4 git commands to generate.