oops - omitted from previous delta
authorNick Clifton <nickc@redhat.com>
Tue, 25 Oct 2005 17:42:02 +0000 (17:42 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 25 Oct 2005 17:42:02 +0000 (17:42 +0000)
binutils/testsuite/binutils-all/size.exp
gas/NEWS

index e9b15b0860a98b60c2431d7400fafd57d27fc93e..de5c9b36498dfc26101ea9cb4a3ee12d7901fc4b 100644 (file)
@@ -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)"
index 33a8002412b136d676a5c6ab96175aec610665ce..9b6f52e12f6a9c5e8559213e290c0c4c0bef9ec1 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+* Support for the Z80 processor family has been added.
+
 * Add support for the "@<file>" syntax to the command line, so that extra
   switches can be read from <file>.
 
This page took 0.024722 seconds and 4 git commands to generate.