Retro68/binutils/ld/testsuite/ld-x86-64/pr19031b.S
2017-04-10 13:32:00 +02:00

19 lines
199 B
ArmAsm

.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 - .