diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-09-19 18:59:13 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-09-19 18:59:13 +0000 |
commit | c6945302bfaf30531680239d688a88eec55eaefd (patch) | |
tree | 1cc584b58e6d06187a7c026ad9defb96b34ab858 /cpu | |
parent | d45d015e0c1d150d10005bfd8f4829f0eeb1a681 (diff) | |
download | fsf-binutils-gdb-c6945302bfaf30531680239d688a88eec55eaefd.zip fsf-binutils-gdb-c6945302bfaf30531680239d688a88eec55eaefd.tar.gz fsf-binutils-gdb-c6945302bfaf30531680239d688a88eec55eaefd.tar.bz2 |
2003-09-19 Michael Snyder <msnyder@redhat.com>
* frv.cpu (nldqi): Delete unimplemented instruction.
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/ChangeLog | 4 | ||||
-rw-r--r-- | cpu/frv.cpu | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 9074168..f273fc1 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2003-09-19 Michael Snyder <msnyder@redhat.com> + + * frv.cpu (nldqi): Delete unimplemented instruction. + 2003-09-12 Dave Brolley <brolley@redhat.com> * frv.cpu (u-clrgr, u-clrfr): New units of model fr500. diff --git a/cpu/frv.cpu b/cpu/frv.cpu index e2e7359..8c33d96 100644 --- a/cpu/frv.cpu +++ b/cpu/frv.cpu @@ -3851,8 +3851,6 @@ ) ) -(ne-load-quad-r-simm nldqi OP_46 GR (ne-XI-size) 0 NA - ((fr500 (unit u-gr-load))) "Load quad word") (ne-load-quad-r-simm nldqfi OP_4C FRint (ne-XI-size) 1 FR-ACCESS ((fr500 (unit u-fr-load))) "Load quad float") |