mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
15 lines
156 B
ArmAsm
15 lines
156 B
ArmAsm
# R_AARCH64_GOT_LD_PREL19 must satisfy condition:
|
|
#
|
|
# -2^20 <= G(S) - P < 2^20
|
|
#
|
|
|
|
.comm src,1,8
|
|
|
|
.global _start
|
|
|
|
.text
|
|
|
|
_start:
|
|
nop
|
|
ldr x0, :got:src
|