mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
13 lines
219 B
ArmAsm
13 lines
219 B
ArmAsm
|
.text
|
||
|
.p2align 4
|
||
|
.globl get_bar
|
||
|
.type get_bar, @function
|
||
|
get_bar:
|
||
|
.cfi_startproc
|
||
|
movq bar@GOTPCREL(%rip), %rax
|
||
|
ret
|
||
|
.cfi_endproc
|
||
|
.size get_bar, .-get_bar
|
||
|
bar = 0x7fffffff
|
||
|
.section .note.GNU-stack,"",@progbits
|