aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-06-19 00:49:33 +0000
committerMichael Snyder <msnyder@vmware.com>2003-06-19 00:49:33 +0000
commit173b1c982aa0a176d06c50421fdec23508b4b9eb (patch)
treeda1546356d8b42856f5abddf9fbccc7c3c9e1aa1 /sim/h8300/ChangeLog
parentec0d51413fcbd000055f8491e18d0e6a02566e97 (diff)
downloadgdb-173b1c982aa0a176d06c50421fdec23508b4b9eb.zip
gdb-173b1c982aa0a176d06c50421fdec23508b4b9eb.tar.gz
gdb-173b1c982aa0a176d06c50421fdec23508b4b9eb.tar.bz2
2003-06-05 Michael Snyder <msnyder@redhat.com>
* compile.c (sim_fetch_register): Handle SBR, VBR, MACH, MACL. (sim_store_register): Ditto.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index e35d2b7..0c0c5a6 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,8 +1,13 @@
+2003-06-05 Michael Snyder <msnyder@redhat.com>
+
+ * compile.c (sim_fetch_register): Handle SBR, VBR, MACH, MACL.
+ (sim_store_register): Ditto.
+
2003-06-04 Michael Snyder <msnyder@redhat.com>
* compile.c (sim_info): Fix typo in output.
- * h8300/compile.c (set_h8300h): Replace 'flag' arguments
+ * compile.c (set_h8300h): Replace 'flag' arguments
with a bfd_machine argument, and decode it inline.
Check for bfd_mach_h8300hn and bfd_mach_h8300sn.