aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-kvx/farcall-call-defsym.s
blob: 2072b53960a940c1760e99ef8021a0e6df5e5eb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.global _start
	.global bar

# We will place the section .text at 0x1000.

	.text

_start:
	call bar
	;;
	ret
	;;