diff options
Diffstat (limited to 'bfd/linker.c')
-rw-r--r-- | bfd/linker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/linker.c b/bfd/linker.c index 21009a8..c37dc57 100644 --- a/bfd/linker.c +++ b/bfd/linker.c @@ -2373,7 +2373,7 @@ _bfd_generic_reloc_link_order (bfd *abfd, /* Get the symbol to use for the relocation. */ if (link_order->type == bfd_section_reloc_link_order) - r->sym_ptr_ptr = link_order->u.reloc.p->u.section->symbol_ptr_ptr; + r->sym_ptr_ptr = &link_order->u.reloc.p->u.section->symbol; else { struct generic_link_hash_entry *h; |