summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-arm/cortex-a8-thumb-target.s
blob: 96c180f1dfd7b11d46be3db72ae47dde0efea803 (plain)
1
2
3
4
5
6
7
8
9
10
	.syntax unified
	.cpu cortex-a8
	.text
	.thumb
	.thumb_func
	.align 3
	.global targetfn
	.type targetfn, %function
targetfn:
	bx lr