* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.git] / binutils / testsuite / binutils-all / size.exp
index e9b15b0..5050a54 100644 (file)
@@ -1,8 +1,9 @@
-#   Copyright 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
+#   Copyright 1993, 1994, 1995, 1997, 1998, 2007, 2009
+#   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
 # 
 # This program is distributed in the hope that it will be useful,
@@ -53,6 +54,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)"