aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-12-18 17:15:21 +0000
committerJeff Law <law@redhat.com>1996-12-18 17:15:21 +0000
commitd657034d38ba035949f3cdc87213028f41f7cdfc (patch)
tree4f77a302fbc024015f9b67e47333243d360449d4 /sim/mn10300/ChangeLog
parent5545556dc85e221ea02f29e53d424b36f40f9542 (diff)
downloadgdb-d657034d38ba035949f3cdc87213028f41f7cdfc.zip
gdb-d657034d38ba035949f3cdc87213028f41f7cdfc.tar.gz
gdb-d657034d38ba035949f3cdc87213028f41f7cdfc.tar.bz2
* interp.c (sim_resume): Handle 0xff as a single byte insn.
* simops.c: Fix overflow computation for "add" and "inc" instructions.
Diffstat (limited to 'sim/mn10300/ChangeLog')
-rw-r--r--sim/mn10300/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index db9a6d2..634b5f9 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,3 +1,10 @@
+Wed Dec 18 10:10:45 1996 Jeffrey A Law (law@cygnus.com)
+
+ * interp.c (sim_resume): Handle 0xff as a single byte insn.
+
+ * simops.c: Fix overflow computation for "add" and "inc"
+ instructions.
+
Mon Dec 16 10:03:52 1996 Jeffrey A Law (law@cygnus.com)
* simops.c: Handle "break" instruction.