* sim-events.c (ETRACE): Use trace_printf not sim_io_printf for
authorAndrew Cagney <cagney@redhat.com>
Wed, 17 Sep 1997 08:13:07 +0000 (08:13 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 17 Sep 1997 08:13:07 +0000 (08:13 +0000)
trace output.
* sim-core.c (sim_core_signal): When bad access halt simulator
SIGSEGV / SIGBUS instead of aborting.
(signal.h): Include.
* sim-watch.c (sim_watchpoint_install): Handler for watchpoint
options was missing.

sim/common/ChangeLog

index 862e204..3d8e522 100644 (file)
@@ -1,5 +1,15 @@
 Wed Sep 17 13:33:28 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
+       * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for
+       trace output.
+
+       * sim-core.c (sim_core_signal): When bad access halt simulator
+       SIGSEGV / SIGBUS instead of aborting.
+       (signal.h): Include.
+       
+       * sim-watch.c (sim_watchpoint_install): Handler for watchpoint
+       options was missing.
+
        * sim-bits.h (MOVED): Define
 
 Wed Sep 17 10:33:28 1997  Andrew Cagney  <cagney@b1.cygnus.com>