mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
6 lines
87 B
ArmAsm
6 lines
87 B
ArmAsm
|
.type _start,"function"
|
||
|
.section .text,"axR",%progbits
|
||
|
.global _start
|
||
|
_start:
|
||
|
.nop
|