summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/farcall-b-defsym.s
blob: 3eec50c7b6024b5452ead68cad4c1c119be64f56 (plain)
1
2
3
4
5
6
7
8
9
10
	.global _start
	.global bar

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

	.text

_start:
	b bar
	ret