summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr18160.s
blob: a0331aa793352df00c378d891744f86ae59a6f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.section	.text.start,"ax",@progbits
	.globl	start
	.type	start, @function
start:
	.cfi_startproc
	jmp	foo
	.cfi_endproc
	.size	start, .-start
	.section	.text.foo,"ax",@progbits
	.globl	foo
	.type	foo, @function
foo:
	.cfi_startproc
	ret
	.cfi_endproc
	.size	foo, .-foo