diff options
Diffstat (limited to 'gprof/corefile.c')
-rw-r--r-- | gprof/corefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/corefile.c b/gprof/corefile.c index 87de7bc..c9ec490 100644 --- a/gprof/corefile.c +++ b/gprof/corefile.c @@ -847,7 +847,7 @@ core_create_line_syms (void) The old way called symtab_finalize before the is_static pass, causing a problem since symtab_finalize uses is_static as part of its address conflict resolution algorithm. Since global symbols - were prefered over static symbols, and all line symbols were + were preferred over static symbols, and all line symbols were global at that point, static function names that conflicted with their own line numbers (static, but labeled as global) were rejected in favor of the line num. |