mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
9 lines
162 B
ArmAsm
9 lines
162 B
ArmAsm
.cpu cortex-a9
|
|
.fpu vfpv3
|
|
.eabi_attribute Tag_ABI_VFP_args, 0
|
|
.file "eabi-soft-float.s"
|
|
.globl _start
|
|
.type _start,%function
|
|
_start:
|
|
.size _start,.-_start
|