mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
* gprof.c (funcsymbol): Invert test for aflag.
This commit is contained in:
@@ -685,7 +685,7 @@ funcsymbol( symp )
|
||||
if (!symp->section)
|
||||
return FALSE;
|
||||
|
||||
if (!aflag && (symp->flags&BSF_LOCAL)) {
|
||||
if (aflag && (symp->flags&BSF_LOCAL)) {
|
||||
#if defined(DEBUG)
|
||||
fprintf (stderr, "%s(%d): %s: not a function\n", __FILE__, __LINE__, symp->name);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user