Use NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIE
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19031b.S
CommitLineData
5db4f0d3
L
1 .text
2 .globl g
3 .type g, @function
4g:
5 movq f@GOTPCREL(%rip), %rax
6 retq
7
8 .globl h
9 .type h, @function
10h:
11 leaq zed, %rax
12 movslq zed, %rbx
13 addq %rbx, %rax
14 retq
15
16 .data
17zed:
18 .long f - .
This page took 0.085458 seconds and 4 git commands to generate.