forked from Imagelibrary/binutils-gdb
Fix spelling in comments in C source files (gprof)
* basic_blocks.c: Fix spelling in comments. * cg_arcs.c: Fix spelling in comments. * cg_print.c: Fix spelling in comments. * corefile.c: Fix spelling in comments.
This commit is contained in:
committed by
Alan Modra
parent
5c3024d2c1
commit
576a6e4d1d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user