mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 14:04:12 +00:00
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.
This commit is contained in:
parent
5b03f2662b
commit
d45d015e0c
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2003-09-11 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* sim/testsuite/sim/frv/movgs.cgs: Change lcr to spr[273],
|
||||
|
@ -90,7 +90,7 @@ add:
|
||||
|
||||
; 1 nesr active with the incorrect address in neear for gr
|
||||
set_gr_gr sp,gr12
|
||||
nldqi @(sp,0),gr40
|
||||
nldq @(sp,gr0),gr40
|
||||
test_spr_gr neear0,gr12
|
||||
set_mem_limmed 0x2222,0x2222,gr6
|
||||
set_mem_limmed 0x3333,0x3333,gr27
|
||||
|
@ -99,7 +99,8 @@ add:
|
||||
; 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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user