From: Doug Evans Date: Wed, 25 Feb 1998 07:47:32 +0000 (+0000) Subject: (profile_print_core): Simplify by calling sim_core_map_to_str. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab062d2278d234c55705a6852adcfb425d83a6b5;p=binutils-gdb.git (profile_print_core): Simplify by calling sim_core_map_to_str. * sim-core.h (sim_core_map_to_str): Declare. * sim-core.c (sim_core_map_to_str): Make non-static. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 6a5f5f876c8..094acb9edbc 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -3,6 +3,9 @@ Tue Feb 24 22:45:39 1998 Doug Evans * sim-profile.c (profile_print): Delete duplicate test of PROFILE_INSN_IDX. (profile_print_pc): Exit early if data collection not set up. + (profile_print_core): Simplify by calling sim_core_map_to_str. + * sim-core.h (sim_core_map_to_str): Declare. + * sim-core.c (sim_core_map_to_str): Make non-static. Mon Feb 23 20:45:57 1998 Mark Alexander