* gas/ieee-fp/x930509a.exp: Ditto.
* gas/macros/macros.exp: Mark strings test xfail for CRIS.
+2000-07-20 Hans-Peter Nilsson <hp@axis.com>
+
+ * gas/all/gas.exp: Don't run floating-point tests on CRIS.
+ * gas/ieee-fp/x930509a.exp: Ditto.
+ * gas/macros/macros.exp: Mark strings test xfail for CRIS.
+
2000-07-19 Alan Modra <alan@linuxcare.com.au>
* gas/macros/macros.exp (test1): Run it for hppa*-*-linux*.
gas_test "p1480.s" "" "-a>" "simplifiable double subtraction"
}
-gas_test "float.s" "" "" "simple FP constants"
+# No floating point support in assembly code for CRIS.
+if ![istarget cris-*-*] then {
+ gas_test "float.s" "" "" "simple FP constants"
+}
# This test is meaningless for the PA; the difference of two undefined
# symbols is something that is (and must be) supported on the PA.
}
# C54x alignment/addressing is different, so the listing looks different
-# float encoding is tested in c54x-specific tests
-if { ![istarget vax*-*-*] && ![istarget *c54x*-*-*] } then {
+# float encoding is tested in c54x-specific tests.
+# No floating point support in assembly code for CRIS.
+if { ![istarget vax*-*-*] && ![istarget *c54x*-*-*]
+ && ![istarget cris-*-*] } then {
dotest
}
}
if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
+ # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
+ setup_xfail cris-*-*
run_dump_test strings
}