xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/bl.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1*4b169a6bSchristos# arm testcase for bl$cond $offset24
2*4b169a6bSchristos# mach: all
3*4b169a6bSchristos
4*4b169a6bSchristos	.include "testutils.inc"
5*4b169a6bSchristos
6*4b169a6bSchristos	start
7*4b169a6bSchristos
8*4b169a6bSchristos	.global bl
9*4b169a6bSchristosbl:
10*4b169a6bSchristos	mvi_h_gr r14,0
11*4b169a6bSchristos	bl bl2
12*4b169a6bSchristosbl1:
13*4b169a6bSchristos	fail
14*4b169a6bSchristosbl2:
15*4b169a6bSchristos	mvaddr_h_gr r4,bl1
16*4b169a6bSchristos	cmp r14,r4
17*4b169a6bSchristos	beq bl3
18*4b169a6bSchristos	fail
19*4b169a6bSchristosbl3:
20*4b169a6bSchristos
21*4b169a6bSchristos	pass
22