mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 21:57:41 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15075 a95241bf-73f2-0310-859d-f6bbb57e9c96
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)
|