aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-11-14 23:42:22 +0000
committerStu Grossman <grossman@cygnus>1995-11-14 23:42:22 +0000
commit9999417ef6b4b604522cccebba96153e13f822f2 (patch)
tree65af441f7f01c12ed073b8a946c93e2a389e1a3d /sim/sh/ChangeLog
parent7c0fe2ebbd1069172212e7e44c02245f7dd86109 (diff)
downloadgdb-9999417ef6b4b604522cccebba96153e13f822f2.zip
gdb-9999417ef6b4b604522cccebba96153e13f822f2.tar.gz
gdb-9999417ef6b4b604522cccebba96153e13f822f2.tar.bz2
* gencode.c: jsr actually saves pc+4, and rts actually uses pr+0.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index ef46135..19db378 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,5 +1,13 @@
+Tue Nov 14 15:19:43 1995 Stu Grossman (grossman@cygnus.com)
+
+ * gencode.c: jsr actually saves pc+4, and rts actually uses pr+0.
+
Sat Oct 21 13:01:18 1995 Jim Wilson <wilson@chestnut.cygnus.com>
+ * sh/interp.c (sim_stop_reason): Catch SIGQUIT and indicate
+ program exited.
+ (sim_get_quit_code): Delete.
+
* gencode.c (gensim): Indicate SIGILL instead of calling abort for
default case.