blob: 357e8046c38538f8968534620a73d1358d210105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# name: EABI attributes from directives
# source: attr-cpu-directive.s
# as:
# readelf: -A
# This test is only valid on ELF based ports.
# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
Attribute Section: aeabi
File Attributes
Tag_CPU_name: "CORTEX-A8"
Tag_CPU_arch: v7
Tag_CPU_arch_profile: Application
Tag_ARM_ISA_use: Yes
Tag_THUMB_ISA_use: Thumb-2
|