aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-07-03 05:10:47 +0000
committerJeff Law <law@redhat.com>1996-07-03 05:10:47 +0000
commit7647e0dd79067a650898281d3cffc4746aa09fae (patch)
tree1396570ea69bc0f6c1fa88dd6015590d978ad1db /sim/h8300/ChangeLog
parent7eaffbec23c3f842f31352e0d2ec2b6f35e1b1f9 (diff)
downloadgdb-7647e0dd79067a650898281d3cffc4746aa09fae.zip
gdb-7647e0dd79067a650898281d3cffc4746aa09fae.tar.gz
gdb-7647e0dd79067a650898281d3cffc4746aa09fae.tar.bz2
* run.c (main): Don't "load" sections which don't have
SEC_LOAD set. * compile.c (sim_resume, case "O_NOT"): Use ONOT instead of OSHIFTS. (ONOT): Define. (sim_resume, shift/rotate cases): Add support for shift/rotate by two bits. (OSHIFTS): Corresponding changes. Handling more H8/S ops.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index 0b76bf6..90a61c6 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,3 +1,14 @@
+Tue Jul 2 23:08:45 1996 Jeffrey A Law (law@cygnus.com)
+
+ * run.c (main): Don't "load" sections which don't have
+ SEC_LOAD set.
+ * compile.c (sim_resume, case "O_NOT"): Use ONOT instead
+ of OSHIFTS.
+ (ONOT): Define.
+ (sim_resume, shift/rotate cases): Add support for shift/rotate
+ by two bits.
+ (OSHIFTS): Corresponding changes.
+
start-sanitize-h8s
Tue Jul 2 01:37:27 1996 Jeffrey A Law (law@cygnus.com)