diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 5e0f39bbf32..e3a418d14de 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 21 10:08:08 2000  Hans-Peter Nilsson  <hp@axis.com>
+
+	* gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf.
+
 2000-05-15  Nick Clifton  <nickc@cygnus.com>
 
 	* gas/arm/arch4t.s: Add tests of new fields to msr instruction.
diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp
index 216f2ac3051..13b7c0bb066 100644
--- a/gas/testsuite/gas/elf/elf.exp
+++ b/gas/testsuite/gas/elf/elf.exp
@@ -8,6 +8,7 @@ if { ([istarget "*-*-elf*"]
       || [istarget "sparc*-*-solaris*"]
       || [istarget "mips*-*-irix6*"])
      && ![istarget *-*-linux*aout*]
+     && ![istarget *-*-linux*coff*]
      && ![istarget *-*-linux*oldld*]
 } then {
     run_dump_test "section0"