* emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
[deliverable/binutils-gdb.git] / ld / emultempl / hppaelf.em
index 80965015ca707ad7320c51f146a9d8a3b039cbd0..c8bd188670c391997473fa594c6c3ca8cec7184e 100644 (file)
@@ -228,7 +228,7 @@ hppaelf_layout_sections_again ()
 
   /* Resize the sections.  */
   lang_size_sections (stat_ptr->head, abs_output_section,
-                     &stat_ptr->head, 0, (bfd_vma) 0, false);
+                     &stat_ptr->head, 0, (bfd_vma) 0, NULL);
 
   /* Redo special stuff.  */
   ldemul_after_allocation ();
This page took 0.023715 seconds and 4 git commands to generate.