diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-06-03 23:03:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-06-03 23:03:50 +0000 |
commit | 56e7c8491896ca7d5e1241003391569710440f90 (patch) | |
tree | a71188336bbcdd7ab7ed7f538d8c5ce41af25883 /sim/common | |
parent | f131deb19f954edf66b34a99e58641375241fc09 (diff) | |
download | binutils-56e7c8491896ca7d5e1241003391569710440f90.zip binutils-56e7c8491896ca7d5e1241003391569710440f90.tar.gz binutils-56e7c8491896ca7d5e1241003391569710440f90.tar.bz2 |
o Fixes to repeated watchpoints
o Add mips ISA instructions needed to handle interrupts
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index f7ef334..233327e 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,28 @@ +Tue Jun 3 04:52:04 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-watch.c (schedule_watchpoint): Use sim_unschedule_watchpoint + to remove the old watchpoint, not delete_watchpoint. + (watch_option_handler): Action the correct watchpoint, not just + cycles. + +Wed May 28 14:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-n-core.h (sim_core_write_aligned_N): For 8byte reads, output + both low and high word. + (sim_core_write_aligned_N): Ditto. + + * sim-trace.c (set_trace_options): Delete code explicitly setting + core->trace. + + * sim-options.c (sim_print_help): Call the list commands if not a + standalone simulator. + (sim_print_help): Advise that some options may not be applicable. + + * sim-trace.c (set_trace_options): Assume core present. + + * sim-events.c (sim_events_schedule_after_signal): Overflow signal + buffer when full not almost full. + Tue May 27 14:32:00 1997 Andrew Cagney <cagney@b1.cygnus.com> * sim-events.c (sim_events_process): Don't blat the event queue |