From: Mark Eichin Date: Wed, 1 Jul 1992 22:52:47 +0000 (+0000) Subject: restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0d48c83a3fefce2b64e7d4b9a82dd9650334543;p=binutils-gdb.git restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris, should be correct for anything else.) --- diff --git a/gprof/gprof.c b/gprof/gprof.c index 88cd5b6489c..32e297fad1e 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -668,14 +668,12 @@ funcsymbol( symp ) if (!symp->section) return FALSE; -#if 0 if (!aflag && (symp->flags&BSF_LOCAL)) { #if defined(DEBUG) fprintf (stderr, "%s(%d): %s: not a function\n", __FILE__, __LINE__, symp->name); #endif return FALSE; } -#endif /* 0 */ /* * can't have any `funny' characters in name, * where `funny' includes `.', .o file names