aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/gc-plt-main.s
blob: 6f6c90334f5bf8bd486a76adec74fcdcb2c4bf44 (plain)
1
2
3
4
5
6
7
8
	.data
	.global var
	.text
	.globl _start
	.type _start, %function
_start:
	bl	foo
	.size _start, . - _start