diff options
author | Nick Clifton <nickc@redhat.com> | 2005-10-25 17:42:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-10-25 17:42:02 +0000 |
commit | b7b8fb1dfa651aa037c5b22df89e4356dfabd9e0 (patch) | |
tree | a49f6f3246e863d45a950e3bb75e5c60cfa6cb8a /binutils | |
parent | 3c9b82baee30a1d3cfeb419643c6363dc9267208 (diff) | |
download | gdb-b7b8fb1dfa651aa037c5b22df89e4356dfabd9e0.zip gdb-b7b8fb1dfa651aa037c5b22df89e4356dfabd9e0.tar.gz gdb-b7b8fb1dfa651aa037c5b22df89e4356dfabd9e0.tar.bz2 |
oops - omitted from previous delta
Diffstat (limited to 'binutils')
-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)" |