aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/jump-reloc-veneers.s
blob: c646e71ae090a8927c04fc1d857f4846d29002c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.syntax unified
	.thumb_func
	.global _start
	.type _start,%function
_start:
	b.w dest

	.section destsect, "x"
	.thumb_func
dest:
	b.n dest