* ldlang.c (map_input_to_output_sections): Replace "break"
accidentally removed with 2001-08-03 change. (lang_gc_sections_1): Likewise.
This commit is contained in:
parent
7a47c3a29c
commit
abc6ab0a54
@ -1,3 +1,10 @@
|
|||||||
|
2001-11-21 David Heine <dlheine@tensilica.com>
|
||||||
|
Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* ldlang.c (map_input_to_output_sections): Replace "break"
|
||||||
|
accidentally removed with 2001-08-03 change.
|
||||||
|
(lang_gc_sections_1): Likewise.
|
||||||
|
|
||||||
2001-11-21 Alan Modra <amodra@bigpond.net.au>
|
2001-11-21 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
|
* ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
|
||||||
|
@ -2056,6 +2056,7 @@ map_input_to_output_sections (s, target, output_section_statement)
|
|||||||
{
|
{
|
||||||
case lang_wild_statement_enum:
|
case lang_wild_statement_enum:
|
||||||
wild (&s->wild_statement, target, output_section_statement);
|
wild (&s->wild_statement, target, output_section_statement);
|
||||||
|
break;
|
||||||
case lang_constructors_statement_enum:
|
case lang_constructors_statement_enum:
|
||||||
map_input_to_output_sections (constructor_list.head,
|
map_input_to_output_sections (constructor_list.head,
|
||||||
target,
|
target,
|
||||||
@ -4010,6 +4011,7 @@ lang_gc_sections_1 (s)
|
|||||||
{
|
{
|
||||||
case lang_wild_statement_enum:
|
case lang_wild_statement_enum:
|
||||||
lang_gc_wild (&s->wild_statement);
|
lang_gc_wild (&s->wild_statement);
|
||||||
|
break;
|
||||||
case lang_constructors_statement_enum:
|
case lang_constructors_statement_enum:
|
||||||
lang_gc_sections_1 (constructor_list.head);
|
lang_gc_sections_1 (constructor_list.head);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user