From: Mark Eichin Date: Thu, 27 Aug 1992 21:19:27 +0000 (+0000) Subject: correct use of bfd symbols X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7a2ea6874e3a50770785a573966ba215ba00271;p=binutils-gdb.git correct use of bfd symbols --- diff --git a/gprof/gprof.c b/gprof/gprof.c index df5c4c286fe..5061efa56ed 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -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 ) {