diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-12-15 04:41:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-12-15 04:41:39 +0000 |
commit | 2f19e36d97a400c2f24ba7aa227b03a894735f96 (patch) | |
tree | 2e6244083f915236ef712f7579b1231196a02d5b | |
parent | f5202354c3e705adb67ad73518bcdcdbe2f13816 (diff) | |
download | gdb-2f19e36d97a400c2f24ba7aa227b03a894735f96.zip gdb-2f19e36d97a400c2f24ba7aa227b03a894735f96.tar.gz gdb-2f19e36d97a400c2f24ba7aa227b03a894735f96.tar.bz2 |
* elfcode.h (elf_map_symbols): Only use section symbols whose
value is the start of the section, checking output_offset when
using output_section. When creating a new symbol, set the value
to 0, since BFD symbol values are section relative.
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ed71918..99000e9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,7 +1,9 @@ Wed Dec 14 20:21:58 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * elfcode.h (elf_map_symbols): Only use section symbols whose - value is the start of the section. + value is the start of the section, checking output_offset when + using output_section. When creating a new symbol, set the value + to 0, since BFD symbol values are section relative. Tue Dec 13 13:31:06 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> |