From b7b8fb1dfa651aa037c5b22df89e4356dfabd9e0 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 25 Oct 2005 17:42:02 +0000 Subject: oops - omitted from previous delta --- binutils/testsuite/binutils-all/size.exp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binutils') diff --git a/binutils/testsuite/binutils-all/size.exp b/binutils/testsuite/binutils-all/size.exp index e9b15b0860..de5c9b3649 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)" -- cgit v1.2.1