diff options
author | Dave Brolley <brolley@redhat.com> | 2003-09-12 22:04:22 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-09-12 22:04:22 +0000 |
commit | 23600bb3cd7709fca21684899cb172b83f89b74a (patch) | |
tree | 9e09a0db38eb39655af0f7e3d8582e26af410210 /cpu/ChangeLog | |
parent | 212c460caa80563e19a42d7ea15c219a9e0c547d (diff) | |
download | gdb-23600bb3cd7709fca21684899cb172b83f89b74a.zip gdb-23600bb3cd7709fca21684899cb172b83f89b74a.tar.gz gdb-23600bb3cd7709fca21684899cb172b83f89b74a.tar.bz2 |
2003-09-12 Dave Brolley <brolley@redhat.com>
* frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
(clear-ne-flag-r): Pass insn profiling in as an argument. Call
frv_ref_SI to get input register referenced for profiling.
(clear-ne-flag-all): Pass insn profiling in as an argument.
(clrgr,clrfr,clrga,clrfa): Add profiling information.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 7d8dbf6..9074168 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,11 @@ +2003-09-12 Dave Brolley <brolley@redhat.com> + + * frv.cpu (u-clrgr, u-clrfr): New units of model fr500. + (clear-ne-flag-r): Pass insn profiling in as an argument. Call + frv_ref_SI to get input register referenced for profiling. + (clear-ne-flag-all): Pass insn profiling in as an argument. + (clrgr,clrfr,clrga,clrfa): Add profiling information. + 2003-09-11 Michael Snyder <msnyder@redhat.com> * frv.cpu: Typographical corrections. |