This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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] Remove test of nldqi from frv gas testsuite


Hi,

The nldqi insn has been removed from the frv implementation. I've committed the attached patch which removes it from the gas testsuite as well.

Dave
2003-09-29  Dave Brolley  <brolley@redhat.com>

	* gas/frv/allinsn.s (nldqi): Removed. Replaced with nop.
	* gas/frv/allinsn.d (nldqi): Ditto.

Index: gas/testsuite/gas/frv/allinsn.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/frv/allinsn.d,v
retrieving revision 1.1
diff -c -p -r1.1 allinsn.d
*** gas/testsuite/gas/frv/allinsn.d	18 Jun 2002 21:14:44 -0000	1.1
--- gas/testsuite/gas/frv/allinsn.d	29 Sep 2003 20:14:12 -0000
*************** Disassembly of section .text:
*** 486,493 ****
  0000027c <ldqfi>:
   27c:	80 f0 10 00 	ldqfi @\(sp,0\),fr0
  
! 00000280 <nldqi>:
!  280:	83 18 10 00 	nldqi @\(sp,0\),sp
  
  00000284 <nldqfi>:
   284:	81 30 10 00 	nldqfi @\(sp,0\),fr0
--- 486,493 ----
  0000027c <ldqfi>:
   27c:	80 f0 10 00 	ldqfi @\(sp,0\),fr0
  
! 00000280 <nop>:
!  280:	80 88 00 00 	nop
  
  00000284 <nldqfi>:
   284:	81 30 10 00 	nldqfi @\(sp,0\),fr0
Index: gas/testsuite/gas/frv/allinsn.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/frv/allinsn.s,v
retrieving revision 1.1
diff -c -p -r1.1 allinsn.s
*** gas/testsuite/gas/frv/allinsn.s	18 Jun 2002 21:14:45 -0000	1.1
--- gas/testsuite/gas/frv/allinsn.s	29 Sep 2003 20:14:12 -0000
*************** ldqi:
*** 643,651 ****
  ldqfi:
  	ldqfi @(sp,0),fr0
  	.text
! 	.global nldqi
! nldqi:
! 	nldqi @(sp,0),sp
  	.text
  	.global nldqfi
  nldqfi:
--- 643,651 ----
  ldqfi:
  	ldqfi @(sp,0),fr0
  	.text
! 	.global nop
! nop:
! 	nop
  	.text
  	.global nldqfi
  nldqfi:

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