mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
2003-09-11 Michael Snyder <msnyder@redhat.com>
* sim/testsuite/sim/frv/movgs.cgs: Change lcr to spr[273], which according to the comments seems to be the intent.
This commit is contained in:
parent
ef5fd69f11
commit
e961d8dc41
@ -1,3 +1,8 @@
|
||||
2003-09-11 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* sim/testsuite/sim/frv/movgs.cgs: Change lcr to spr[273],
|
||||
which according to the comments seems to be the intent.
|
||||
|
||||
2003-09-09 Dave Brolley <brolley@redhat.com>
|
||||
|
||||
* sim/frv/maddaccs.cgs: move to fr400 subdirectory.
|
||||
|
@ -15,7 +15,7 @@ movgs:
|
||||
|
||||
; try alternate names for lcr
|
||||
and_spr_immed 0,273
|
||||
movgs gr8,lcr ; lcr is spr number 273
|
||||
movgs gr8,spr[273] ; lcr is spr number 273
|
||||
test_gr_limmed 0xdead,0xbeef,gr8
|
||||
test_spr_limmed 0xdead,0xbeef,spr[273]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user