summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gas/testsuite/gas/arm/local_function.s
blob: 1d98a37425cc8f373f373c7eddefa8ecd405625c (plain)
1
2
3
4
5
6
7
8
9
10
	.text
	.type foo, %function
foo:
	bl bar

	.section .text.bar
	nop
	.type bar, %function
bar:
	nop