mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf.
This commit is contained in:
@ -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>
|
2000-05-15 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* gas/arm/arch4t.s: Add tests of new fields to msr instruction.
|
* gas/arm/arch4t.s: Add tests of new fields to msr instruction.
|
||||||
|
@ -8,6 +8,7 @@ if { ([istarget "*-*-elf*"]
|
|||||||
|| [istarget "sparc*-*-solaris*"]
|
|| [istarget "sparc*-*-solaris*"]
|
||||||
|| [istarget "mips*-*-irix6*"])
|
|| [istarget "mips*-*-irix6*"])
|
||||||
&& ![istarget *-*-linux*aout*]
|
&& ![istarget *-*-linux*aout*]
|
||||||
|
&& ![istarget *-*-linux*coff*]
|
||||||
&& ![istarget *-*-linux*oldld*]
|
&& ![istarget *-*-linux*oldld*]
|
||||||
} then {
|
} then {
|
||||||
run_dump_test "section0"
|
run_dump_test "section0"
|
||||||
|
Reference in New Issue
Block a user