aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-06-03 21:38:27 +0000
committerMichael Snyder <msnyder@vmware.com>2003-06-03 21:38:27 +0000
commitdc5c3759e035d47d00088e43ea5871ffe717eb02 (patch)
treee46e69e1dbcd4c027ec403bafee9b3e0aae66adf /sim/h8300/ChangeLog
parent20dc5b5ae3df799978612c86b73b347f56e7fe69 (diff)
downloadgdb-dc5c3759e035d47d00088e43ea5871ffe717eb02.zip
gdb-dc5c3759e035d47d00088e43ea5871ffe717eb02.tar.gz
gdb-dc5c3759e035d47d00088e43ea5871ffe717eb02.tar.bz2
2003-06-03 Michael Snyder <msnyder@redhat.com>
* h8300/compile.c: Add h8300sx insns and addressing modes. * h8300/sim-main.h: Replaces h8300/inst.h. * h8300/Makefile.in: Tweak to bring in some sim/common stuff.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index 600e9cc..34577d8 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-03 Michael Snyder <msnyder@redhat.com>
+
+ * h8300/compile.c: Add h8300sx insns and addressing modes.
+ * h8300/sim-main.h: Replaces h8300/inst.h.
+ * h8300/Makefile.in: Tweak to bring in some sim/common stuff.
+
2003-04-13 Michael Snyder <msnyder@redhat.com>
* compile.c (sim_resume): Implement 'daa' and 'das' instructions.