mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00: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
|