* binutils-all/readelf.exp: Exclude mips*-*-elf* from 'readelf -wi'

test.
This commit is contained in:
Thiemo Seufer 2001-10-03 13:51:09 +00:00
parent fcd8210c95
commit e150e7bf83
2 changed files with 6 additions and 1 deletions

View 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

View 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*-*-*}