diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-07-23 21:43:50 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-07-23 21:43:50 +0000 |
commit | fcfae95cf8fc73f1cd4d62a39e712e65f56990d1 (patch) | |
tree | 313879e78959c81c3277635a7078874a5811fc2f /sim/sh/ChangeLog | |
parent | ac78c4ba99c9b884b68ccb9c3c6f88c923fc70b3 (diff) | |
download | gdb-fcfae95cf8fc73f1cd4d62a39e712e65f56990d1.zip gdb-fcfae95cf8fc73f1cd4d62a39e712e65f56990d1.tar.gz gdb-fcfae95cf8fc73f1cd4d62a39e712e65f56990d1.tar.bz2 |
2003-07-09 Michael Snyder <msnyder@redhat.com>
* gencode.c (pmuls): Expression is mis-parenthesized.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r-- | sim/sh/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 50a0e50..6d449ba 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,5 +1,6 @@ 2003-07-09 Michael Snyder <msnyder@redhat.com> + * gencode.c (pmuls): Expression is mis-parenthesized. * 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 |