summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr26263.s
blob: 5a3332cd5e46095cc2929c3fc39243307f157210 (plain)
1
2
3
4
5
6
7
8
	.section .init.text,"ax",@progbits
	.global foo
foo:
	call	printk
	call	printk@PLT
	.text
printk:
	ret