* 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.
This commit is contained in:
Andrew Cagney 1997-09-17 08:13:07 +00:00
parent 6aead89a5f
commit 175c6fd375

View 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>