mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
9 lines
118 B
ArmAsm
9 lines
118 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
.dc.a __start__foo
|
||
|
.dc.a bar
|
||
|
.section _foo,"aw",%progbits
|
||
|
foo:
|
||
|
.ascii "This is foo"
|