Do not run test sfor c54x

This commit is contained in:
Nick Clifton 2000-05-29 20:04:54 +00:00
parent 43da67e8e0
commit 4b62050960

View file

@ -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
}