X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Felfcode.h;h=fbf1c3fea5ec84a249c5ce44eeed615ec9210575;hb=b48c61bccb90f21e146389b29828671551f381d1;hp=5a54fc2105bb01082b96f9f097f48912d944c6d0;hpb=63f2fc308398575e847c6137c241e47dbe36af6a;p=binutils-gdb.git diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 5a54fc2105b..fbf1c3fea5e 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -1350,10 +1350,8 @@ elf_slurp_reloc_table_from_section (bfd *abfd, } else { - asymbol **ps, *s; - + asymbol **ps; ps = symbols + ELF_R_SYM (rela.r_info) - 1; - s = *ps; relent->sym_ptr_ptr = ps; }