* binutils-all/readelf.exp: Exclude mips*-*-elf* from 'readelf -wi'
authorThiemo Seufer <ths@networkno.de>
Wed, 3 Oct 2001 13:51:09 +0000 (13:51 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 3 Oct 2001 13:51:09 +0000 (13:51 +0000)
test.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/readelf.exp

index ff1b14e..250635b 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-03  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * binutils-all/readelf.exp: Exclude mips*-*-elf* from 'readelf -wi'
+       test.
+
 Tue Sep  4 20:25:41 2001  Jeffrey A Law  (law@cygnus.com)
 
        * binutils/all/readelf.exp: Expect readelf -wi to
index 765ce03..c82562b 100644 (file)
@@ -287,4 +287,4 @@ if [is_remote host] {
 # The xfail targets here do not default to DWARF2 format debug information
 # The symptom is that the output of 'readelf -wi' is empty.
 
-readelf_test -wi $tempfile readelf.wi {v850*-*-* cris-*-* *-*-linux* h8300*-*-*}
+readelf_test -wi $tempfile readelf.wi {v850*-*-* cris-*-* mips*-*-elf* *-*-linux* h8300*-*-*}