blob: af390fb5a355c7ae7c0a5f27457264b40a2f80c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.section .tbss,"awT",@nobits
.align 4
.skip 24
.type a,@object
.size a,4
a:
.zero 4
.text
.globl _start
_start:
.section .debug_foobar
.long a@dtpoff, 0
.quad a@dtpoff
|