aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/readelf.exp
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2001-09-05 02:26:04 +0000
committerJeff Law <law@redhat.com>2001-09-05 02:26:04 +0000
commitb8720f9d577e623c5e7203ec586f19a06b5e7399 (patch)
treec7e38b9b45faf230674288dff24ffe912a2ee8ca /binutils/testsuite/binutils-all/readelf.exp
parentef96bde82e147421678d9f5390f5d3632d314d2c (diff)
downloadgdb-b8720f9d577e623c5e7203ec586f19a06b5e7399.zip
gdb-b8720f9d577e623c5e7203ec586f19a06b5e7399.tar.gz
gdb-b8720f9d577e623c5e7203ec586f19a06b5e7399.tar.bz2
* readelf.c: Include elf/h8 for H8 series definitions.
(guess_is_rela): H8 series if RELA. (dump_relocations): Handle H8 series relocations. * testsuite/binutils/all/readelf.exp: Expect readelf -wi to fail for the H8 series.
Diffstat (limited to 'binutils/testsuite/binutils-all/readelf.exp')
-rw-r--r--binutils/testsuite/binutils-all/readelf.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp
index c56fef7..765ce03 100644
--- a/binutils/testsuite/binutils-all/readelf.exp
+++ b/binutils/testsuite/binutils-all/readelf.exp
@@ -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*}
+readelf_test -wi $tempfile readelf.wi {v850*-*-* cris-*-* *-*-linux* h8300*-*-*}