diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-04-03 17:13:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-04-03 17:13:40 +0000 |
commit | 72a08ce565ebcc1e71ec20055dc1ae585f58532c (patch) | |
tree | b244d1608c4893118feacc7fe64d70e964c17a26 /sim/common | |
parent | ffabaa53e982cde5ba580960728c89646413e031 (diff) | |
download | gdb-72a08ce565ebcc1e71ec20055dc1ae585f58532c.zip gdb-72a08ce565ebcc1e71ec20055dc1ae585f58532c.tar.gz gdb-72a08ce565ebcc1e71ec20055dc1ae585f58532c.tar.bz2 |
Don't bother generating trace prefix string when not tracing.
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 669bf35..9c3b535 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,18 @@ +Sat Apr 4 01:07:06 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-trace.c (set_trace_option_mask): Keep TRACE_ANY_P + up-to-date. + + * sim-trace.h (TRACE_ANY_P): Define. + (struct _trace_data): Add trace_any_p. + +start-sanitize-sky +Tue Mar 31 16:44:15 1998 Jim Lemke <jlemke@cygnus.com> + + * sim-base.h: Add fp_type_opt etc to sim_state_base for + the global option "float_type". + +end-sanitize-sky Mon Mar 30 17:11:55 1998 Andrew Cagney <cagney@b1.cygnus.com> * run.c (main): Handle all alternatives of enum sim_stop. |