diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/size.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/size.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/size.exp b/binutils/testsuite/binutils-all/size.exp index e9b15b0..de5c9b3 100644 --- a/binutils/testsuite/binutils-all/size.exp +++ b/binutils/testsuite/binutils-all/size.exp @@ -53,6 +53,9 @@ if ![regexp $want $got all text data bss dtot hextot] then { fail "size (no arguments)" } else { if {$text < 8 || $data < 4} then { + # The z80-coff port defaults to a "binary" like output + # file format which does not include a data section. + setup_xfail "z80-*-coff" fail "size (no arguments)" } else { pass "size (no arguments)" |