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:
Michael Snyder 2003-09-11 18:39:05 +00:00
parent ef5fd69f11
commit e961d8dc41
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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]