xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/msr.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# arm testcase for msr$cond cpsr,$rm
2# mach: unfinished
3
4	.include "testutils.inc"
5
6	start
7
8	.global msr_c
9msr_c:
10	msr0 cpsr,pc
11
12	pass
13# arm testcase for msr$cond spsr,$rm
14# mach: unfinished
15
16	.include "testutils.inc"
17
18	start
19
20	.global msr_s
21msr_s:
22	msr0 spsr,pc
23
24	pass
25