diff options
author | Dave Brolley <brolley@redhat.com> | 2003-09-24 19:04:54 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-09-24 19:04:54 +0000 |
commit | d03124067c162553fb099983d2a6c9bf6e247284 (patch) | |
tree | 5539465a332890db23fdb4163c451e2c75a4736c /cpu/ChangeLog | |
parent | 24daaebce8a29b276319001e01a278bb388cfa06 (diff) | |
download | gdb-d03124067c162553fb099983d2a6c9bf6e247284.zip gdb-d03124067c162553fb099983d2a6c9bf6e247284.tar.gz gdb-d03124067c162553fb099983d2a6c9bf6e247284.tar.bz2 |
2003-09-24 Dave Brolley <brolley@redhat.com>
* frv.cpu (u-commit): New modelling unit for fr500.
(mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
(commit-r): Use u-commit model for fr500.
(commit): Ditto.
(conditional-float-binary-op): Take profiling data as an argument.
Update callers.
(ne-float-binary-op): Ditto.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index f273fc1..a5d1900 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,13 @@ +2003-09-24 Dave Brolley <brolley@redhat.com> + + * frv.cpu (u-commit): New modelling unit for fr500. + (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand. + (commit-r): Use u-commit model for fr500. + (commit): Ditto. + (conditional-float-binary-op): Take profiling data as an argument. + Update callers. + (ne-float-binary-op): Ditto. + 2003-09-19 Michael Snyder <msnyder@redhat.com> * frv.cpu (nldqi): Delete unimplemented instruction. |