* gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf.

This commit is contained in:
Hans-Peter Nilsson 2000-05-21 18:06:40 +00:00
parent 6c298591a3
commit f48026f7d7
2 changed files with 5 additions and 0 deletions

View 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.

View 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"