* NEWS: Mention new ARM command-line options and VFP support.
[binutils-gdb.git] / gas / testsuite / gas / arm / arm.exp
index cacf0b093bf7beeda42cdcbe12cc3c353246d137..4faa8ce449bb1c96bba81fea57539fde83b18c4e 100644 (file)
@@ -19,6 +19,8 @@ if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
 
     run_dump_test "ldconst"
 
+    run_dump_test "armv1"
+
     run_errors_test "armv1-bad" "-marm1" "ARM v1 errors"
 
     gas_test "arm3.s" "-marm3" $stdoptlist "Arm 3 instructions"
@@ -39,6 +41,18 @@ if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
 
     gas_test "float.s" "" $stdoptlist "Core floating point instructions"
 
+    run_dump_test "fpa-monadic"
+
+    run_dump_test "fpa-dyadic"
+
+    run_dump_test "fpa-mem"
+
+    run_dump_test "vfp1xD"
+
+    run_dump_test "vfp1"
+
+    run_errors_test "vfp-bad" "-mfpu=vfp" "VFP errors"
+
     run_dump_test "xscale"
 
     run_dump_test "adrl"
@@ -57,6 +71,7 @@ if [istarget arm-*-pe] {
     # Since big-endian numbers have the normal format, this doesn't exist.
     #run_dump_test "be-fpconst"
 }
+
 if [istarget arm9e-*] {
     run_dump_test "maverick"
 }