aboutsummaryrefslogtreecommitdiff
path: root/gas
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
commit4b62050960969191e1e261dc960796860835298f (patch)
treedfa5c3be656ada6f71bc0134ebe491b8e85ecf9c /gas
parent43da67e8e0eaa3efd14ec5bd9ea541e72a9d9c6f (diff)
downloadfsf-binutils-gdb-4b62050960969191e1e261dc960796860835298f.zip
fsf-binutils-gdb-4b62050960969191e1e261dc960796860835298f.tar.gz
fsf-binutils-gdb-4b62050960969191e1e261dc960796860835298f.tar.bz2
Do not run test sfor c54x
Diffstat (limited to 'gas')
-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 8556972..3f5f708 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
}