aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr28743-1.s
blob: 2e9a15037414db368ca8b9b8a61fbf4f289a59ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.text
	.globl foo
	.type foo, @function
foo:
	.cfi_startproc
	call	func@plt
	movq	func@GOTPCREL(%rip), %rax
	.cfi_endproc
	.section .init_array,"aw",@init_array
	.p2align 3
	.zero 0x4
	.section .fini_array,"aw",@fini_array
	.p2align 20
	.zero 0x100
	.data
	.zero 0x100