summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/abs-call-1.s
blob: ab1ac3d83832b78a7adbc64fe24f646d2c6d7723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

	.type foo, %function
	.set foo, 0x100000

arm:	bl	0x100000
	b	0x100000
	blx	0x100000
	bl	foo

	.syntax unified
	.thumb
thumb:	bl	0x100000
	b	0x100000
	blx	0x100000
	@ bl foo is broken - gas fails to preserve the symbol reference