7 lines
93 B
ArmAsm
Raw Permalink Normal View History

2016-02-10 18:58:24 +01:00
.global var
.text
test:
adr x0, :tlsgd:var
bl __tls_get_addr
nop