mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Do not run test sfor c54x
This commit is contained in:
@ -19,6 +19,8 @@ proc dotest {} {
|
|||||||
if !$x then { fail "$testname (listing didn't match)" }
|
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
|
dotest
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user