mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
ld/
2006-08-08 H.J. Lu <hongjiu.lu@intel.com> PR ld/3009 * ldlang.c (update_wild_statements): Update the whole wild section list. ld/testsuite/ 2006-08-08 H.J. Lu <hongjiu.lu@intel.com> PR ld/3009 * ld-scripts/sort.t: New file. * ld-scripts/sort_b_a-1.d: Likewise. * ld-scripts/sort_b_a-1.s: Likewise. * ld-scripts/sort_b_n-1.d: Likewise. * ld-scripts/sort_b_n-1.s: Likewise.
This commit is contained in:
@@ -3157,7 +3157,8 @@ update_wild_statements (lang_statement_union_type *s)
|
||||
|
||||
case lang_wild_statement_enum:
|
||||
sec = s->wild_statement.section_list;
|
||||
if (sec != NULL)
|
||||
for (sec = s->wild_statement.section_list; sec != NULL;
|
||||
sec = sec->next)
|
||||
{
|
||||
switch (sec->spec.sorted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user