mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
65daf5bed6
PR 29072
20 lines
225 B
ArmAsm
20 lines
225 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 - .
|
|
.section .note.GNU-stack
|