* elf.c (elf_map_symbols): Don't add section VMA to symbol value
when comparing against 0.
+Fri Jun 5 15:11:11 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * elf.c (elf_map_symbols): Don't add section VMA to symbol value
+ when comparing against 0.
+
Wed Jun 3 17:52:49 1998 Ian Lance Taylor <ian@cygnus.com>
* Makefile.am (config.status): New target.
for (idx = 0; idx < symcount; idx++)
{
if ((syms[idx]->flags & BSF_SECTION_SYM) != 0
- && (syms[idx]->value + syms[idx]->section->vma) == 0)
+ && syms[idx]->value == 0)
{
asection *sec;