mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Do not run test sfor c54x
This commit is contained in:
parent
43da67e8e0
commit
4b62050960
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user