xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/thumb/push.cgs (revision 2f62cc9c12bc202c40224f32c879f81443fee079)
1# arm testcase for push {$rlist}
2# mach: unfinished
3
4	.include "testutils.inc"
5
6	start
7
8	.global push
9push:
10	push {0}
11
12	pass
13