mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
13 lines
133 B
ArmAsm
13 lines
133 B
ArmAsm
|
.globl main
|
||
|
.globl start
|
||
|
.globl _start
|
||
|
.globl __start
|
||
|
.text
|
||
|
main:
|
||
|
start:
|
||
|
_start:
|
||
|
__start:
|
||
|
|
||
|
.section .foo,"a",%nobits
|
||
|
.space 4
|