aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Eichin <eichin@cygnus>1993-06-09 00:30:58 +0000
committerMark Eichin <eichin@cygnus>1993-06-09 00:30:58 +0000
commit9d206bcf99a20c674e2012974e8871aee5a9eb67 (patch)
treea58c6dd96fd978a308e359f619ba174dcfaa40e0
parentd9e5694c9bbbe3370cbde4e5d71e608e7bb1467a (diff)
downloadgdb-9d206bcf99a20c674e2012974e8871aee5a9eb67.zip
gdb-9d206bcf99a20c674e2012974e8871aee5a9eb67.tar.gz
gdb-9d206bcf99a20c674e2012974e8871aee5a9eb67.tar.bz2
* 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.
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 84721d8..9db27f2 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.