* emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
authorAlan Modra <amodra@gmail.com>
Tue, 20 Nov 2001 15:19:39 +0000 (15:19 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 20 Nov 2001 15:19:39 +0000 (15:19 +0000)
        of false when calling lang_size_sections.
(hppaelf_layout_sections_again): Likewise.

ld/ChangeLog
ld/emultempl/elf32.em
ld/emultempl/hppaelf.em

index 4af4d6d55f08f6996a1431151178e09c61193590..28be9d669847d1d85e72ca8507b4f6b65e9b5c89 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-20  Angela Marie Thomas <angela@redhat.com>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
+        of false when calling lang_size_sections.
+       (hppaelf_layout_sections_again): Likewise.
+
 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
 
        * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
index 3acc8fa41d71e036f5d44b20e73a6bc4ee59c38d..9974b24e889fb4d71d294c891cb82af262bff84c 100644 (file)
@@ -1333,7 +1333,7 @@ gld${EMULATION_NAME}_finish ()
     {
       /* 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 ();
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 ();