mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
10 lines
163 B
ArmAsm
10 lines
163 B
ArmAsm
|
.cpu cortex-a9
|
||
|
.fpu vfpv3
|
||
|
.eabi_attribute Tag_ABI_VFP_args, 1
|
||
|
.file "eabi-hard-float.s"
|
||
|
.globl _start
|
||
|
.type _start,%function
|
||
|
_start:
|
||
|
.size _start,.-_start
|
||
|
|