diff options
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r-- | bfd/elfcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h index b783295..a285a13 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -1364,6 +1364,7 @@ elf_slurp_reloc_table_from_section (bfd *abfd, else { asymbol **ps; + ps = symbols + ELF_R_SYM (rela.r_info) - 1; relent->sym_ptr_ptr = ps; |