mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
8 lines
106 B
ArmAsm
8 lines
106 B
ArmAsm
|
.globl _start
|
||
|
_start:
|
||
|
.weak __start__foo
|
||
|
.dc.a __start__foo
|
||
|
.section _foo,"aw",%progbits
|
||
|
foo:
|
||
|
.long 1
|