From: Doug Evans Date: Thu, 28 Jan 1999 01:28:03 +0000 (+0000) Subject: * sim-profile.h: Make like sim-trace.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89b1cfbbd561711a91ef963221b4cb8c492ce598;p=binutils-gdb.git * sim-profile.h: Make like sim-trace.h. (PROFILE_USEFUL_MASK): New macro. * sim-profile.c (profile_options): Make like trace_options, allow optional on|off arg where applicable. (set_profile_option_mask): New function. (sim_profile_set_option): New function. (profile_option_handler): Simplify. Have -p only enable selected things, not everything. Add missing break to OPTION_PROFILE_PC_RANGE. * cgen-scache.c (scache_options): Allow optional on|off arg to --profile-scache. (scache_option_handler): Use sim_profile_set_option. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 8ee90799171..c2dc27261c4 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,18 @@ +Wed Jan 27 17:19:09 1999 Doug Evans + + * sim-profile.h: Make like sim-trace.h. + (PROFILE_USEFUL_MASK): New macro. + * sim-profile.c (profile_options): Make like trace_options, allow + optional on|off arg where applicable. + (set_profile_option_mask): New function. + (sim_profile_set_option): New function. + (profile_option_handler): Simplify. + Have -p only enable selected things, not everything. + Add missing break to OPTION_PROFILE_PC_RANGE. + * cgen-scache.c (scache_options): Allow optional on|off arg to + --profile-scache. + (scache_option_handler): Use sim_profile_set_option. + 1999-01-26 Frank Ch. Eigler * sim-memopt.c (memory_options): Add MEMORY_FILL option.