aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-07-24 00:38:07 +0000
committerMichael Snyder <msnyder@vmware.com>2003-07-24 00:38:07 +0000
commite343a93ac0495ae7ce4a1ef2960f43eb94fe3fd8 (patch)
tree62c7212e50cf7c2d1e4a2d8209b5eaaa46444ca1 /sim/sh/ChangeLog
parent571b5725d553778700d9b2e8fb5d8ab8674468e3 (diff)
downloadgdb-e343a93ac0495ae7ce4a1ef2960f43eb94fe3fd8.zip
gdb-e343a93ac0495ae7ce4a1ef2960f43eb94fe3fd8.tar.gz
gdb-e343a93ac0495ae7ce4a1ef2960f43eb94fe3fd8.tar.bz2
2003-07-23 Michael Snyder <msnyder@redhat.com>
* gencode.c: A few more fix-ups of refs and defs. (frchg): Raise SIGILL if in double-precision mode. (ldtlb): We don't simulate cache, so this is a no-op. (movsxy_tab): Correct a few bit pattern errors.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 30322e9..df4d6bc 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-23 Michael Snyder <msnyder@redhat.com>
+
+ * gencode.c: A few more fix-ups of refs and defs.
+ (frchg): Raise SIGILL if in double-precision mode.
+ (ldtlb): We don't simulate cache, so this is a no-op.
+ (movsxy_tab): Correct a few bit pattern errors.
+
2003-07-09 Michael Snyder <msnyder@redhat.com>
* gencode.c (prnd): Clear LSW of result to zeros.