blob: 32cf6893c59347fb0b5a9fb3392152d07a7f40cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#source: attr-merge-nosection-1a.s RUN_OBJCOPY
#source: attr-merge-nosection-1b.s
#as:
#objcopy_objects: -R '.ARM.attributes'
#ld:
#readelf: -A
# This test is only valid on ELF based ports.
# not-target: *-*-pe *-*-wince
Attribute Section: aeabi
File Attributes
Tag_CPU_name: "Cortex-M4"
Tag_CPU_arch: v7E-M
Tag_CPU_arch_profile: Microcontroller
Tag_THUMB_ISA_use: Thumb-2
Tag_FP_arch: VFPv4-D16
Tag_ABI_HardFP_use: SP only
|