* elfcode.h (elf_map_symbols): Only use section symbols whose
authorIan Lance Taylor <ian@airs.com>
Thu, 15 Dec 1994 04:41:39 +0000 (04:41 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 15 Dec 1994 04:41:39 +0000 (04:41 +0000)
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.

bfd/ChangeLog

index ed71918b575baf7945ab238c54b106c5c6fc8910..99000e9f11ca4d55ff4a41fa8767200da55a4db2 100644 (file)
@@ -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>