(root)/
binutils-2.41/
ld/
testsuite/
ld-arm/
cortex-a8-thumb-target.s
	.syntax unified
	.cpu cortex-a8
	.text
	.thumb
	.thumb_func
	.align 3
	.global targetfn
	.type targetfn, %function
targetfn:
	bx lr