From: Alan Modra Date: Sat, 25 May 2002 13:10:11 +0000 (+0000) Subject: * ldlang.c (lang_process): Formatting, grammar. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d6d936fc1d695f3267c20a24a7e327f3c672c09;p=binutils-gdb.git * ldlang.c (lang_process): Formatting, grammar. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 745eed8ca2b..563a49976ff 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,7 @@ 2002-05-25 Alan Modra + * ldlang.c (lang_process): Formatting, grammar. + * ldlex.l: Use #include "" instead of <> for local header files. 2002-05-24 TAMURA Kent diff --git a/ld/ldlang.c b/ld/ldlang.c index dda18807a1b..bf26aa16b2a 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -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);