aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-06-05 02:18:01 +0000
committerMichael Snyder <msnyder@vmware.com>2003-06-05 02:18:01 +0000
commit27ebfdf49b17a12647f8c744fee65986354b1994 (patch)
treeaa3b2b0d3719d30bcbe06a70ee3e1d999945c2f8 /sim/h8300/ChangeLog
parent828c9ae66896291b30bcb524b9684999731bf5ee (diff)
downloadfsf-binutils-gdb-27ebfdf49b17a12647f8c744fee65986354b1994.zip
fsf-binutils-gdb-27ebfdf49b17a12647f8c744fee65986354b1994.tar.gz
fsf-binutils-gdb-27ebfdf49b17a12647f8c744fee65986354b1994.tar.bz2
2003-06-04 Michael Snyder <msnyder@redhat.com>
* compile.c (sim_info): Fix typo in output. * h8300/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.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index b5a2cf8..e35d2b7 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -2,6 +2,10 @@
* compile.c (sim_info): Fix typo in output.
+ * h8300/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.
+
2003-06-03 Michael Snyder <msnyder@redhat.com>
* compile.c: Add h8300sx insns and addressing modes.