From f48026f7d7fb8dfd61661569ce87aebe3d8385af Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sun, 21 May 2000 18:06:40 +0000 Subject: [PATCH] * gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/elf/elf.exp | 1 + 2 files changed, 5 insertions(+) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5e0f39b..e3a418d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Sun May 21 10:08:08 2000 Hans-Peter Nilsson + + * gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf. + 2000-05-15 Nick Clifton * 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 216f2ac..13b7c0b 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" -- 2.7.4