* sim/testsuite/sim/frv/movgs.cgs: Change lcr to spr[273],
which according to the comments seems to be the intent.
+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.
; 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]