mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-09 17:43:40 +08:00
7 lines
86 B
ArmAsm
7 lines
86 B
ArmAsm
|
.globl _start
|
||
|
_start:
|
||
|
.long __start__foo
|
||
|
.section _foo,"aw",%progbits
|
||
|
foo:
|
||
|
.long 1
|