This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gas testsuite patch, excluding *-*-linux*coff* as non-elf.


Similar to the exclusion of *-*-linux*aout*.
Admittely of limited value.  No, I'm not making a linux-coff port, I just
randomly dreamt up mipsel-linux-gnuecoff for the multiformat tests, and
this test failed but should not have beeen run.  Apparently there's at
least one linux-ecoff port, since gas/configure.in mentions
alpha*-*-linuxecoff*.

Ok to commit?

gas/testsuite/ChangeLog:
Sun May 21 10:08:08 2000  Hans-Peter Nilsson  <hp@axis.com>

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

Index: gas/elf/elf.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/elf/elf.exp,v
retrieving revision 1.5
diff -p -c -r1.5 elf.exp
*** elf.exp	1999/10/11 03:40:17	1.5
--- elf.exp	2000/05/21 08:27:14
*************** if { ([istarget "*-*-elf*"]		
*** 8,13 ****
--- 8,14 ----
        || [istarget "sparc*-*-solaris*"]
        || [istarget "mips*-*-irix6*"])
       && ![istarget *-*-linux*aout*]
+      && ![istarget *-*-linux*coff*]
       && ![istarget *-*-linux*oldld*]
  } then {
      run_dump_test "section0" 

brgds, H-P

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]