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]

[patches] Don't use nldqi in frv sim tests


Hi,

nldqi has been removed from the frv isa. I've changed the tests which used it to use nldq instead.

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

	* sim/frv/rstqf.cgs: Use nldq instead of nldqi.
	* sim/frv/rstq.cgs: Use nldq instead of nldqi.

Index: sim/testsuite/sim/frv/rstq.cgs
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/frv/rstq.cgs,v
retrieving revision 1.1
diff -c -p -r1.1 rstq.cgs
*** sim/testsuite/sim/frv/rstq.cgs	29 Aug 2003 16:41:31 -0000	1.1
--- sim/testsuite/sim/frv/rstq.cgs	19 Sep 2003 17:37:39 -0000
*************** add:
*** 90,96 ****
  
  	; 1 nesr active with the incorrect address in neear for gr
  	set_gr_gr	sp,gr12
! 	nldqi		@(sp,0),gr40
  	test_spr_gr	neear0,gr12
  	set_mem_limmed	0x2222,0x2222,gr6
  	set_mem_limmed	0x3333,0x3333,gr27
--- 90,96 ----
  
  	; 1 nesr active with the incorrect address in neear for gr
  	set_gr_gr	sp,gr12
! 	nldq		@(sp,gr0),gr40
  	test_spr_gr	neear0,gr12
  	set_mem_limmed	0x2222,0x2222,gr6
  	set_mem_limmed	0x3333,0x3333,gr27
Index: sim/testsuite/sim/frv/rstqf.cgs
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/frv/rstqf.cgs,v
retrieving revision 1.1
diff -c -p -r1.1 rstqf.cgs
*** sim/testsuite/sim/frv/rstqf.cgs	29 Aug 2003 16:41:31 -0000	1.1
--- sim/testsuite/sim/frv/rstqf.cgs	19 Sep 2003 17:37:39 -0000
*************** add:
*** 99,105 ****
  	; 1 nesr active with the incorrect address in neear for gr
  	set_gr_gr	sp,gr10
  	inc_gr_immed	-32,gr10
! 	nldqi		@(sp,-32),gr40
  	test_spr_gr	neear0,gr10
  	set_mem_limmed	0x2222,0x2222,gr12
  	set_mem_limmed	0x3333,0x3333,gr27
--- 99,106 ----
  	; 1 nesr active with the incorrect address in neear for gr
  	set_gr_gr	sp,gr10
  	inc_gr_immed	-32,gr10
! 	set_gr_immed	-32,gr9
! 	nldq		@(sp,gr9),gr40
  	test_spr_gr	neear0,gr10
  	set_mem_limmed	0x2222,0x2222,gr12
  	set_mem_limmed	0x3333,0x3333,gr27

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