forked from Imagelibrary/binutils-gdb
* corefile.c (core_create_function_syms): Remove "<locore>" and
"<hicore>" sentinels.
* gprof.c: Likewise.
* cg_print.c (cg_print_function_ordering): Likewise.
* alpha.c (alpha_find_call): Add check for return value of sym_lookup.
* mips.c (mips_find_call): Likewise.
* sparc.c (sparc_find_call): Likewise.
* tahoe.c (tahoe_find_call): Likewise.
* vax.c (vax_find_call): Likewise.
This commit is contained in:
@@ -84,7 +84,6 @@ static char *default_excluded_list[] =
|
||||
{
|
||||
"_gprof_mcount", "mcount", "_mcount", "__mcount", "__mcount_internal",
|
||||
"__mcleanup",
|
||||
"<locore>", "<hicore>",
|
||||
0
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user