aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-11-15 00:47:21 +0000
committerStu Grossman <grossman@cygnus>1995-11-15 00:47:21 +0000
commitfe2f8313f06e64b7462c921bb83c230ae1d692ac (patch)
tree56414b24773ef786f645fb7e4f1452deb7013bbc /sim/sh/ChangeLog
parent97a002e72ad685304c7a5a196ae90b3146ebfa46 (diff)
downloadgdb-fe2f8313f06e64b7462c921bb83c230ae1d692ac.zip
gdb-fe2f8313f06e64b7462c921bb83c230ae1d692ac.tar.gz
gdb-fe2f8313f06e64b7462c921bb83c230ae1d692ac.tar.bz2
* gencode.c: jsr, bsr and bsrf actually save pc+4 in pr, and rts
actually uses pr+0.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 19db378..3879582 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,6 +1,7 @@
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.
+ * gencode.c: jsr, bsr and bsrf actually save pc+4 in pr, and rts
+ actually uses pr+0.
Sat Oct 21 13:01:18 1995 Jim Wilson <wilson@chestnut.cygnus.com>