diff options
Diffstat (limited to 'bfd/sunos.c')
-rw-r--r-- | bfd/sunos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/sunos.c b/bfd/sunos.c index 99bed8d..27a658e 100644 --- a/bfd/sunos.c +++ b/bfd/sunos.c @@ -1891,7 +1891,7 @@ bfd_sunos_size_dynamic_sections (bfd *output_bfd, to determine the number of dynamic relocs we need, and, more importantly, there is no other way to know which symbols should get an entry in the procedure linkage table. */ - for (sub = info->input_bfds; sub != NULL; sub = sub->link_next) + for (sub = info->input_bfds; sub != NULL; sub = sub->link.next) { if ((sub->flags & DYNAMIC) == 0 && sub->xvec == output_bfd->xvec) |