]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/sh/ChangeLog
2003-07-25 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 25 Jul 2003 23:52:43 +0000 (23:52 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 25 Jul 2003 23:52:43 +0000 (23:52 +0000)
commit437b0e60a1f18ff96cfcaee5dff1b47a593da537
treeb44ba5592c88bb034bc6e04365c4de8635990d06
parent8e8c182c831852d49827b896af80277242c89d59
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).
sim/sh/ChangeLog
sim/sh/gencode.c