mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
12 lines
137 B
ArmAsm
12 lines
137 B
ArmAsm
|
.data
|
||
|
.type foo,%object
|
||
|
.globl foo
|
||
|
foo:
|
||
|
.dc.a 0
|
||
|
.size foo, . - foo
|
||
|
.type foo,%object
|
||
|
.globl bar
|
||
|
bar:
|
||
|
.dc.a 0
|
||
|
.size bar, . - bar
|