blob: a87058481d4a5e2d35e87e9ed6a665f1ea8a478f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# name: EABI attributes .eabi_attribute overrides .cpu
# source: attr-override-cpu-directive.s
# as:
# readelf: -A
# This test is only valid on EABI based ports.
# target: *-*-*eabi* *-*-nacl*
Attribute Section: aeabi
File Attributes
Tag_CPU_name: "custom name"
Tag_CPU_arch: v7
Tag_THUMB_ISA_use: \?\?\? \(10\)
|