mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
8 lines
130 B
ArmAsm
8 lines
130 B
ArmAsm
// Test file for AArch64 LD -- tlsldm
|
|
|
|
.text
|
|
func:
|
|
add x1, x2, x3
|
|
// BFD_RELOC_AARCH64_TLSLD_ADR_PREL21
|
|
adr x0, :tlsldm:dummy
|