mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
* ldlang.c (lang_process): Formatting, grammar.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2002-05-25 Alan Modra <amodra@bigpond.net.au>
|
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.
|
* ldlex.l: Use #include "" instead of <> for local header files.
|
||||||
|
|
||||||
2002-05-24 TAMURA Kent <kent@netbsd.org>
|
2002-05-24 TAMURA Kent <kent@netbsd.org>
|
||||||
|
@ -4289,10 +4289,10 @@ lang_process ()
|
|||||||
(fill_type *) 0, (bfd_vma) 0);
|
(fill_type *) 0, (bfd_vma) 0);
|
||||||
|
|
||||||
/* Perform another relax pass - this time we know where the
|
/* 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,
|
lang_size_sections (statement_list.head,
|
||||||
abs_output_section,
|
abs_output_section,
|
||||||
&(statement_list.head), 0, (bfd_vma) 0,
|
&statement_list.head, 0, (bfd_vma) 0,
|
||||||
&relax_again);
|
&relax_again);
|
||||||
}
|
}
|
||||||
while (relax_again);
|
while (relax_again);
|
||||||
|
Reference in New Issue
Block a user