correct use of bfd symbols
authorMark Eichin <eichin@cygnus>
Thu, 27 Aug 1992 21:19:27 +0000 (21:19 +0000)
committerMark Eichin <eichin@cygnus>
Thu, 27 Aug 1992 21:19:27 +0000 (21:19 +0000)
gprof/gprof.c

index df5c4c2..5061efa 100644 (file)
@@ -265,11 +265,7 @@ bfd        *abfd;
 #          endif DEBUG
        continue;
       }
-#if 0
       npe->value = syms[i]->value + syms[i]->section->vma;
-#else
-      npe->value = syms[i]->value;
-#endif
       npe->name = syms[i]->name;
 #      ifdef DEBUG
       if ( debug & AOUTDEBUG ) {