aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-11-22 12:52:44 +0000
committerAndrew Cagney <cagney@redhat.com>1997-11-22 12:52:44 +0000
commitaaa11abe428e6433b3e41fb88431886f4445a462 (patch)
treec179020dfe5d8670cfd51dc4669f643bd7474e42 /sim/tic80/ChangeLog
parent38639b1294135f3fcc4339d0081777d755c065d9 (diff)
downloadgdb-aaa11abe428e6433b3e41fb88431886f4445a462.zip
gdb-aaa11abe428e6433b3e41fb88431886f4445a462.tar.gz
gdb-aaa11abe428e6433b3e41fb88431886f4445a462.tar.bz2
Clarify meaning of sim_signalled's SIGRC argument. Document that this
isn't possible in sim-reason.c and just return the target SIGRC instead. For simulators that rely on sim-reason.c, replace SIG* with SIM_SIG*. Hack nrun.c so that when it is executed (ARGV[0]) as `step' instead of `run' it single steps the simulator. Allows testing of single step without full GDB.
Diffstat (limited to 'sim/tic80/ChangeLog')
-rw-r--r--sim/tic80/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog
index 3eae822..e7c56d6 100644
--- a/sim/tic80/ChangeLog
+++ b/sim/tic80/ChangeLog
@@ -1,3 +1,17 @@
+Sat Nov 22 21:42:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * interp.c (engine_step): Replace SIGTRAP with SIM_SIGTRAP.
+ (engine_run_until_stop): Replace SIGINT with SIM_SIGINT.
+
+ * sim-main.h: Include sim-signal.h.
+ (SIGTRAP): Delete definition.
+
+ * interp.c, sim-calls.c: Do not include signal.h.
+
+ * insns (illegal): SIGILL -> SIM_SIGILL.
+ (fp_unavailable): SIGFPE -> SIM_SIGFPE.
+ (do_trap): SIGTRAP -> SIM_SIGTRAP.
+
Tue Nov 18 15:33:48 1997 Doug Evans <devans@canuck.cygnus.com>
* sim-main.h (CIA_ADDR): Define.