1	.syntax unified
2	.cpu cortex-a8
3	.text
4	.arm
5	.align 3
6	.global targetfn
7	.type targetfn, %function
8targetfn:
9	bx lr
10