aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-kvx/farcall-goto-defsym.s
blob: f2e1da61d488f325982c860fdfe8f0d772bd3e12 (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:
	goto bar
	;; 
	ret
	;;