mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
13 lines
174 B
ArmAsm
13 lines
174 B
ArmAsm
.section .tbss
|
|
.align 4
|
|
.word 0, 0, 0, 0, 0, 0
|
|
.type a,#tls_object
|
|
.size a,4
|
|
a:
|
|
.word 0
|
|
.text
|
|
.globl _start
|
|
_start:
|
|
.section .debug_foobar
|
|
.word %r_tls_dtpoff32(a)
|