summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-05-29 20:04:54 +0000
committerNick Clifton <nickc@redhat.com>2000-05-29 20:04:54 +0000
commit2901635727b69013875ccfbf966036d4babfbd9e (patch)
tree62430ee2596637211e82b777524134b2a5380126
parente3c1a67fa86a6ae99eeba90de53ca9b95deac305 (diff)
downloadbinutils-redhat-2901635727b69013875ccfbf966036d4babfbd9e.tar.gz
Do not run test sfor c54x
-rw-r--r--gas/testsuite/gas/ieee-fp/x930509a.exp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/testsuite/gas/ieee-fp/x930509a.exp b/gas/testsuite/gas/ieee-fp/x930509a.exp
index 8556972776..3f5f708b7b 100644
--- a/gas/testsuite/gas/ieee-fp/x930509a.exp
+++ b/gas/testsuite/gas/ieee-fp/x930509a.exp
@@ -19,6 +19,8 @@ proc dotest {} {
if !$x then { fail "$testname (listing didn't match)" }
}
-if ![istarget vax*-*-*] then {
+# C54x alignment/addressing is different, so the listing looks different
+# float encoding is tested in c54x-specific tests
+if { ![istarget vax*-*-*] && ![istarget *c54x*-*-*] } then {
dotest
}