blob: fa3fce0c6496b1f692f1363e1ecc4c3ba6f6e662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.section .tbss,"awT",@nobits
.align 4
.skip 24
.type a#,@object
.size a#,4
a:
data4 0
.text
.globl _start#
.proc _start#
_start:
.endp _start#
.section .debug_foobar
data8 @dtprel(a#)
|