OSDN Git Service

* gas/arm/attr-cpu-directive.d: Only run test for EABI targets.
authornickc <nickc>
Tue, 27 Jan 2009 15:20:10 +0000 (15:20 +0000)
committernickc <nickc>
Tue, 27 Jan 2009 15:20:10 +0000 (15:20 +0000)
        * gas/arm/attr-default.d : Likewise.
        * gas/arm/attr-march-all.d: Likewise.
        * gas/arm/attr-march-armv1.d: Likewise.
        * gas/arm/attr-march-armv2.d: Likewise.
        * gas/arm/attr-march-armv2a.d: Likewise.
        * gas/arm/attr-march-armv2s.d: Likewise.
        * gas/arm/attr-march-armv3.d: Likewise.
        * gas/arm/attr-march-armv3m.d: Likewise.
        * gas/arm/attr-march-armv4.d: Likewise.
        * gas/arm/attr-march-armv4t.d: Likewise.
        * gas/arm/attr-march-armv4txm.d: Likewise.
        * gas/arm/attr-march-armv4xm.d: Likewise.
        * gas/arm/attr-march-armv5.d: Likewise.
        * gas/arm/attr-march-armv5t.d: Likewise.
        * gas/arm/attr-march-armv5te.d: Likewise.
        * gas/arm/attr-march-armv5tej.d: Likewise.
        * gas/arm/attr-march-armv5texp.d: Likewise.
        * gas/arm/attr-march-armv5txm.d: Likewise.
        * gas/arm/attr-march-armv6-m.d: Likewise.
        * gas/arm/attr-march-armv6.d: Likewise.
        * gas/arm/attr-march-armv6j.d: Likewise.
        * gas/arm/attr-march-armv6k.d: Likewise.
        * gas/arm/attr-march-armv6kt2.d: Likewise.
        * gas/arm/attr-march-armv6t2.d: Likewise.
        * gas/arm/attr-march-armv6z.d: Likewise.
        * gas/arm/attr-march-armv6zk.d: Likewise.
        * gas/arm/attr-march-armv6zkt2.d: Likewise.
        * gas/arm/attr-march-armv6zt2.d: Likewise.
        * gas/arm/attr-march-armv7-a.d: Likewise.
        * gas/arm/attr-march-armv7-m.d: Likewise.
        * gas/arm/attr-march-armv7-r.d: Likewise.
        * gas/arm/attr-march-iwmmxt.d: Likewise.
        * gas/arm/attr-march-iwmmxt2.d: Likewise.
        * gas/arm/attr-march-xscale.d: Likewise.
        * gas/arm/attr-mcpu.d: Likewise.
        * gas/arm/attr-mfpu-arm1020e.d: Likewise.
        * gas/arm/attr-mfpu-arm1020t.d: Likewise.
        * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
        * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
        * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
        * gas/arm/attr-mfpu-fpa.d: Likewise.
        * gas/arm/attr-mfpu-fpa10.d: Likewise.
        * gas/arm/attr-mfpu-fpa11.d: Likewise.
        * gas/arm/attr-mfpu-fpe.d: Likewise.
        * gas/arm/attr-mfpu-fpe2.d: Likewise.
        * gas/arm/attr-mfpu-fpe3.d: Likewise.
        * gas/arm/attr-mfpu-maverick.d: Likewise.
        * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
        * gas/arm/attr-mfpu-neon.d: Likewise.
        * gas/arm/attr-mfpu-softfpa.d: Likewise.
        * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
        * gas/arm/attr-mfpu-softvfp.d: Likewise.
        * gas/arm/attr-mfpu-vfp.d: Likewise.
        * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
        * gas/arm/attr-mfpu-vfp10.d: Likewise.
        * gas/arm/attr-mfpu-vfp3.d: Likewise.
        * gas/arm/attr-mfpu-vfp9.d: Likewise.
        * gas/arm/attr-mfpu-vfpv2.d: Likewise.
        * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
        * gas/arm/attr-mfpu-vfpv3.d: Likewise.
        * gas/arm/attr-mfpu-vfpxd.d: Likewise.
        * gas/arm/attr-order.d: Likewise.
        * gas/arm/attr-override-cpu-directive.d: Likewise.
        * gas/arm/attr-override-mcpu.d: Likewise.

72 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/attr-cpu-directive.d
gas/testsuite/gas/arm/attr-default.d
gas/testsuite/gas/arm/attr-march-all.d
gas/testsuite/gas/arm/attr-march-armv1.d
gas/testsuite/gas/arm/attr-march-armv2.d
gas/testsuite/gas/arm/attr-march-armv2a.d
gas/testsuite/gas/arm/attr-march-armv2s.d
gas/testsuite/gas/arm/attr-march-armv3.d
gas/testsuite/gas/arm/attr-march-armv3m.d
gas/testsuite/gas/arm/attr-march-armv4.d
gas/testsuite/gas/arm/attr-march-armv4t.d
gas/testsuite/gas/arm/attr-march-armv4txm.d
gas/testsuite/gas/arm/attr-march-armv4xm.d
gas/testsuite/gas/arm/attr-march-armv5.d
gas/testsuite/gas/arm/attr-march-armv5t.d
gas/testsuite/gas/arm/attr-march-armv5te.d
gas/testsuite/gas/arm/attr-march-armv5tej.d
gas/testsuite/gas/arm/attr-march-armv5texp.d
gas/testsuite/gas/arm/attr-march-armv5txm.d
gas/testsuite/gas/arm/attr-march-armv6-m.d
gas/testsuite/gas/arm/attr-march-armv6.d
gas/testsuite/gas/arm/attr-march-armv6j.d
gas/testsuite/gas/arm/attr-march-armv6k.d
gas/testsuite/gas/arm/attr-march-armv6kt2.d
gas/testsuite/gas/arm/attr-march-armv6t2.d
gas/testsuite/gas/arm/attr-march-armv6z.d
gas/testsuite/gas/arm/attr-march-armv6zk.d
gas/testsuite/gas/arm/attr-march-armv6zkt2.d
gas/testsuite/gas/arm/attr-march-armv6zt2.d
gas/testsuite/gas/arm/attr-march-armv7-a.d
gas/testsuite/gas/arm/attr-march-armv7-m.d
gas/testsuite/gas/arm/attr-march-armv7-r.d
gas/testsuite/gas/arm/attr-march-armv7.d
gas/testsuite/gas/arm/attr-march-armv7a.d
gas/testsuite/gas/arm/attr-march-armv7m.d
gas/testsuite/gas/arm/attr-march-armv7r.d
gas/testsuite/gas/arm/attr-march-iwmmxt.d
gas/testsuite/gas/arm/attr-march-iwmmxt2.d
gas/testsuite/gas/arm/attr-march-xscale.d
gas/testsuite/gas/arm/attr-mcpu.d
gas/testsuite/gas/arm/attr-mfpu-arm1020e.d
gas/testsuite/gas/arm/attr-mfpu-arm1020t.d
gas/testsuite/gas/arm/attr-mfpu-arm1136jf-s.d
gas/testsuite/gas/arm/attr-mfpu-arm1136jfs.d
gas/testsuite/gas/arm/attr-mfpu-arm7500fe.d
gas/testsuite/gas/arm/attr-mfpu-fpa.d
gas/testsuite/gas/arm/attr-mfpu-fpa10.d
gas/testsuite/gas/arm/attr-mfpu-fpa11.d
gas/testsuite/gas/arm/attr-mfpu-fpe.d
gas/testsuite/gas/arm/attr-mfpu-fpe2.d
gas/testsuite/gas/arm/attr-mfpu-fpe3.d
gas/testsuite/gas/arm/attr-mfpu-maverick.d
gas/testsuite/gas/arm/attr-mfpu-neon-fp16.d
gas/testsuite/gas/arm/attr-mfpu-neon.d
gas/testsuite/gas/arm/attr-mfpu-softfpa.d
gas/testsuite/gas/arm/attr-mfpu-softvfp+vfp.d
gas/testsuite/gas/arm/attr-mfpu-softvfp.d
gas/testsuite/gas/arm/attr-mfpu-vfp.d
gas/testsuite/gas/arm/attr-mfpu-vfp10-r0.d
gas/testsuite/gas/arm/attr-mfpu-vfp10.d
gas/testsuite/gas/arm/attr-mfpu-vfp3.d
gas/testsuite/gas/arm/attr-mfpu-vfp9.d
gas/testsuite/gas/arm/attr-mfpu-vfpv2.d
gas/testsuite/gas/arm/attr-mfpu-vfpv3-d16.d
gas/testsuite/gas/arm/attr-mfpu-vfpv3.d
gas/testsuite/gas/arm/attr-mfpu-vfpxd.d
gas/testsuite/gas/arm/attr-order.d
gas/testsuite/gas/arm/attr-override-cpu-directive.d
gas/testsuite/gas/arm/attr-override-mcpu.d
gas/testsuite/gas/arm/mapshort-eabi.d
gas/testsuite/gas/arm/mapshort-elf.d

index 8ab7636..bf1fd94 100644 (file)
@@ -1,5 +1,77 @@
 2009-01-27  Nick Clifton  <nickc@redhat.com>
 
+       * gas/arm/attr-cpu-directive.d: Only run test for EABI targets.
+       * gas/arm/attr-default.d : Likewise.
+       * gas/arm/attr-march-all.d: Likewise.
+       * gas/arm/attr-march-armv1.d: Likewise.
+       * gas/arm/attr-march-armv2.d: Likewise.
+       * gas/arm/attr-march-armv2a.d: Likewise.
+       * gas/arm/attr-march-armv2s.d: Likewise.
+       * gas/arm/attr-march-armv3.d: Likewise.
+       * gas/arm/attr-march-armv3m.d: Likewise.
+       * gas/arm/attr-march-armv4.d: Likewise.
+       * gas/arm/attr-march-armv4t.d: Likewise.
+       * gas/arm/attr-march-armv4txm.d: Likewise.
+       * gas/arm/attr-march-armv4xm.d: Likewise.
+       * gas/arm/attr-march-armv5.d: Likewise.
+       * gas/arm/attr-march-armv5t.d: Likewise.
+       * gas/arm/attr-march-armv5te.d: Likewise.
+       * gas/arm/attr-march-armv5tej.d: Likewise.
+       * gas/arm/attr-march-armv5texp.d: Likewise.
+       * gas/arm/attr-march-armv5txm.d: Likewise.
+       * gas/arm/attr-march-armv6-m.d: Likewise.
+       * gas/arm/attr-march-armv6.d: Likewise.
+       * gas/arm/attr-march-armv6j.d: Likewise.
+       * gas/arm/attr-march-armv6k.d: Likewise.
+       * gas/arm/attr-march-armv6kt2.d: Likewise.
+       * gas/arm/attr-march-armv6t2.d: Likewise.
+       * gas/arm/attr-march-armv6z.d: Likewise.
+       * gas/arm/attr-march-armv6zk.d: Likewise.
+       * gas/arm/attr-march-armv6zkt2.d: Likewise.
+       * gas/arm/attr-march-armv6zt2.d: Likewise.
+       * gas/arm/attr-march-armv7-a.d: Likewise.
+       * gas/arm/attr-march-armv7-m.d: Likewise.
+       * gas/arm/attr-march-armv7-r.d: Likewise.
+       * gas/arm/attr-march-armv7.d: Likewise.
+       * gas/arm/attr-march-armv7a.d: Likewise.
+       * gas/arm/attr-march-armv7m.d: Likewise.
+       * gas/arm/attr-march-armv7r.d: Likewise.
+       * gas/arm/attr-march-iwmmxt.d: Likewise.
+       * gas/arm/attr-march-iwmmxt2.d: Likewise.
+       * gas/arm/attr-march-xscale.d: Likewise.
+       * gas/arm/attr-mcpu.d: Likewise.
+       * gas/arm/attr-mfpu-arm1020e.d: Likewise.
+       * gas/arm/attr-mfpu-arm1020t.d: Likewise.
+       * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
+       * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
+       * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
+       * gas/arm/attr-mfpu-fpa.d: Likewise.
+       * gas/arm/attr-mfpu-fpa10.d: Likewise.
+       * gas/arm/attr-mfpu-fpa11.d: Likewise.
+       * gas/arm/attr-mfpu-fpe.d: Likewise.
+       * gas/arm/attr-mfpu-fpe2.d: Likewise.
+       * gas/arm/attr-mfpu-fpe3.d: Likewise.
+       * gas/arm/attr-mfpu-maverick.d: Likewise.
+       * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
+       * gas/arm/attr-mfpu-neon.d: Likewise.
+       * gas/arm/attr-mfpu-softfpa.d: Likewise.
+       * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
+       * gas/arm/attr-mfpu-softvfp.d: Likewise.
+       * gas/arm/attr-mfpu-vfp.d: Likewise.
+       * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
+       * gas/arm/attr-mfpu-vfp10.d: Likewise.
+       * gas/arm/attr-mfpu-vfp3.d: Likewise.
+       * gas/arm/attr-mfpu-vfp9.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv2.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
+       * gas/arm/attr-mfpu-vfpv3.d: Likewise.
+       * gas/arm/attr-mfpu-vfpxd.d: Likewise.
+       * gas/arm/attr-order.d: Likewise.
+       * gas/arm/attr-override-cpu-directive.d: Likewise.
+       * gas/arm/attr-override-mcpu.d: Likewise.
+
+2009-01-27  Nick Clifton  <nickc@redhat.com>
+
        * gas/lib/gas-defs.exp: Update description of run_dump_test proc.
 
        * gas/mips/dli.d: Pass -64 to gas.
index 357e804..0eeab8c 100644 (file)
@@ -2,8 +2,8 @@
 # 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*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index fca3597..4439180 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as:
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 66f2f79..ba446c3 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=all
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index d81b3e9..4867087 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv1
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 3c59db9..352e38f 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv2
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 1e6bcd0..956f6fd 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv2a
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 5dd6e89..67ba746 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv2s
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index e34b83d..e3b606c 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv3
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index f911c70..b3878cd 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv3m
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 283cd70..c0c3b92 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv4
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index fb860af..c2a5d98 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv4t
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 5995f29..2b29db5 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv4txm
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 3ece898..b196601 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv4xm
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 7ca0c76..2ed81c9 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv5
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 1d4d64d..23e1324 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv5t
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 311296d..2569995 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv5te
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 2ec8865..780a9f9 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv5tej
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 29fd3b3..4f3a75f 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv5texp
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index c21a0ef..e78ca3f 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv5txm
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index b5abfbd..ad79347 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6-m
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 87afc90..f509d5f 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 2d9ec70..d8b37ec 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6j
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 2bb0ba8..4ff7057 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6k
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 305040f..43db36b 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6kt2
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 641ed9c..d0074f1 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6t2
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 9870462..5993737 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6z
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index bec40e5..0b2ab0e 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6zk
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 672acd8..e360f1e 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6zkt2
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index e88d7eb..4b80a4d 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv6zt2
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 6074a10..da687a7 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv7-a
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index e768201..2fcd549 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv7-m
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 3bfeb2b..18be42d 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv7-r
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index ffb3dc1..8ca9e7d 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv7
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 053c99f..055b3cf 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv7a
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index ae0a767..ec56126 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv7m
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index b7aa094..8683f90 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=armv7r
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 1d0358b..ccc4961 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=iwmmxt
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 28b799a..be46d22 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=iwmmxt2
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index b723f50..5c80a6d 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -march=xscale
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 1a1c07f..484353f 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mcpu=cortex-a8
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index bbdd244..aba9948 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=arm1020e
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 5a5e413..1fe1ab2 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=arm1020t
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 1523c29..78d546b 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=arm1136jf-s
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 745a913..e251d3e 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=arm1136jfs
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 8f789e2..5e14e3f 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=arm7500fe
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 196a0d0..425e44d 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=fpa
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 23373b6..339daf0 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=fpa10
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index c8928dd..5b94ac5 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=fpa11
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index a4b485a..416bb5b 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=fpe
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index e848056..a34cc6f 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=fpe2
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 108625c..c917454 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=fpe3
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 9ea4854..afbbc6c 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=maverick
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 818982d..f04ad31 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=neon-fp16
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 1480962..9de9886 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=neon
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 5a0fa17..d46115b 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=softfpa
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 7b21310..1fe6961 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=softvfp+vfp
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index c44dda5..bab19b6 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=softvfp
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 49ae2b3..e57218d 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=vfp
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 1f6cb2b..dd69345 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=vfp10-r0
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index e72bcfa..6c27fc5 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=vfp10
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 8512e9d..f0549da 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=vfp3
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 35f53bb..1f7f996 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=vfp9
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 4091e4c..befd88f 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=vfpv2
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 5542ee6..255e552 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=vfpv3-d16
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index a5e4b7e..e5d443e 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=vfpv3
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 6c1154c..b8002d1 100644 (file)
@@ -2,8 +2,8 @@
 # source: blank.s
 # as: -mfpu=vfpxd
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 2d58ec4..3f10867 100644 (file)
@@ -2,8 +2,8 @@
 # source: attr-order.s
 # as:
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index c8e0831..54c5e37 100644 (file)
@@ -2,8 +2,8 @@
 # source: attr-override-cpu-directive.s
 # as:
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 31da04c..cfa11b9 100644 (file)
@@ -2,8 +2,8 @@
 # source: attr-override-mcpu.s
 # as: -mcpu=cortex-a8
 # readelf: -A
-# This test is only valid on ELF based ports.
-# not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
+# This test is only valid on EABI based ports.
+# target: *-*-*eabi
 
 Attribute Section: aeabi
 File Attributes
index 5550dac..c6ff62e 100644 (file)
@@ -1,7 +1,7 @@
 #objdump: --syms --special-syms -d
 #name: ARM Mapping Symbols for .short (EABI version)
 # This test is only valid on EABI based ports.
-#target: *-*-*eabi *-*-symbianelf *-*-linux-*
+#target: *-*-*eabi *-*-symbianelf *-*-linux-* *-*-elf
 #source: mapshort.s
 
 # Test the generation and use of ARM ELF Mapping Symbols
index 9b20646..e59337f 100644 (file)
@@ -1,7 +1,7 @@
 #objdump: --syms --special-syms -d
 #name: ARM Mapping Symbols for .short (ELF version)
 # This test is only valid on ELF based ports.
-#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-*eabi *-*-syymbianelf *-*-linux-* *-*-vxworks
+#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-*eabi *-*-syymbianelf *-*-linux-* *-*-vxworks *-*-elf
 #source: mapshort.s
 
 # Test the generation and use of ARM ELF Mapping Symbols