diff options
author | Michael Snyder <msnyder@vmware.com> | 2004-01-27 23:30:01 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2004-01-27 23:30:01 +0000 |
commit | 0145ab2e522710ce9b87652c2afdcc44cf51ac8b (patch) | |
tree | b05c3df7d95126eb557d9ae0eaa3d870d7ae8210 /sim/sh/ChangeLog | |
parent | 4ae0cff4ca03fccc240baa7675149c7d4f886c69 (diff) | |
download | gdb-0145ab2e522710ce9b87652c2afdcc44cf51ac8b.zip gdb-0145ab2e522710ce9b87652c2afdcc44cf51ac8b.tar.gz gdb-0145ab2e522710ce9b87652c2afdcc44cf51ac8b.tar.bz2 |
2004-01-27 Michael Snyder <msnyder@redhat.com>
* gencode.c: (op tab): Some refs and defs fixes.
"fsrra" -> "fsrra <FREG_N>".
"sleep": replace array ref with array addr.
"trapa": ditto.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r-- | sim/sh/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 8d941b2..62edf59 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,6 +1,10 @@ 2004-01-27 Michael Snyder <msnyder@redhat.com> - * gencode.c: Comment and whitespace clean-ups. + * gencode.c: (op tab): Some refs and defs fixes. + "fsrra" -> "fsrra <FREG_N>". + "sleep": replace array ref with array addr. + "trapa": ditto. + Comment and whitespace clean-ups. 2004-01-07 Michael Snyder <msnyder@redhat.com> |