* elf/hppa.h (R_PARISC_DIR64WR, R_PARISC_DIR64DR): Remove relocs.
[deliverable/binutils-gdb.git] / ld / pe-dll.c
index e89c8b911acd3302c27ccffb6a76e4d18b7147c7..88e7eda365acb56de08b849219ba827a312d3441 100644 (file)
@@ -2636,6 +2636,7 @@ pe_dll_fill_sections (bfd *abfd, struct bfd_link_info *info)
       bfd_set_section_size (filler_bfd, reloc_s, reloc_sz);
 
       /* Resize the sections.  */
+      lang_reset_memory_regions ();
       lang_size_sections (NULL, TRUE);
 
       /* Redo special stuff.  */
@@ -2666,6 +2667,7 @@ pe_exe_fill_sections (bfd *abfd, struct bfd_link_info *info)
       bfd_set_section_size (filler_bfd, reloc_s, reloc_sz);
 
       /* Resize the sections.  */
+      lang_reset_memory_regions ();
       lang_size_sections (NULL, TRUE);
 
       /* Redo special stuff.  */
This page took 0.022599 seconds and 4 git commands to generate.