mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
6 lines
139 B
ArmAsm
6 lines
139 B
ArmAsm
|
.arch armv7-m
|
||
|
|
||
|
@ Tag_CPU_arch & Tag_CPU_arch_profile = v7-M
|
||
|
.eabi_attribute Tag_CPU_arch, 10
|
||
|
.eabi_attribute Tag_CPU_arch_profile, 'M'
|