]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf.
authorHans-Peter Nilsson <hp@axis.com>
Sun, 21 May 2000 18:06:40 +0000 (18:06 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sun, 21 May 2000 18:06:40 +0000 (18:06 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp

index 5e0f39bbf32b107ceecd75bf87bfc580c8e419e4..e3a418d14de986776dd05938ee46480e6eefa8bf 100644 (file)
@@ -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.
index 216f2ac305127d13647e951a59f609c73c99e0c4..13b7c0bb0668a7098e1f9f112b75d9b163acaa45 100644 (file)
@@ -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"