summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/hidfn.s
blob: a66b558d8e5b9d3403e3b163f3a0d40d5a798dc8 (plain)
1
2
3
4
5
6
7
	.text
	.globl hidfn
	.hidden	hidfn
	.type hidfn, %function
hidfn:
	ldmfd	sp!, {pc}
	.size hidfn, . - hidfn