forked from Imagelibrary/binutils-gdb
Disable region size checking whilst relaxing sections.
This commit is contained in:
@@ -2694,7 +2694,7 @@ pe_dll_fill_sections (abfd, info)
|
||||
|
||||
/* Resize the sections. */
|
||||
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, TRUE);
|
||||
|
||||
/* Redo special stuff. */
|
||||
ldemul_after_allocation ();
|
||||
@@ -2728,7 +2728,7 @@ pe_exe_fill_sections (abfd, info)
|
||||
|
||||
/* Resize the sections. */
|
||||
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, TRUE);
|
||||
|
||||
/* Redo special stuff. */
|
||||
ldemul_after_allocation ();
|
||||
|
||||
Reference in New Issue
Block a user