From: Nick Clifton Date: Mon, 29 May 2000 20:04:54 +0000 (+0000) Subject: Do not run test sfor c54x X-Git-Tag: readline-pre-41-import~338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b62050960969191e1e261dc960796860835298f;p=external%2Fbinutils.git Do not run test sfor c54x --- 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 }