* ldlang.c (lang_process): Formatting, grammar.

This commit is contained in:
Alan Modra 2002-05-25 13:10:11 +00:00
parent 428d0de365
commit 0d6d936fc1
2 changed files with 4 additions and 2 deletions

View 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 a 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);