This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] frv-sim: remove nldqi from isa.



One instruction that Fujitsu never implemented. We hope to hear about more shortly.

2003-09-19  Michael Snyder  <msnyder@redhat.com>

	* frv.cpu (nldqi): Delete unimplemented instruction.

2003-09-19  Michael Snyder  <msnyder@redhat.com>

	* sim/frv/nldqi.cgs: Remove.  This insn was never implemented
	by Fujitsu.

Index: frv.cpu
===================================================================
RCS file: /cvs/src/src/cpu/frv.cpu,v
retrieving revision 1.11
diff -p -r1.11 frv.cpu
*** frv.cpu	12 Sep 2003 22:04:22 -0000	1.11
--- frv.cpu	19 Sep 2003 18:58:14 -0000
***************
*** 3851,3858 ****
    )
  )
  
- (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")
  
--- 3851,3856 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]