summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/attr-merge-nosection-1a.s
blob: ab358e3c740bfe4ac785562c16c22450c937bd09 (plain)
1
2
3
4
5
6
7
8
9
10
	.cpu cortex-m0
	.fpu softvfp
	.syntax unified
	.thumb
	.text
	.global foo
	.thumb_func
	.type foo, %function
foo:
	bx lr