aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-07-25 23:52:43 +0000
committerMichael Snyder <msnyder@vmware.com>2003-07-25 23:52:43 +0000
commit437b0e60a1f18ff96cfcaee5dff1b47a593da537 (patch)
treeb44ba5592c88bb034bc6e04365c4de8635990d06 /sim/sh/ChangeLog
parent8e8c182c831852d49827b896af80277242c89d59 (diff)
downloadgdb-437b0e60a1f18ff96cfcaee5dff1b47a593da537.zip
gdb-437b0e60a1f18ff96cfcaee5dff1b47a593da537.tar.gz
gdb-437b0e60a1f18ff96cfcaee5dff1b47a593da537.tar.bz2
2003-07-25 Michael Snyder <msnyder@redhat.com>
* gencode.c (pshl): Change < to <= (shift by 16 is allowed). Cast argument of >> to unsigned to prevent sign extension. (psha): Change < to <= (shift by 32 is allowed).
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 4e75706..b34adb5 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-25 Michael Snyder <msnyder@redhat.com>
+
+ * gencode.c (pshl): Change < to <= (shift by 16 is allowed).
+ Cast argument of >> to unsigned to prevent sign extension.
+ (psha): Change < to <= (shift by 32 is allowed).
+
2003-07-24 Michael Snyder <msnyder@redhat.com>
* gencode.c: Fix typo in comment.