* ldlang.c (lang_process): Formatting, grammar.
authorAlan Modra <amodra@gmail.com>
Sat, 25 May 2002 13:10:11 +0000 (13:10 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 25 May 2002 13:10:11 +0000 (13:10 +0000)
ld/ChangeLog
ld/ldlang.c

index 745eed8ca2b9bebb277c90a7b4d17cda4dadcc7e..563a49976ffac4635a293f7f8a0744705edac644 100644 (file)
@@ -1,5 +1,7 @@
 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
 
+       * ldlang.c (lang_process): Formatting, grammar.
+
        * ldlex.l: Use #include "" instead of <> for local header files.
 
 2002-05-24  TAMURA Kent <kent@netbsd.org>
index dda18807a1bd69ccd4e34b08c0f2ada59be21494..bf26aa16b2a206bea0d3827662e6422c1ebe3585 100644 (file)
@@ -4289,10 +4289,10 @@ lang_process ()
                               (fill_type *) 0, (bfd_vma) 0);
 
          /* Perform another relax pass - this time we know where the
-            globals are, so can make better guess.  */
+            globals are, so can make better guess.  */
          lang_size_sections (statement_list.head,
                              abs_output_section,
-                             &(statement_list.head), 0, (bfd_vma) 0,
+                             &statement_list.head, 0, (bfd_vma) 0,
                              &relax_again);
        }
       while (relax_again);