mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +00:00
15 lines
212 B
ArmAsm
15 lines
212 B
ArmAsm
.global __tls_get_addr,gd,ld
|
|
.type __tls_get_addr,@function
|
|
|
|
.section ".tbss","awT",@nobits
|
|
.align 2
|
|
gd: .space 4
|
|
|
|
.section ".tdata","awT",@progbits
|
|
.align 2
|
|
ld: .long 0xc0ffee
|
|
|
|
.text
|
|
__tls_get_addr:
|
|
blr
|