diff options
author | Dave Brolley <brolley@redhat.com> | 2003-09-03 23:03:45 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-09-03 23:03:45 +0000 |
commit | 8caa9169eb9c4374cdf06c688b4ee1ca73a85a13 (patch) | |
tree | 3f0c37b572ff99316e140f43c61c0a271c184967 /cpu/ChangeLog | |
parent | cc9855138d2f3ee6d1934aac8ebe59656e6de7e8 (diff) | |
download | gdb-8caa9169eb9c4374cdf06c688b4ee1ca73a85a13.zip gdb-8caa9169eb9c4374cdf06c688b4ee1ca73a85a13.tar.gz gdb-8caa9169eb9c4374cdf06c688b4ee1ca73a85a13.tar.bz2 |
2003-09-03 Dave Brolley <brolley@redhat.com>
* frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
* frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
MCLRACC-1.
(A): Removed operand.
(A0,A1): New operands replace operand A.
(mnop): Now a real insn
(mclracc): Removed insn.
(mclracc-0, mclracc-1): New insns replace mclracc.
(all insns): Use new UNIT attributes.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 14e5299..e95c3e4 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,15 @@ +2003-09-03 Dave Brolley <brolley@redhat.com> + + * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers. + * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC, + MCLRACC-1. + (A): Removed operand. + (A0,A1): New operands replace operand A. + (mnop): Now a real insn + (mclracc): Removed insn. + (mclracc-0, mclracc-1): New insns replace mclracc. + (all insns): Use new UNIT attributes. + 2003-08-21 Nick Clifton <nickc@redhat.com> * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand |