From: brolley Date: Tue, 22 Aug 2000 19:27:32 +0000 (+0000) Subject: Forgot to check this in with last commit! X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3f56e183af472f3526d1e187248b6a1ecbf21225;p=pf3gnuchains%2Fpf3gnuchains3x.git Forgot to check this in with last commit! --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 35921dcf16..e69dccf1ca 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -2,6 +2,21 @@ * Make-common.in, cgen.sh: Contribute CGEN-related build targets/rules. +2000-08-15 Dave Brolley + + * sim-profile.c (profile_print_speed): Print cpu frequency if not zero. + +2000-08-15 Dave Brolley + + * sim-profile.h (PROFILE_DATA): Add cpu_freq. + (PROFILE_CPU_FREQ): New macro. + * sim-profile.c (OPTION_PROFILE_CPU_FREQUENCY): New enumerator. + (profile-options): Add profile-cpu-frequency. + (parse_frequency): New function. + (profile_option_handler): Handle OPTION_PROFILE_CPU_FREQUENCY. + (profile_print_speed): Print cpu frequency and simulated execution time. + Re-indent other items to match. + 2000-08-09 Andrew Cagney * dv-sockser.c (dv_sockser_init): Eliminate MIN macro.