mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
9 lines
194 B
ArmAsm
9 lines
194 B
ArmAsm
|
// Test file for AArch64 LD -- reloc 518
|
||
|
|
||
|
.text
|
||
|
func:
|
||
|
// BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC
|
||
|
add x1, x2, #:tlsldm_lo12_nc:dummy
|
||
|
// BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21
|
||
|
adrp x0, :tlsldm:dummy
|