diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-07-23 21:28:06 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-07-23 21:28:06 +0000 |
commit | c13a4caaf890f01ccb6fb7761ff87ff21ad4be4e (patch) | |
tree | 927bef67d1689241f42e0a711d7e32cd34d051fb /sim/sh/ChangeLog | |
parent | b939d772c1052b510a03d579a6250d23e5b39212 (diff) | |
download | gdb-c13a4caaf890f01ccb6fb7761ff87ff21ad4be4e.zip gdb-c13a4caaf890f01ccb6fb7761ff87ff21ad4be4e.tar.gz gdb-c13a4caaf890f01ccb6fb7761ff87ff21ad4be4e.tar.bz2 |
2003-07-09 Michael Snyder <msnyder@redhat.com>
* gencode.c (ppi_gensim): For a conditional ppi insn, if the
condition is false, we want to return (not break). A break
will take us to the end of the function where registers will
be updated, whereas the desired outcome is for nothing to change.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r-- | sim/sh/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 8a5e9e3..50a0e50 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,10 @@ +2003-07-09 Michael Snyder <msnyder@redhat.com> + + * gencode.c (ppi_gensim): For a conditional ppi insn, if the + condition is false, we want to return (not break). A break + will take us to the end of the function where registers will + be updated, whereas the desired outcome is for nothing to change. + 2003-07-03 Michael Snyder <msnyder@redhat.com> * gencode.c (movs): Fix a couple of text transpositions. |