summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-arm/callweak-2.s
blob: af4f0265b68075a6f67a9ab15d0b07103fd69b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.syntax unified
	.arch armv6t2
	.weak bar
	.section .far, "ax", %progbits
	.global	_start
	.type	_start, %function
_start:
	bl bar
	bleq bar
	.thumb
	.type foo, %function
	.thumb_func
foo:
	bl bar
	movs r0, #0
	bl bar
	bx lr