mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
10 lines
120 B
ArmAsm
10 lines
120 B
ArmAsm
|
.text
|
||
|
foo:
|
||
|
movq bar@GOTPCREL(%rip), %rbp
|
||
|
.weak bar
|
||
|
.data
|
||
|
.type bar, @gnu_unique_object
|
||
|
.size bar, 8
|
||
|
bar:
|
||
|
.quad 8
|