diff options
Diffstat (limited to 'bfd/elf32-score.c')
-rw-r--r-- | bfd/elf32-score.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-score.c b/bfd/elf32-score.c index 3223d46..1ab54cd 100644 --- a/bfd/elf32-score.c +++ b/bfd/elf32-score.c @@ -3199,7 +3199,7 @@ s3_bfd_score_elf_always_size_sections (bfd *output_bfd, /* Calculate the total loadable size of the output. That will give us the maximum number of GOT_PAGE entries required. */ - for (sub = info->input_bfds; sub; sub = sub->link_next) + for (sub = info->input_bfds; sub; sub = sub->link.next) { asection *subsection; |