summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/gc-plt-hidden.s
blob: bb6fe7591078442295f464e0b592ceaa4d2146ae (plain)
1
2
3
4
5
6
7
	.text
	.globl hidfn
	.hidden hidfn
	.type hidfn, %function
hidfn:
	and x0, x0, x0
	.size hidfn, . - hidfn