From: Mark Eichin Date: Wed, 9 Jun 1993 00:30:58 +0000 (+0000) Subject: * elfcode.h (elf_slurp_symbol_table): subtract section vma from X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d206bcf99a20c674e2012974e8871aee5a9eb67;p=binutils-gdb.git * elfcode.h (elf_slurp_symbol_table): subtract section vma from symbol value, since bfd symbols are section relative, but ELF symbols aren't. for previous change. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 84721d8e106..9db27f20a55 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 8 20:28:02 1993 Mark Eichin (eichin at tweedledumber) + + * elfcode.h (elf_slurp_symbol_table): subtract section vma from + symbol value, since bfd symbols are section relative, but ELF + symbols aren't. + Tue Jun 8 12:08:27 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) * cpu-i960.c, cpu-h8300.c (compatible): Make static.