aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/jump-reloc-veneers.s
blob: d307c08d5cf44616c1cbf9a47bbce341930385f7 (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 dest