diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-10 05:40:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-10 05:40:04 +0000 |
commit | 02508bb1798a5e592eb0a26089390c5159bc7f91 (patch) | |
tree | 257eb8c5a89b4bfe5d65edaa4fe9eb5e11d1827f /sim/v850/ChangeLog | |
parent | d6cef44df4a81e47f6fbe88aa5b2c655fe38ecf6 (diff) | |
download | gdb-02508bb1798a5e592eb0a26089390c5159bc7f91.zip gdb-02508bb1798a5e592eb0a26089390c5159bc7f91.tar.gz gdb-02508bb1798a5e592eb0a26089390c5159bc7f91.tar.bz2 |
Have trace_input, trace_output use sim-trace for IO.
Diffstat (limited to 'sim/v850/ChangeLog')
-rw-r--r-- | sim/v850/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index a023237..a2c3f1b 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,12 @@ +Wed Sep 10 10:25:40 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * simops.c (trace_input): Use trace_printf instead of + sim_io_printf. + (trace_output): Ditto. + (trace_input): Only trace when TRACE_ALU_P. Delete code + disasembling instruction. + (trace_output): Only trace when TRACE_ALU_P. + Tue Sep 9 01:29:50 1997 Andrew Cagney <cagney@b1.cygnus.com> * simops.c (trace_input, trace_output): Use sim_io_printf. |