projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43da67e
)
Do not run test sfor c54x
author
Nick Clifton
<nickc@redhat.com>
Mon, 29 May 2000 20:04:54 +0000
(20:04 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 29 May 2000 20:04:54 +0000
(20:04 +0000)
gas/testsuite/gas/ieee-fp/x930509a.exp
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/ieee-fp/x930509a.exp
b/gas/testsuite/gas/ieee-fp/x930509a.exp
index 8556972776ca03b493bbf7020a91cdc572dd6433..3f5f708b7bc240bffb4a9b3b9a48dfb399dc076d 100644
(file)
--- 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
}