mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
15 lines
187 B
ArmAsm
15 lines
187 B
ArmAsm
.section .tbss,"awT",@nobits
|
|
.align 4
|
|
.skip 24
|
|
.type a,@object
|
|
.size a,4
|
|
a:
|
|
.long 0
|
|
.text
|
|
.globl _start
|
|
.ent _start
|
|
_start:
|
|
.end _start
|
|
.section .debug_foobar
|
|
.quad a !dtprel
|