X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Farm%2Fattr-mcpu.d;fp=gas%2Ftestsuite%2Fgas%2Farm%2Fattr-mcpu.d;h=80cb168cffbdafdda208b72e070bf46ef603847e;hp=0000000000000000000000000000000000000000;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/gas/testsuite/gas/arm/attr-mcpu.d b/gas/testsuite/gas/arm/attr-mcpu.d new file mode 100644 index 0000000..80cb168 --- /dev/null +++ b/gas/testsuite/gas/arm/attr-mcpu.d @@ -0,0 +1,16 @@ +# 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 + +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_VFP_arch: VFPv3 + Tag_Advanced_SIMD_arch: NEONv1