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

	.section destsect, "x"
	.thumb_func
dest:
	bl dest