Correctly handle Vtentry relocs.

This commit is contained in:
Catherine Moore 1999-07-30 15:09:54 +00:00
parent c8d259f7df
commit d512aa072e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-07-30 Catherine Moore <clm@cygnus.com>
* elf32-arm.h (elf32_arm_check_relocs): Use r_offset for
R_ARM_GNU_VTENTRY.
1999-07-29 Richard Henderson <rth@cygnus.com>
* elf32-mips.c (_bfd_mips_elf_final_link): Only re-sort dynsyms if

View File

@ -2364,7 +2364,7 @@ elf32_arm_check_relocs (abfd, info, sec, relocs)
/* This relocation describes which C++ vtable entries are actually
used. Record for later use during GC. */
case R_ARM_GNU_VTENTRY:
if (!_bfd_elf32_gc_record_vtentry (abfd, sec, h, rel->r_addend))
if (!_bfd_elf32_gc_record_vtentry (abfd, sec, h, rel->r_offset))
return false;
break;
}