* gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf.
This commit is contained in:
parent
6c298591a3
commit
f48026f7d7
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue