diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-10-25 23:23:39 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-10-25 23:23:39 +0000 |
commit | ba181e2f16dcf24ec7336b1f358f54fce72af42b (patch) | |
tree | dda280af5b2538178a582445c7d5ff3d693f42ed /binutils | |
parent | c4920b9772c1779d6d9b02bc13ebb8f36150f73c (diff) | |
download | gdb-ba181e2f16dcf24ec7336b1f358f54fce72af42b.zip gdb-ba181e2f16dcf24ec7336b1f358f54fce72af42b.tar.gz gdb-ba181e2f16dcf24ec7336b1f358f54fce72af42b.tar.bz2 |
* binutils-all/readelf.exp (-wi test): Add cris-*-* to xfails.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index a1bfb5c..9ddc768 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2000-10-25 Hans-Peter Nilsson <hp@axis.com> + + * binutils-all/readelf.exp (-wi test): Add cris-*-* to xfails. + 2000-10-19 Chris Demetriou <cgd@sibyte.com> * binutils-all/readelf.exp (readelf_test): Work properly diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index 3908370..2461391 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/binutils/testsuite/binutils-all/readelf.exp @@ -254,4 +254,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*-*-*} +readelf_test -wi $tempfile readelf.wi {v850*-*-* cris-*-*} |