summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr19031b.S
blob: 7bc8b31f77ba805d9f8954ad9fd79473bb17657d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	.text
	.globl g
	.type g, @function
g:
	movq f@GOTPCREL(%rip), %rax
	retq

	.globl h
	.type h, @function
h:
	leaq zed, %rax
	movslq zed, %rbx
	addq %rbx, %rax
	retq

	.data
zed:
        .long f - .
	.section	.note.GNU-stack