summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/attr-mcpu.d
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/arm/attr-mcpu.d')
-rw-r--r--binutils-2.25/gas/testsuite/gas/arm/attr-mcpu.d17
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/arm/attr-mcpu.d b/binutils-2.25/gas/testsuite/gas/arm/attr-mcpu.d
new file mode 100644
index 00000000..bf1a4e83
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/arm/attr-mcpu.d
@@ -0,0 +1,17 @@
+# name: EABI attributes from command line
+# source: blank.s
+# as: -mcpu=cortex-a8 -mfpu=neon
+# readelf: -A
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi* *-*-nacl*
+
+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
+ Tag_FP_arch: VFPv3
+ Tag_Advanced_SIMD_arch: NEONv1
+ Tag_Virtualization_use: TrustZone